Skip to content
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

Will it scale? #3

Open
goswinr opened this issue Oct 4, 2023 · 1 comment
Open

Will it scale? #3

goswinr opened this issue Oct 4, 2023 · 1 comment

Comments

@goswinr
Copy link

goswinr commented Oct 4, 2023

I like the idea of drawing 3D things with svg.

I did that too for construction site tracking. http://goswin.at/emd/
Did you test how well it scales? How many polygons can it draw and spin smoothly on a modern PC before I need to switch to WebGL?

@matthiasak
Copy link
Owner

Hi! SVG makes it easier to handle events on DOM components, but I did not test to extreme polygon counts.

Based on your link above, I imagine you'd draw just one model instead of 8 or so different perspectives, but it may be largely a test to see if you can draw a sheet of.. glass? metal panels? and rotate it around. The rendering loop could be scheduled to sync at whatever framerate you need and to debounce any calls for calculations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants