Skip to content

fullmeteor172/cinch3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cinch3D: A Simple Orthographic Wireframe renderer

The goal of this project was to learn the workings of 3D renderers by implementing my own. Cinch3D is an orthographic wireframe renderer that can parse and render Wavefront type .obj files.

This is a far-cry from the most efficient approach to making something like this, and it wasn't meant to be.

Additional Information:

  • Cinch3D can parse only trianglular faces.
  • Camera controls are yet to be implemented.
  • Draw functions make use of the olcPixelGameEngine.

Screen Shots

Front of a model

Side of a model

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published