Topic | Line Drawing Algorithms, Isometric Projection |
Related | Computer Graphics, Algorithms & Analysis |
Stack | C |
A program for macOS that renderes a wireframe model from given 3D coordinates.
Draws lines with Bresenham's algorithm.
- includes set of test maps in maps/ folder
- when launched shows user controls on the left side of the window
- translate (move) with arrow keys
- zoom with +/-
- rotate around any 3D axis with x y z
- choose the rendered model projection type
- user scan to render model line by line
- Fast! Try it yourself with larger maps like maps/mars.fdf or maps/julia.fdf
First, compile the program:
make
Then run the compiled executable with any of the maps from maps/ folder:
./fdf maps/julia.fdf