[FR]: Used in 2D scenes
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
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 https://github.com/Orillusion/orillusion/blob/main/samples/graphic/Sample_Shape3DPath2D.ts https://github.com/Orillusion/orillusion/blob/main/samples/graphic/Sample_Shape3DPath3D.ts
Thanks a lot!
Thank you. Could you tell me about the performance when displaying 1 million dots? I want to use it to create some graph visualizations
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.