Skip to content

oktagonia/meshview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meshview

A small wireframe OBJ mesh viewer for Plan 9. It renders triangular OBJ meshes using the Plan 9 draw library and provides keyboard controls for orbiting, panning, and dollying the camera.

meshview displaying a bunny mesh

Build

mk

Run the locally built executable with an OBJ file:

8.out objs/bunny.obj

The included parser expects simple triangular OBJ files containing:

v x y z
f i j k

Controls

Key Action
Left / Right Orbit horizontally
Up / Down Orbit vertically
W / S Pan up / down
A / D Pan left / right
E / R Dolly in / out
Delete Exit

About

mesh viewer for plan 9

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors