-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
38 lines (28 loc) · 1.12 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
-------------------------------------------
Brief description
-------------------------------------------
= What is the Java-M3G? =
Java-M3G is a java binding for Desktop-M3G (Which implements M3G 1.1(JSR184) API).
It is distributed under MIT license.
= Requirement =
- OpenGL 1.5 or higher (for Linux)
- OpenGL ES 1.1 or higher (for Android)
- libz
- Desktop-M3G (*1)
(*1) Desktop-M3G is an another my project.
Binary package of Java-M3G contains this library.
You can use Java-M3G quick and easily.
= Java-M3G =
Java-M3G consits of 3 components.
- java-m3g.jar := Java binding for Desktop-M3G
- libjava-m3g.so := jni(C++) library which inteconnects Java side and C++ side
- libm3g.so := Desktop-M3G which implements M3G-1.1(JSR 184) API
-------------------------------------------
Make & Install
-------------------------------------------
- see README.linux for Linux
- see README.android for Android
-------------------------------------------
Contanct
-------------------------------------------
Please email to [email protected]