-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create DrawGrid.json #1174
base: main
Are you sure you want to change the base?
Create DrawGrid.json #1174
Conversation
Can you provide the extension please ? |
Project - Draw Grid.zip Extension - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So it's a great idea but there are a few things to fix I think before this gets published
- Performance
Performance is really bad because of how you draw the cells (using a loop)
At least you should warn people that it's gonna take a long time to render for fine-grain loops - Coloring
I think it would also be great to explain how to change the color of the grid for example in the description of the extension, the action or in a help page
Other than that it looks great :)
Thanks |
The issue is not the loop. It's the instance creation. This example has events that draw a grid: |
What happens when the camera is moved? |
draw a virtual grid.