Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1009 Bytes

README.md

File metadata and controls

44 lines (34 loc) · 1009 Bytes

dvm-engine

Dvm-engine is a free and open-source, lightweight, minimal 3D engine boilerplate. It provides very little features but sets a starting point for anyone who would like to start building a game.

Features

  • Multiplatform
    • Windows
    • Linux
    • MacOS (untested)
  • OBJ Mesh import
  • FPS camera
  • GUI
  • Lighting
    • Diffuse + Specular
    • Directional light
    • Point lights
    • Area lights
    • Ambient Occlusion
    • Shadows
    • Environment textures
  • Material system
    • Texture loading
    • PBR
  • ECS

Building and installing

release

See the BUILDING document.

Contributing

See the CONTRIBUTING document.

Licensing