-
Notifications
You must be signed in to change notification settings - Fork 501
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
[FR]: Used in 2D scenes #414
Comments
or regl |
We already have the ability in the engine-core level to draw points, lines, and curves. But there is no good samples, docs and APIs for the end users. We will plan to finish this part in the near future. You could check the source code here: https://github.com/Orillusion/orillusion/blob/main/samples/graphic/Sample_Shape3D.ts Thanks a lot! |
Thank you. Could you tell me about the performance when displaying 1 million dots? https://flekschas.github.io/regl-scatterplot/multiple-instances.html |
We currently have no test about the 2D dots scenario. But we will add this feature in the future. |
Is your feature request related to a problem? Please describe
I want to use it in 2D scenes to draw points, text, lines, and curves
Describe the solution you'd like
Visualization of large-scale scenes with millions of points/edges
Describe alternatives you've considered
like deckgl
The text was updated successfully, but these errors were encountered: