Skip to content

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

License

Notifications You must be signed in to change notification settings

Namone/SimpleScene

 
 

Repository files navigation

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

WavefrontOBJ -- Simple wavefrontOBJ model viewer example.

(C) Copyright 2014 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# 95.4%
  • GLSL 4.6%