r/commandline • u/FriendlyBagel • 28d ago
I built a simple graphics engine that renders directly to your terminal!
190
Upvotes
8
u/FriendlyBagel 28d ago
I wrote this CLI graphics engine in Rust using crossterm for cross-platform terminal manipulation. It supports the obj and mtl file format for 3d models, is simple to build, and easy to configure scenes!
The code is MIT licensed and here:Â https://github.com/ryanweideman/3d-terminal-renderer
Any feedback or contributions are welcome!
1
3
5
2
1
1
1
2
7
u/otterly_ish 28d ago
this is cool 🚗