Skip to content
/ III-FdF Public

Diplay a 3d wireframe rendering of a given map in C using the MiniLibX, an API of Xlib11

Notifications You must be signed in to change notification settings

lumrt/III-FdF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

fdf is a 3D wireframe rendering project written in C. It takes a file describing a relief landscape as input and produces a 3D representation of it. The project is part of the 42 School curriculum and is designed to teach the basics of 3D rendering and graphical user interfaces.

Usage

To run the project, you need to compile it using the make command and then execute the resulting binary with a map file as an argument. The preferred way to do this is on a Linux or macOS machine (pre-ARM).

make ; ./fdf maps/maps.fdf


### Controls Use the arrow keys to move the figure. Press + to zoom in and - to zoom out. Press Page Up to increase the height of the points and Page Down to decrease it.

About

Diplay a 3d wireframe rendering of a given map in C using the MiniLibX, an API of Xlib11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published