Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnimuc/cimgui.jl
Julia wrapper for cimgui
https://github.com/gnimuc/cimgui.jl
c-bindings cimgui gui imgui imgui-wrapper julia
Last synced: 13 days ago
JSON representation
Julia wrapper for cimgui
- Host: GitHub
- URL: https://github.com/gnimuc/cimgui.jl
- Owner: Gnimuc
- License: mit
- Created: 2019-01-12T04:53:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T16:44:03.000Z (10 months ago)
- Last Synced: 2024-03-19T18:08:00.848Z (8 months ago)
- Topics: c-bindings, cimgui, gui, imgui, imgui-wrapper, julia
- Language: Julia
- Homepage: https://github.com/cimgui/cimgui
- Size: 2.27 MB
- Stars: 228
- Watchers: 10
- Forks: 25
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CImGui
[![Build Status](https://github.com/Gnimuc/CImGui.jl/workflows/CI/badge.svg)](https://github.com/Gnimuc/CImGui.jl/actions/workflows/ci.yml)
[![pkgeval](https://juliahub.com/docs/CImGui/pkgeval.svg)](https://juliahub.com/ui/Packages/CImGui/HqG2H)
[![version](https://juliahub.com/docs/General/CImGui/stable/version.svg)](https://juliahub.com/ui/Packages/General/CImGui)
[![codecov](https://codecov.io/gh/Gnimuc/CImGui.jl/graph/badge.svg?token=KLCkl2pB7N)](https://codecov.io/gh/Gnimuc/CImGui.jl)
[![](https://img.shields.io/badge/design%20principle-KISS-orange)](https://en.wikipedia.org/wiki/KISS_principle)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://Gnimuc.github.io/CImGui.jl/stable)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://Gnimuc.github.io/CImGui.jl/dev)
![GitHub Discussions](https://img.shields.io/github/discussions/Gnimuc/CImGui.jl)
[![deps](https://juliahub.com/docs/CImGui/deps.svg)](https://juliahub.com/ui/Packages/CImGui/HqG2H?t=2)This package provides a Julia language wrapper for
[cimgui](https://github.com/cimgui/cimgui): a thin c-api wrapper
programmatically generated for the excellent C++ immediate mode gui [Dear
ImGui](https://github.com/ocornut/imgui). Dear ImGui is mainly for creating
content creation tools and visualization / debug tools. You could browse
[Gallery](https://github.com/ocornut/imgui/issues/2265) to get an idea of its
use cases.![demo](demo/demo.png)
See the [documentation](https://Gnimuc.github.io/CImGui.jl/stable) for more info.