Skip to content
/ FdF Public

FdF("Fil De Fer") is a 3D wireframe rendering project. Developed in C, it visualizes spatial data with isometric and parallel projections, interactive controls, and dynamic updates. This project has provided me with hands-on learning in spatial data visualization.

License

Notifications You must be signed in to change notification settings

kbly538/FdF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FDF

GitHub code size in bytes Number of lines of code GitHub top language GitHub last commit

Visualizing maps in 3D space


Martian Landscape Ekran Resmi 2023-12-25 02 27 25 Ekran Resmi 2023-12-25 02 29 01

About

Designed to deepen the understanding of computer graphics leveraging MiniLibX graphics library, FdF is a 3D wireframe renderer. It serves as an educational tool, offering hands-on experience in transforming and projecting 3D objects onto a 2D screen. The project is meticulously structured to cover key concepts in graphics, including projections, rotations, and color representation.

Requirements

  • Operating System: Linux or macOS
  • Libraries:
    • ft_printf(Custom library that imitates printf)
    • libft (Custom library with various utility functions)
    • MiniLibX MacOS (Minimalist graphics library for MacOS)
    • MiniLibX Linux (Minimalist graphics library for Linux)

Installation

  1. Clone the Repository:

    git clone https://github.com/kbly538/FdF.git
    cd FdF
  2. Build the Project

    make
  3. Run the Program

    ./fdf [map_file]
    
  4. Example Map File

    0 0 0 0 0
    0 9 9 7 0
    0 0 6 0 0
    

Each number represents a point in space:
• The horizontal position corresponds to its axis.
• The vertical position corresponds to its ordinate.
• The value corresponds to its altitude.

Replace [map_file] with the path to your desired map file.

Features

  • 3D Wireframe Rendering: FdF employs 3D wireframe rendering to visualize maps.
  • Projections: Supports various projections, including isometric and parallel projections.
  • Coloring: Maps can be colored based on height or custom palettes.
  • User Controls: Interactive controls for zooming, panning, and rotating the view.
  • Information Screen: Displays real-time information about rendering, angles, and more.
  • Dynamic Updates: Real-time updates and rendering with keyboard and mouse controls.
  • Map Loading: Supports loading maps from file for dynamic rendering.
  • Auto-Rotation: Option for automatic rotation of the map.

Controller Schema

Mouse Controls

  • Hold RMB and drag: Panning the 3D scene. (After activating Free Projection)
  • Mouse Wheel: Zoom in and out.
  • Space + RMB and drag: Reset the view to default.

Keyboard Controls

  • 1, 2, 3 ,4: Isometric, Parallel, Free, Topdown respectively.
  • Q, A: Rotate around X axis. (Free Projection)
  • W, S: Rotate around Y axis. (Free Projection)
  • E, D: Rotate around Z axis. (Free Projection)
  • Z, X: Change height multiplier
  • Enter: Toggle auto-rotation. (Free Projection)
  • ESC: Close the program.

About

FdF("Fil De Fer") is a 3D wireframe rendering project. Developed in C, it visualizes spatial data with isometric and parallel projections, interactive controls, and dynamic updates. This project has provided me with hands-on learning in spatial data visualization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published