Skip to content

SaintNicholas/sticks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sticks

Triangle mesh wireframe renderer written in Rust

Overview

Sticks is a triangle mesh wireframe renderer, based on Scratchpixel's guide to Computing the Pixel Coordinates of a 3D Point.

It can parse an object & set of material files that are specified, render the wireframe of that object, and write the output to an svg file. It currently only works with the xtree object file given by Scratchpixel because the world coordinate matrix was given by scratchpixel, and it only works for their specific example.

About

Triangle mesh wireframe renderer written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages