Skip to content

esnowkropla/dep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dep

A quick and dirty little graphics engine; draws billboard sprites in 3D space. I wrote it to learn both go and OpenGL at the same time. As a result, it's both horribly un-idomatic Go and old-style OpenGL. Pretty sure the frame timing actually throws frames off rather than timing them consistently too. Ah well.

At one point I planned to play around with some stuff in it like running the simulation and the renderer in different goroutines so that the world would generate updates and the renderer could slurp them up (hooray concurrency!), but then thesis happened.

About

Simple 3D rendering and physics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages