ruby-imguiYet another ImGui wrapper for Ruby
Stars: ✭ 42 (-58.42%)
rappCross-platform entry point library
Stars: ✭ 57 (-43.56%)
VxrGeneral purpose engine written in C++ with emphasis on materials rendering (PBR, clear coat, anisotropy, iridescence)
Stars: ✭ 181 (+79.21%)
NimglNimGL is a Nim library that offers bindings for popular libraries used in computer graphics
Stars: ✭ 218 (+115.84%)
Bimpyimgui for python
Stars: ✭ 144 (+42.57%)
RCCpp-DearImGui-GLFW-exampleAdd Runtime Compiled C++ to the Dear ImGui example using the GLFW and OpenGL backend - with power saving
Stars: ✭ 61 (-39.6%)
VulkanRendererPersonal repo for learning the vulkan graphics api
Stars: ✭ 42 (-58.42%)
glfw-skeleton💀 A skeleton OpenGL C++ app bootstrapped with glfw, glad, and glm.
Stars: ✭ 24 (-76.24%)
WebguiAn example demo of IMGUI (Immediate Mode GUI) on the web. Using only WebGL, GLFW and ImGui. Suitable for being compiled to web assembly (WASM).
Stars: ✭ 180 (+78.22%)
imgui-javaJNI based binding for Dear ImGui
Stars: ✭ 270 (+167.33%)
bgfx-pythonPython 3.7+ wrapper for the BGFX library. 🐍
Stars: ✭ 99 (-1.98%)
GLFWDotNet.NET bindings for GLFW.
Stars: ✭ 47 (-53.47%)
tdesign-commonTDesign style/utils shared by multiple frameworks repo.
Stars: ✭ 70 (-30.69%)
clearbit-goGo bindings for Clearbit
Stars: ✭ 12 (-88.12%)
glfwmGLFW Manager - C++ wrapper with multi-threading
Stars: ✭ 60 (-40.59%)
Omega2DTwo-dimensional flow solver with GUI using vortex particle and boundary element methods
Stars: ✭ 17 (-83.17%)
demosOpenGL and Vulkan graphics experiments and samples
Stars: ✭ 34 (-66.34%)
3d-core-raubAn extensible Node.js 3D core for desktop applications
Stars: ✭ 55 (-45.54%)
GameKitC++ tools for gamedev based on SDL2 and OpenGL
Stars: ✭ 15 (-85.15%)
core🔥 Antares Core Implemenation. Most important project layer, this is the heart for your app. ACL, notifiter, console, geoip, areas, utils and many more...
Stars: ✭ 24 (-76.24%)
onex-utilsWeb business development general tool library 通用业务工具库 🥷
Stars: ✭ 23 (-77.23%)
pubg mobile memory hackingPubg Mobile Emulator Gameloop Memory Hacking C++ Source Code. Ex: Name, Cords, Bones, Weapons, Items, Box, Drop, Aimbot etc.
Stars: ✭ 69 (-31.68%)
urley📦 An easy cross-platform utility library to work with URLs in Javascript.
Stars: ✭ 14 (-86.14%)
ElkEngineSimple graphics engine used as submodule in many of my projects
Stars: ✭ 54 (-46.53%)
GLFW-CMake-starterUse CMake to create a project with GLFW - Multi-platform Windows, Linux and MacOS.
Stars: ✭ 53 (-47.52%)
chiagenstandalone chia generator
Stars: ✭ 13 (-87.13%)
Assembly-LibA 16-bits x86 DOS Assembly library that provides many useful functions for developing programs. It has both VGA grapics functions as well as general purpose utilities. The main purpose of this library was to be able to implement simple DOS games (in Assembly) using VGA (320x200, 256 colors) display.
Stars: ✭ 36 (-64.36%)
zynlabClone of ZynAddSubFX 2.44 to test some new ui ideas
Stars: ✭ 17 (-83.17%)
CFX-BYPASSBypass it, you won't be Banned when playing cheats 2022
Stars: ✭ 18 (-82.18%)
LogBreaking android log word limits and automatically formatting json.
Stars: ✭ 14 (-86.14%)
DearPyGui-ObjAn object-oriented wrapper around DearPyGui
Stars: ✭ 32 (-68.32%)
utils.js👷 🔧 zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (-86.14%)
glfw-dD translation of GLFW, a multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input
Stars: ✭ 14 (-86.14%)
markdown-utilsConvert plain text into snippets of markdown.
Stars: ✭ 28 (-72.28%)
Apos.GuiUI library for MonoGame.
Stars: ✭ 77 (-23.76%)
DoGUIHello DoGUI: (not yet completed) Bloat-free Graphical User interface for C++ with minimal dependencies and a sleek default design
Stars: ✭ 19 (-81.19%)
imaditorImage Editor with a UI creatief with ImGui
Stars: ✭ 24 (-76.24%)
ScopeGUI虚拟示波器 GUI for https://github.com/shuai132/ScopeMCU
Stars: ✭ 46 (-54.46%)
batBattery management utility for Linux laptops.
Stars: ✭ 107 (+5.94%)
AyaGuiA lite custom imgui-mode graphic user interface based on Modern C++ and OpenGL developed by Chang Yu.
Stars: ✭ 33 (-67.33%)
util-tsUtils for mobile browsers, built with TypeScript
Stars: ✭ 23 (-77.23%)
JavaInterviewJVM、JUC(高并发)、集合、计算机网络、数据库、MySql、Redis、、工作流(Activiti)、规则引擎(Drools)、Spring、SpringCloud、Mybatis、Git、Docker、Utils、Linux
Stars: ✭ 179 (+77.23%)
CommonUtilsA collection of useful Android classes
Stars: ✭ 37 (-63.37%)
SdfFontDesignerOffline font tuning/bitmap generation via shaders
Stars: ✭ 56 (-44.55%)
Pumpkin-EngineA powerful and capable 2d game engine in Kotlin
Stars: ✭ 1 (-99.01%)
imgui-appDear IMGUI + Render + Window handling, amalgamation in two files ready to use
Stars: ✭ 99 (-1.98%)
jPublic在我们开发项目的时候,无论项目规模大小,在所难免会写一些工具型函数来解决一些问题,随着项目开发和维护的时间越来越长,这些工具型函数会越来越多,同时还会穿插在各个项目的各模块或者文件当中,使得项目变的越来越臃肿,也不方便复用和维护。这时我们就会提取出一个类似的工具库或者基础库作为项目基础依赖,在项目中重复利用起来。 为了这样的工具库或类库更易扩展、易维护、易复用和更加稳定,我们就需要更好的去管理完善工具库。
Stars: ✭ 39 (-61.39%)
silky-chartsA silky smooth D3/React library
Stars: ✭ 38 (-62.38%)
type-predicatesA comprehensive collection of type-guards, type assertions and related utils
Stars: ✭ 44 (-56.44%)
ViseUtils整理的系列基础工具类,包含辅助工具、加密解密、数据转换、IO操作、系统工具等。
Stars: ✭ 73 (-27.72%)
fips-bgfxfipsified version of bgfx (https://github.com/bkaradzic/bgfx)
Stars: ✭ 17 (-83.17%)
tbagTea-bag is Third party extension utility project
Stars: ✭ 13 (-87.13%)
dotty dictDictionary wrapper for quick access to deeply nested keys.
Stars: ✭ 67 (-33.66%)
purescript-ffi-utilsA utility library for the purescript foreign function interface
Stars: ✭ 22 (-78.22%)
borax📓 Python3工具集合库——中国农历/中文数字/设计模式/树形结构
Stars: ✭ 57 (-43.56%)