-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from samuelselleck/readme
add README and images
- Loading branch information
Showing
5 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 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](docs/icosahedron.jpg) | ||
2. Generate a list of points in 3D space. ![points for all vertices](docs/points.png) | ||
3. Generate circles from the points, with circle diameter as a function of the depth of the point. ![circles generated from vertices](docs/circles.png) | ||
4. Select properties of the incident light-source and simulate a the hologram. ![Animated hologram visualization](docs/whoa3.gif) | ||
5. Generate G-code and scribe one for real. | ||
|
||
Inspiration: https://www.youtube.com/watch?v=sv-38lwV6vc | ||
|
||
Written in Rust, because we can. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.