30 open-source projects similar to spair/imgui-java, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Imgui Java alternative.
This project houses the experimental client for Spark Connect for Apache Spark written in Golang.
java-jq is not a re-implementation of jq in Java; instead, it embeds the necessary jq and Oniguruma native libraries in a jar file, and then uses Java Native Access (JNA) to call the embedded libraries in a Java-friendly way.
c-api for imgui (https://github.com/ocornut/imgui) Look at: https://github.com/cimgui for other widgets
This is a lightweight, auto-generated and thin Swift wrapper around the popular and excellent dear imgui library.
This is meant to be a Kotlin-friendly wrapper (and binding) for Dear ImGui. It is experimental, as I am iterating on the API design and considering optimisations.
.NET for Apache Spark provides high performance APIs for using Apache Spark from C# and F#. With these .NET APIs, you can access the most popular Dataframe and SparkSQL aspects of Apache Spark, for working with structured data, and Spark Structured Streaming, for working with streaming data.
Pascal bindings for dear imgui (AKA ImGui) https://github.com/ocornut/imgui
SwiftGUI is an experimental API inspired by SwiftUI DSL, using Dear ImGui as renderer and running on OSX and iOS.
Dynamic bindings to the cimgui library (a c-api for IMGUI) for the D programming language
This is a WebAssembly build of jq, the command-line JSON processor.
C language library for creating bindings for the Qt QML language
JavaScript bindings for Dear ImGui using Emscripten and TypeScript
``rust ui.window("Hello world") .size(300.0, 100.0, Condition::FirstUseEver) .build(|| { ui.text("Hello world!"); ui.text("こんにちは世界!"); ui.text("This...is...imgui-rs!"); ui.separator(); let mousepos = ui.io().mousepos; ui.text(format!( "Mouse Position: ({:.1},{:.1})", mousepos0, mousepos1…
This package provides a Julia language wrapper for cimgui: a thin c-api wrapper programmatically generated for the excellent C++ immediate mode gui Dear ImGui. Dear ImGui is mainly for creating content creation tools and visualization / debug tools. You could browse Gallery to get an idea of its…
First, make sure that HashLink, CMake and a C/C++ compiler are installed on your system.
This project contains Haskell bindings to the ImGui project. This allows you to rapidly put together graphical user interfaces in Haskell, with a particular focus to games and graphics intensive applications.
This is a PureBasic (PB) wrapper for a slightly modified cimgui.
DearPyGui is a GPU-accelerated, immediate-mode graphical user interface framework for Python. It provides a high-performance toolkit for building interactive desktop applications by leveraging native hardware-accelerated rendering backends across multiple operating systems. By utilizing an immediate-mode execution model, the library offers direct control over the rendering loop and element state, enabling the creation of responsive, dynamic interfaces. The framework distinguishes itself through its ability to handle complex, high-frequency visual updates, making it suitable for real-time data
Auto generated Go wrapper for Dear ImGui via cimgui