All Projects → RogueMacro → imgui-beef

RogueMacro / imgui-beef

Licence: other
Dear ImGui wrapper for the Beef Programming Language

Programming Languages

Beef
7 projects

Projects that are alternatives of or similar to imgui-beef

ariyana
Ariyana is an ECS work in progress game engine written in Orthodox C++ and Beef with a focus on cross-platform and multiplayer games
Stars: ✭ 73 (+265%)
Mutual labels:  beef-language, beef-programming-language
GLGame
A Tiny 2D OpenGL based C++ Game Engine that is fast, lightweight and comes with a level editor.
Stars: ✭ 49 (+145%)
Mutual labels:  imgui, imgui-glfw
Pile
A friendly, extendable game framework for the Beef programming language.
Stars: ✭ 27 (+35%)
Mutual labels:  beef-language, beef-programming-language
ruby-imgui
Yet another ImGui wrapper for Ruby
Stars: ✭ 42 (+110%)
Mutual labels:  imgui, imgui-wrapper
BNA
A minimal game framework inspired by XNA for the Beef programming language
Stars: ✭ 20 (+0%)
Mutual labels:  beef-language, beef-programming-language
SdfFontDesigner
Offline font tuning/bitmap generation via shaders
Stars: ✭ 56 (+180%)
Mutual labels:  imgui, imgui-glfw
koi
Immediate mode UI for Nim
Stars: ✭ 27 (+35%)
Mutual labels:  imgui
khm.imgui
Imgui core for Kha
Stars: ✭ 16 (-20%)
Mutual labels:  imgui
Simplerenderengine
Small C++14 render engine
Stars: ✭ 253 (+1165%)
Mutual labels:  imgui
Nimgl
NimGL is a Nim library that offers bindings for popular libraries used in computer graphics
Stars: ✭ 218 (+990%)
Mutual labels:  imgui
bawr
SVG/Font Icon processing tool for C++
Stars: ✭ 66 (+230%)
Mutual labels:  imgui
psobbaddonplugin
Phantasy Star Online Blue Burst Addon Plugin
Stars: ✭ 17 (-15%)
Mutual labels:  imgui
vimix
Live Video Mixer
Stars: ✭ 172 (+760%)
Mutual labels:  imgui-glfw
roswasm suite
Libraries for compiling C++ ROS nodes to Webassembly using Emscripten
Stars: ✭ 62 (+210%)
Mutual labels:  imgui
odin-imgui
Odin binding for Dear ImGui
Stars: ✭ 37 (+85%)
Mutual labels:  imgui
imgui
ImGui bindings for Nim via cimgui
Stars: ✭ 117 (+485%)
Mutual labels:  imgui
Imgui Filebrowser
File browser implementation for dear-imgui. C++17 is required.
Stars: ✭ 231 (+1055%)
Mutual labels:  imgui
kiwi-8
CHIP-8 interpreter for Windows and MacOS
Stars: ✭ 16 (-20%)
Mutual labels:  imgui
ogre-imgui
Now in the main repository as part of Overlay
Stars: ✭ 30 (+50%)
Mutual labels:  imgui
FishGUI
FIshGUI is a immediate mode GUI(IMGUI) library, based on NanoVG.
Stars: ✭ 76 (+280%)
Mutual labels:  imgui

Dear ImGui wrapper for the Beef Programming Language

Build

Building

Every time a new ImGui version is pushed to the cimgui repository, new bindings will be generated and tagged with the new version.

Optionally, you can clone and build the repository for the latest version of ImGui. Take a look at the build workflow for instructions on how to build and generate bindings on your operating system. See cimgui for instructions on how to generate the binding information used by the imgui-beef generator.

Usage

Clone the project into BeefLibs, then in the IDE, right click your workspace and go Add From Installed > ImGui, ImGuiImpl...your impl... You can also clone it to any other directory then go Add existing project > /path/to/ImGui

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].