A 3D wireframe viewer project that reads a map file and renders a 3D representation in a 2D window using isometric projection. I use Xiaolin Wu's algorithm.
⚠️ This project is Linux-only. Make sure to install it in the right OS or in a VM.
- Make sure you are using a Linux environment.
- You need to have the following installed:
makegccor any standard C compiler- any required dependencies for the graphics library used (e.g., MiniLibX)
Clone the repository:
git clone https://github.com/encrypt6/FdF.git
cd FdF
./fdf maps/test_maps/42.fdf
Other maps than 42.fdf are possible