Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 777 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 777 Bytes

Holograph-it

Tools for generating real-life holograms from 3D models. holoscribe takes 3D models and generates SVGs. holoviz creates animated visualizations.

  1. Start with a 3D model such as an OBJ file. let's make a hologram of this thing
  2. Generate a list of points in 3D space. points for all vertices
  3. Generate circles from the points, with circle diameter as a function of the depth of the point. circles generated from vertices
  4. Select properties of the incident light-source and simulate a the hologram. Animated hologram visualization
  5. Generate G-code and scribe one for real.

Inspiration: https://www.youtube.com/watch?v=sv-38lwV6vc

Written in Rust, because we can.