Skip to content

fordcars/SDL3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.