Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
electronstudio committed May 19, 2024
1 parent 9059cb7 commit c2da107
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# New!

Take a look at [Jaylib-FFM](https://github.com/electronstudio/jaylib-ffm) a Java FFM Raylib binding.

# Jaylib - JNI bindings for [Raylib](https://github.com/raysan5/raylib/) 5.0 + RLGL + Raymath + Physac + RayGui

JNI is the fastest kind of native binding for Java, but is difficult to write. Therefore
JNI is the fastest kind of native binding for Java 8+, but is difficult to write. Therefore
we are using [JavaCPP](https://github.com/bytedeco/javacpp) to automatically generate the bindings.
The results are not quite as Java-like
as you would get from a hand-written binding, but they are not bad, and should be easy to keep up to date
Expand Down Expand Up @@ -229,3 +233,5 @@ and then only convert them to native C data structures when you have to call the
## See also

[LibRLImg](https://codeberg.org/glowiak/librlimg) - load Textures and Images from jarfile resources
[Megabunny](https://github.com/electronstudio/megabunny) - Raylib benchmarks
[Jaylib-FFM](https://github.com/electronstudio/jaylib-ffm) - Java FFM Raylib binding

0 comments on commit c2da107

Please sign in to comment.