-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathREADME
41 lines (26 loc) · 961 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Lotech
NOTE: this project is no longer being developed.
Please see https://github.com/ianmaclarty/amulet for its replacement.
A game framework suitable for small-scope games and experimentation.
Runs on Linux, Windows (MinGW), Mac OS X, Android, iOS
and possibly Tizen.
Some features:
- Lua-based
- Rendering via scene graph
- Automatic sprite atlas generation
- Render-to-texture
- Basic lighting and material support
- Limited support for importing wavefront .obj files
- 2D particle effects
- Box2D integration
# Building
On Linux install OpenGL libraries and headers.
On Windows install MinGW and MSYS.
On Mac OS X install the Apple dev tools and ensure gcc is in your PATH.
Then do:
make
This will generate the executable ltclient, which you can use to run
games. E.g:
./ltclient -fullscreen samples/meteor
# License
Lotech is released under the MIT license. See the file COPYING for details.