30 open-source projects similar to covscript/covscript-imgui, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Covscript Imgui 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.
Vulkan header generator and Vulkan OOP-style API wrapper for Object Pascal (FreePascal >= 3.3.1 FPC trunk and any recent current Delphi version)
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.
Silk.NET is a low-level API binding library for the .NET ecosystem that provides high-performance interfaces for graphics, audio, and input APIs. It consists of a C header binding generator that converts headers into type-safe language bindings, a graphics API interface for GPU compute and rendering, and a cross-platform windowing wrapper. The project utilizes a customizable pipeline to automate the generation of language bindings from C headers by mapping metadata to syntax trees. Its windowing and input abstraction provides a unified interface to manage application windows across different
.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…
gfx is a hardware-agnostic graphics API abstraction that translates a unified set of graphics and compute commands into native instructions for multiple GPU drivers. It provides a common interface for cross-platform rendering and general-purpose GPU compute programming. The project features an intermediate-representation shader translation system that converts source code and SPIR-V into target-specific languages. It employs a data-driven reference test framework to verify that graphics output remains consistent across different hardware platforms. Capabilities include parallel command buffe
Auto generated Go wrapper for Dear ImGui via cimgui