-
Notifications
You must be signed in to change notification settings - Fork 70
Home
David Jeske edited this page Jun 1, 2017
·
11 revisions
SimpleScene is an educational 3d scene manager in C# and OpenGL / OpenTK.
- Runs on Windows, Mac, Linux
- One click build-and-run with Visual Studio or Xamarin / MonoDevelop
- shaders compatible with OpenGL 2.2 and extensions
- loaders for OBJ and MD5MESH file formats
- cascading shadow mapping
- skeletal animation (from MD5MESH)
- particle systems
- instanced rendering
This demo has instanced asteroids, shadows, the shadow mapping layer, and a particle system (the colored cubes):
This demo has several animated skeletons, loaded from the MD5MESH format.