Skip to content
/ FDF Public

🗺🗾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.

Notifications You must be signed in to change notification settings

sarahmss/FDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published