All Projects → glegris → nuklear4j

glegris / nuklear4j

Licence: MIT license
Java binding for nuklear

Projects that are alternatives of or similar to nuklear4j

raylib-zig
Manually tweaked, auto generated raylib bindings for zig. https://github.com/raysan5/raylib
Stars: ✭ 122 (+100%)
Mutual labels:  binding, bindings
webview
Nim bindings for https://github.com/zserge/webview
Stars: ✭ 91 (+49.18%)
Mutual labels:  binding, bindings
imgui-java
JNI based binding for Dear ImGui
Stars: ✭ 270 (+342.62%)
Mutual labels:  binding, imgui
Nuklear
A single-header ANSI C immediate mode cross-platform GUI library
Stars: ✭ 5,055 (+8186.89%)
Mutual labels:  imgui, nuklear
koi
Immediate mode UI for Nim
Stars: ✭ 27 (-55.74%)
Mutual labels:  imgui, immediate-gui
Nimgl
NimGL is a Nim library that offers bindings for popular libraries used in computer graphics
Stars: ✭ 218 (+257.38%)
Mutual labels:  imgui, bindings
simplesquirrel
Yet another simple binding in C++11 for Squirrel scripting language
Stars: ✭ 37 (-39.34%)
Mutual labels:  binding, bindings
Nuklear
A single-header ANSI C gui library
Stars: ✭ 13,365 (+21809.84%)
Mutual labels:  imgui, nuklear
Nukleardotnet
.NET binding for the Nuklear immediate mode GUI
Stars: ✭ 126 (+106.56%)
Mutual labels:  binding, imgui
Cimgui
c-api for imgui (https://github.com/ocornut/imgui) Look at: https://github.com/cimgui for other widgets
Stars: ✭ 707 (+1059.02%)
Mutual labels:  binding, imgui
awesome-dear-imgui
A collection of awesome dear imgui bindings, extensions and resources
Stars: ✭ 439 (+619.67%)
Mutual labels:  imgui, immediate-gui
imgui
ImGui bindings for Nim via cimgui
Stars: ✭ 117 (+91.8%)
Mutual labels:  imgui, bindings
janetrs
Rust high level bindings for Janet
Stars: ✭ 36 (-40.98%)
Mutual labels:  binding, bindings
Imgui Sfml
Dear ImGui binding for use with SFML
Stars: ✭ 596 (+877.05%)
Mutual labels:  binding, imgui
odin-imgui
Odin binding for Dear ImGui
Stars: ✭ 37 (-39.34%)
Mutual labels:  binding, imgui
bound
Data-binding made easy
Stars: ✭ 21 (-65.57%)
Mutual labels:  binding, bindings
Poptart.jl
🏂 GUI programming in Julia based on CImGui.jl
Stars: ✭ 44 (-27.87%)
Mutual labels:  imgui
Xamarin-iOS
PSPDFKit for iOS wrapper for the Xamarin platform.
Stars: ✭ 14 (-77.05%)
Mutual labels:  bindings
lualite
a one header library for creating Lua bindings to C++
Stars: ✭ 76 (+24.59%)
Mutual labels:  bindings
imgui-rs-vulkan-renderer
A Vulkan renderer for imgui-rs using Ash
Stars: ✭ 44 (-27.87%)
Mutual labels:  imgui

Nuklear4j

Nuklear4j uses SWIG 3 to generate the Java bindings for the Nuklear library.

Features

  • Immediate mode graphical user interface toolkit
  • Fully skinnable and customizable
  • The Java graphics backend uses AWT currently
  • Works with Java 5 or newer (for older versions, just remove annotations in the source code)

Building

apt-get install swig3.0 
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
make

Test

make test

Gallery

screenshot

Credits

Nuklear is developed by Micha Mettke and every direct or indirect contributor to the GitHub.

Nuklear4j is developed by Guillaume Legris

License

This software is under the MIT license.

Original description

This is a minimal state immediate mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple embeddable user interface for application and does not have any dependencies, a default renderbackend or OS window and input handling but instead provides a very modular library approach by using simple input state for input and draw commands describing primitive shapes as output. So instead of providing a layered library that tries to abstract over a number of platform and render backends it only focuses on the actual UI.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].