Tools for generating real-life holograms from 3D models. holoscribe
takes 3D models and generates SVGs. holoviz
creates animated visualizations.
- Start with a 3D model such as an OBJ file.
- Generate a list of points in 3D space.
- Generate circles from the points, with circle diameter as a function of the depth of the point.
- Select properties of the incident light-source and simulate a the hologram.
- Generate G-code and scribe one for real.
Inspiration: https://www.youtube.com/watch?v=sv-38lwV6vc
Written in Rust, because we can.