Skip to content

RealRui/SimpleScene

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleScene -- Simple 3d OpenGL/OpenTK Scene manager in C#.

TestBench0 -- A test case featuring wavefrontOBJ models and particle systems with instanced drawing

TestBench1 -- A test case of using md5mesh skeletal meshes, md5anim animations, and some dynamic ways of using the skeletal structures

(C) Copyright 2015 by David W. Jeske

Released to the Public Domain AND under the Apache 2.0 license.

SimpleScene contains decent:

  • basic 3d scene rendering with OpenTK
  • wavefront OBJ loading
  • BVH space partitioning

..and several work-in-progress elements, including:

  • 2d HUD component system
  • GLSL shaders, using GL2 / GLSL120 for maximum hardware compatibility
  • shadow mapping

About

Simple WavefrontOBJViewer and rudamentary scene manager C# and OpenTK / OpenGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.5%
  • GLSL 6.5%