Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bonsaiden/luma
Minimal game engine using opengl and lua
https://github.com/bonsaiden/luma
Last synced: about 1 month ago
JSON representation
Minimal game engine using opengl and lua
- Host: GitHub
- URL: https://github.com/bonsaiden/luma
- Owner: BonsaiDen
- License: mit
- Created: 2013-07-13T16:10:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-19T23:25:35.000Z (over 11 years ago)
- Last Synced: 2024-04-14T19:35:55.482Z (8 months ago)
- Language: Shell
- Size: 141 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
luma - Yet another game engine
==============================This project will try to create a minimal, cross platform game engine scriptable in lua.
The code will be written in ANSI C and depend on the following - cross platform - libraries.
- [GLFW](http://www.glfw.org/) (opengl, input)
- [portaudio](http://www.portaudio.com) (sound, music)
- [lua](http://www.lua.org) (scripting)
- [libpng](http://libpng.org) and [zlib](http://zlib.net) (image loading, support)## Setup
1. Checkout the respository and run `./setup.sh` to set up the dependencies and compile them (this is only tested on linux right now).
2. Build the engine (there's nothing to build just yet)