All Projects → OGRECave → ogre-imgui

OGRECave / ogre-imgui

Licence: MIT license
Now in the main repository as part of Overlay

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
python
139335 projects - #7 most used programming language
HLSL
714 projects
GLSL
2045 projects

Projects that are alternatives of or similar to ogre-imgui

Webgui
An 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 (+500%)
Mutual labels:  imgui
Simplerenderengine
Small C++14 render engine
Stars: ✭ 253 (+743.33%)
Mutual labels:  imgui
FishGUI
FIshGUI is a immediate mode GUI(IMGUI) library, based on NanoVG.
Stars: ✭ 76 (+153.33%)
Mutual labels:  imgui
Imguizmo.quat
ImGui GIZMO widget - 3D object manipulator / orientator
Stars: ✭ 187 (+523.33%)
Mutual labels:  imgui
Nimgl
NimGL is a Nim library that offers bindings for popular libraries used in computer graphics
Stars: ✭ 218 (+626.67%)
Mutual labels:  imgui
koi
Immediate mode UI for Nim
Stars: ✭ 27 (-10%)
Mutual labels:  imgui
Imgui Ws
Dear ImGui over WebSockets
Stars: ✭ 165 (+450%)
Mutual labels:  imgui
odin-imgui
Odin binding for Dear ImGui
Stars: ✭ 37 (+23.33%)
Mutual labels:  imgui
Imgui Filebrowser
File browser implementation for dear-imgui. C++17 is required.
Stars: ✭ 231 (+670%)
Mutual labels:  imgui
rapp
Cross-platform entry point library
Stars: ✭ 57 (+90%)
Mutual labels:  imgui
Netimgui
'Dear Imgui' remote access library and application
Stars: ✭ 189 (+530%)
Mutual labels:  imgui
Goesp
Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui.
Stars: ✭ 210 (+600%)
Mutual labels:  imgui
roswasm suite
Libraries for compiling C++ ROS nodes to Webassembly using Emscripten
Stars: ✭ 62 (+106.67%)
Mutual labels:  imgui
Vxr
General purpose engine written in C++ with emphasis on materials rendering (PBR, clear coat, anisotropy, iridescence)
Stars: ✭ 181 (+503.33%)
Mutual labels:  imgui
kiwi-8
CHIP-8 interpreter for Windows and MacOS
Stars: ✭ 16 (-46.67%)
Mutual labels:  imgui
Libtorch Yolov3 Deepsort
Stars: ✭ 165 (+450%)
Mutual labels:  imgui
khm.imgui
Imgui core for Kha
Stars: ✭ 16 (-46.67%)
Mutual labels:  imgui
PrimeXT
Modern SDK for Xash3D FWGS engine, uses PhysX for physics, has advanced OpenGL renderer with a lot of features. Crossplatform, supported Windows/Linux. Based on XashXT and Spirit Of Half-Life.
Stars: ✭ 65 (+116.67%)
Mutual labels:  imgui
OverEngine
Tiny little game engine
Stars: ✭ 175 (+483.33%)
Mutual labels:  imgui
go-life
Conway's Game of Life in Go
Stars: ✭ 13 (-56.67%)
Mutual labels:  imgui

Ogre Binding for IMGUI

This is a raw Ogre binding for Imgui.

License:

tl;dr : MIT license

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Dependencies

  • Ogre
  • IMGUI

Compatibility

This binding is compatible with both Ogre 1.x and 2.0. Render systems supported are:

  • D3D9
  • D3D11
  • GL
  • GLES2
  • GL3+

Usage

You can then use imgui just like you want.

TODO

  • Add proper comments
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].