https://github.com/telkomdev/lutis-jvm
An Experimental C/C++ Graphics Lib binding for Java Virtual Machine
https://github.com/telkomdev/lutis-jvm
Last synced: 4 months ago
JSON representation
An Experimental C/C++ Graphics Lib binding for Java Virtual Machine
- Host: GitHub
- URL: https://github.com/telkomdev/lutis-jvm
- Owner: telkomdev
- Created: 2021-10-05T16:31:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T06:22:58.000Z (over 3 years ago)
- Last Synced: 2025-01-16T20:19:09.061Z (5 months ago)
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lutis JVM
An Experimental C/C++ Graphics Lib binding for `Java Virtual Machine`
### Requirements
- Java 8
- gcc https://gcc.gnu.org/install/binaries.html
- cmake https://cmake.org/download/
- Apache Maven https://maven.apache.org/download.cgi
- JNI### Building
- Make sure all the requirements are complete
- Run `make all`
- Run stand alone Java archive, and dont forget to specify `OS_NAME` env variable
```shell
$ cd target
$ OS_NAME=darwin java -jar app.jar
```### Status
On Going