Skip to content

A program for macOS that renderes a wireframe model from given 3D coordinates.

Notifications You must be signed in to change notification settings

iAmAlwaysHome/wireframe-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wireframe renderer

Topic Line Drawing Algorithms, Isometric Projection
Related Computer Graphics, Algorithms & Analysis
Stack C

Description

A program for macOS that renderes a wireframe model from given 3D coordinates.
Draws lines with Bresenham's algorithm.

Key features

  • 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

Getting Started

First, compile the program:

make

Then run the compiled executable with any of the maps from maps/ folder:

./fdf maps/julia.fdf

julia alt text

About

A program for macOS that renderes a wireframe model from given 3D coordinates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published