Giter Club home page Giter Club logo

juklear's Introduction

Not actively maintained

Logo

Artwork by @PublicByte, see artwork/README.md

Juklear is a Java wrapper around the popular immediate mode GUI Nuklear providing both an immediate, and a classic node graph mode for easy use.

About the project

Juklear is being developed for use in Java games without its base having external dependencies (except Nuklear of course). The Java wrapper is hand written and hides the cumbersome aspects of C behind a convenient Java interface with automatic native resource management.

Backends

The library does not depend on a particular rendering engine, but provides a way to simply plug in your own. However, an OpenGL backend for LWJGL3 will be provided in this repository too. This includes exposing the API of Nuklear, allowing a simple implementation of other rendering backends.

Using the library

Currently, there are no builds available, this will change as soon as the library gets to a more complete state. In the meantime you can build it yourself, see below for more info. Examples will also be added once the library is more complete, currently the LWJGL3-OpenGL backend tests can be used as examples.

Immediate mode

Juklear exposes the methods of Nuklear using JNI. Those methods can be used when desired, they resemble the C interface of Nuklear nearly directly.

Node Graph mode

As typical for Java, Juklear also exposes a more object oriented approach, resembling GUI Frameworks such as Swing or JavaFX. Internally the components are still using Nuklear, but the developer structures the GUI in a stateful manner, as known by other frontend libraries.

juklear's People

Contributors

jan-br avatar janrupf avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

juklear's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.