Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fdf

Very basic program that draws an isometric grid.

Uses a custom library (written by 42's staff) that only allows to draw one pixel at a time.
I had to come up with the grid drawing algorithm myself.

File format

Grid of space separated integers.

o--------------------> X-axis
| N N N N N N ...
| N N N N N N ...
| N N N N N N ...
| N N N N N N ...
| ...............
V
Y-axis

Where each N is a Z-axis altitude

Example :

Input :

Output :

About

Isometric grid drawing

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages