sarahmss / FDF

🗺🗾how to open a graphics window and draw inside? To start your journey in graphic programming, FdF offers to represent “iron wire” meshing in 3D.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FDF

For FDF, we will receive a given number of points to draw our wireframe from, but we will eventually need to draw lines between these points. For that we can use or Wu's or Bresenham's line algorithm, knowing that while the first makes lines in the prettiest way, the second makes it faster.

Maps:

42.fdf:

image

t1.fdf:

image

t2.fdf:

image

elem-fract.fdf:

image

About

🗺🗾how to open a graphics window and draw inside? To start your journey in graphic programming, FdF offers to represent “iron wire” meshing in 3D.


Languages

Language:C 83.5%Language:Roff 12.1%Language:Makefile 3.0%Language:Shell 0.9%Language:Perl 0.4%