Skip to content

A 3D Wireframe rendering engine with perspective projection and back-face culling.

License

Notifications You must be signed in to change notification settings

erikvanzijst/3dgo

Repository files navigation

A 3D Wireframe Rendering Engine

This project is an exercise in implementing a very crude, software based, non-accelerated 3D wire-frame rendering engine with perspective projection and back-face culling from scratch for no reason whatsoever.

Building

$ go get github.com/stretchr/testify github.com/andlabs/ui
$ go build -o render .
$ ./render models/sphere.stl

About

A 3D Wireframe rendering engine with perspective projection and back-face culling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages