-
Notifications
You must be signed in to change notification settings - Fork 55
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
Poincaré hyperbolic graphics #752
Comments
You indeed can. You can also just see there how to generate the necessary points. The curves you see in that plot are generated with the The one thing I do not know – but that is more of a Makie-Question is how to fill parts of all the curves you would generate, because given two of the geodesics (shortest or based on the direction) I am not so sure how to compute whether and where they meet. |
We currently only have the geodesic part and Poincare disc representation of the functionality needed to render hyperbolic tilings. The main part is cell generation and rendering, which would have to be done from scratch. I'd rather suggest using an existing library such as https://gitpages.physik.uni-wuerzburg.de/hypertiling/hyperweb/ . |
Thank you both. |
An idle question - I was browsing your fulsome documentation and saw this image:
https://juliamanifolds.github.io/manifolds/stable/manifolds/hyperbolic-041e6c97.svg
and I started to wonder whether images like this
would be possible to make with Manifolds.jl?
The text was updated successfully, but these errors were encountered: