alexandre-hallaine / FDF

Dynamic Isometric Wireframe Renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FDF

42

Overview

FDF brings your map data to life. Visualize terrain, landscapes, or abstract structures in a dynamic 3D wireframe environment with interactive controls.

Disclaimer: This project serves as a learning example and does not strictly adhere to common core conventions or specific coding norms.

Prerequisites

  • MLX42 (included as a submodule; ensure its dependencies like GLFW are installed for compilation) -
  • get_next_line (included as a submodule)

Instructions:

  1. Compile: Use the make command to compile the project.
  2. Run: Execute the fdf program with a map file as the argument.

Example:

./fdf maps/42.fdf

Controls

  • Move: Hold the left mouse button and drag.
  • Zoom: Use the mouse scroll wheel.
  • Resize: Drag the window edges or maximize to fit your screen.

About

Dynamic Isometric Wireframe Renderer


Languages

Language:C 94.8%Language:Meson 5.2%