Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Aug 7, 2024
1 parent d07e8f1 commit 026faa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jParser has two part.
To improve even more the long hours of porting each method manually, jParser also has Emscripten WebIDL support. You create a webidl file, and it will generate binding code for JNI and teaVM.
It's not 100%, but it will reduce the amount of work binding big libraries. You can check the example:lib module or gdx-imgui for a complete example.

It will create the exact same method as the webidl file. If C++ is Pascal case like in ImGui, then Java methods will also be Pascal case. <br>
C/C++ attributes are converted to methods, it starts with 'set_' or 'get_'.

Libraries usisng jParser: <br>
- [gdx-imgui](https://github.com/xpenatan/gdx-imgui)
- [gdx-lua](https://github.com/xpenatan/gdx-lua)
Expand Down

0 comments on commit 026faa6

Please sign in to comment.