-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
41 lines (30 loc) · 1.21 KB
/
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
-------------------------------------------
Brief description
-------------------------------------------
= What is the Desktop-M3G? =
Desktop-M3G is a free C++ implementation of M3G-1.1 (JSR-184) API.
It is distributed under MIT license.
Current version of Desktop-M3G works on Linux and Android.
I recommend Ubuntu 11.10. It's same as My PC.
= Requirement =
- OpenGL 1.5 or higher (for Linux)
- OpenGL ES 1.1 or higher (for Android)
- libz
- and other tools (glut, cmake, UnitTest++, ...)
I removed dependency for libpng, libjpeg and libm3g-reader-writer.
So, you don't need these libraries.
-------------------------------------------
Related projects
-------------------------------------------
- Java-M3G : Java binding for Desktop-M3G
- Ruby-M3G : Ruby binding for Desktop-M3G (obsoleted)
- M3G-Reader-Writer : simple library for reading/writing .m3g format.
-------------------------------------------
Make & Install
-------------------------------------------
- see README.linux for Linux
- see README.android for Android
-------------------------------------------
Contanct
-------------------------------------------
Please email to [email protected]