-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
37 lines (26 loc) · 1.17 KB
/
Copy pathREADME
File metadata and controls
37 lines (26 loc) · 1.17 KB
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
-- x2d is a (crossplatform) 2d game engine written in modern c++ --
--------
License:
x2d is released under the New BSD license.
Check out the LICENSE file for details.
------------------------------
Currently supported platforms:
- iOS
- Android 2.3+ (WIP)
--------------
Requires/Uses:
- Boost compiled as framework for iOS. Read my article and follow step by step: http://alex.tapmania.org/2011/11/boost-as-framework-on-ios.html
- RapidXML - http://rapidxml.sourceforge.net/ (sources included and compiled together with x2d)
- PicoPNG - http://lodev.org/lodepng/ (source file included and compiled as part of x2d)
- glm - http://glm.g-truc.net/ (sources included and compiled together with x2d)
- box2d - http://box2d.org/ (sources included and compiled together with x2d)
- lua - http://lua.org/ (included with x2d)
- luabind - http://www.rasterbar.com/products/luabind.html (included with x2d)
- android-cmake - http://code.google.com/p/android-cmake (used as build tool for android)
--------
Tracker:
- All issues are on the github project's issues page.
-----------
Contribute:
If you want to contribute please feel free to contact me at godexsoft [at] gmail (dt) com
Cheers.