Made using Java ImGui bindings.
- You must download the OpenSans-Light font (from fonts.google.com or another source)
- You must put the .ttf font (that you can find in the downloaded zip) in the example/src/main/resources folder
- Ensure you are in the right directory (directory where this README is)
- Run ./gradlew :example:run
In case you update the version of imgui java, update the version at:
allprojects {
group = 'imgui-java'
version = "v1.88.0" <- **HERE**
repositories {
mavenCentral()
}
...
}