Skip to content

ZarmDev/java-bookstore-gui

Repository files navigation

Java Bookstore GUI

Made using Java ImGui bindings.

Video

Build from source

  1. You must download the OpenSans-Light font (from fonts.google.com or another source)
  2. You must put the .ttf font (that you can find in the downloaded zip) in the example/src/main/resources folder
  3. Ensure you are in the right directory (directory where this README is)
  4. Run ./gradlew :example:run

Note

In case you update the version of imgui java, update the version at:

allprojects {
    group = 'imgui-java'
    version = "v1.88.0" <- **HERE**

    repositories {
        mavenCentral()
    }

    ...
}

About

A bookstore created using ImGui Java bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages