Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken authored Aug 9, 2024
1 parent 3f26197 commit 9d41741
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

There isn't any. This project is only used as the framework for Mindustry.

# Where's the source code for the native libraries?

Most of it is glue generated by [jnigen](https://github.com/libgdx/gdx-jnigen) from comments in the Java source code. External libraries (freetype, soloud, SDL, Box2D, GLEW, etc) are fetched from various sources at build time - see, for example, [this build script](https://github.com/Anuken/Arc/blob/master/backends/backend-sdl/build.gradle#L18).

# How do I make a game with this framework?

Please don't. While there is nothing stopping you from making other games with this framework, there is no "project setup" tool of any kind, and no guide on how to do anything. In addition, I would discourage anyone from making games in Java at all.
Expand Down

0 comments on commit 9d41741

Please sign in to comment.