Skip to content

thinkDifferent1997/3d-wireframe-renderer

Repository files navigation

FdF - Simple Wireframe Renderer

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.

🛠️ Getting Started

Prerequisites

  • Make sure you are using a Linux environment.
  • You need to have the following installed:
    • make
    • gcc or any standard C compiler
    • any required dependencies for the graphics library used (e.g., MiniLibX)

Installation

Clone the repository:

git clone https://github.com/encrypt6/FdF.git
cd FdF

Execution

./fdf maps/test_maps/42.fdf

Other maps than 42.fdf are possible

42 fdf2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published