Yandrik 99f2b9dc45
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing
ci: added drone ci file thingy
2024-04-23 20:33:09 +02:00
2022-12-30 17:27:47 +01:00
2024-04-23 20:33:09 +02:00
2022-12-30 17:27:47 +01:00
2022-12-30 17:27:47 +01:00
2022-12-30 17:27:47 +01:00
2022-12-30 18:24:03 +01:00
2023-01-02 13:38:19 +01:00

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.

tie-fighter mesh

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.

Description
Terminal Renderer that renders 3D objects to the terminal
Readme 91 KiB
Languages
Rust 100%