Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 659 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 659 Bytes

SDL3D

This is a simple 3D Lua-scriptable game engine using SDL and OpenGL.

Features

  • 3D rendering with OpenGL 3.3
  • SDL_mixer sounds
  • Box2D physics
  • Lua API

Platforms

SDL3D is supported on multiple platforms, but should run on other platforms without too much work.

  • Windows
  • Linux (tested on Ubuntu)

Compiling

Check out Compiling.txt.

Roadmap

  • Proper rendering engine (render using material files)
  • 3D physics?

Support

Feel free to add issues at our issue tracker.

License

Released under the GNU GPLv3 license. Check out COPYING.