Open ewpratten opened 3 years ago
At this stage, running ./gradlew :examples:run
on Linux will now launch the demo. Will begin work on the other platforms soon
Jaylib will now work on whatever OS it is built on. Need to work on cross-compiling
Im putting this on pause for a bit, as JavaCPP has some limitations I can't deal with. Will try to throw something together from scratch on my own, to see if I can find a workaround
This is the PR to go along with #17. This closes #17, closes #6, and closes #2
Currently work in progress
Project layout
The project is split into three main components:
:bindings
:wrapper
:bindings
. Currently:Jaylib.java
jaylib-version.jar
,jaylib-version-sources.jar
, andjaylib-version-javadoc.jar
:wrapper
and:bindings
.:examples
:wrapper
JavaDoc
I have set up GitHub CI to generate a javadoc and automatically push it to the
gh_pages
branch whenever a push is made to master. @electronstudio will have to tell GitHub to publish this branch in the repo settings.