Wireframe, a 2D terminal ASCII renderer based on ncurses
- ncurses
- gcc
- Quadrilaterals Rendering
- Framerate Limitation
- Anti Flickering
- Lines Rendering
- Triangles Rendering
- Color System
- ... More
- Download a Release or clone the repository by using the command:
git clone https://github.com/saintsHr/wireframe - Extract the .zip (if a release)
- Open the folder and run the command:
make(if not a release) - Move the folder to your preference path
- While compiling, make sure to use those flags:
-Ipath/to/folder/include -Lpath/to/folder/lib -lwireframe

