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

[FR]: Used in 2D scenes #414

Open
ouzhou opened this issue Jul 12, 2024 · 4 comments
Open

[FR]: Used in 2D scenes #414

ouzhou opened this issue Jul 12, 2024 · 4 comments
Labels
feature New feature or request

Comments

@ouzhou
Copy link

ouzhou commented Jul 12, 2024

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

@ouzhou ouzhou added the feature New feature or request label Jul 12, 2024
@ouzhou
Copy link
Author

ouzhou commented Jul 15, 2024

or regl

@orillusion-admin
Copy link
Contributor

orillusion-admin commented Jul 16, 2024

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!

@ouzhou
Copy link
Author

ouzhou commented Jul 18, 2024

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

@orillusion-admin
Copy link
Contributor

We currently have no test about the 2D dots scenario. But we will add this feature in the future.

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

No branches or pull requests

2 participants