This project demonstrates rendering a 3D model using C++.
-
Compile the code:
g++ src/main.cpp -o out/app
-
Execute the application:
./out/app
-
Zoom out your terminal to view the 3D model.
- g++ compiler
- A terminal that supports rendering
cpp-render/
├── src/
│ └── main.cpp
├── out/
│ └── app (generated after compilation)
└── Readme.md
- Ensure your terminal is large enough to properly display the 3D model.
- Modify
src/main.cppto customize the rendering logic. - Contributions are welcome!