Terminal Renderer that renders 3D objects to the terminal
Yandrik
6314af0869
Some checks reported errors
continuous-integration/drone/push Build encountered an error
|
||
---|---|---|
.idea | ||
src | ||
.drone.yml | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
pipeline.yml | ||
README.md | ||
screenshot.png |
Terminal Renderer
This is a program to render 3D objects to the terminal. It was created for educational use, and is therefore not production code. Keep this in mind.
Functionality
This program renders hard-coded shapes to the terminal.
The angle at which this happens can be controlled by using the W, A, S, D, Q
and E
keys.
To quit the application, use the c
, ESC
or BACKSPACE
keys.
Building
Clone the repository, and run cargo run
inside of the folder.