Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliaimgui/cimgui.jl
Julia wrapper for cimgui
https://github.com/juliaimgui/cimgui.jl
c-bindings cimgui gui imgui imgui-wrapper julia
Last synced: about 16 hours ago
JSON representation
Julia wrapper for cimgui
- Host: GitHub
- URL: https://github.com/juliaimgui/cimgui.jl
- Owner: JuliaImGui
- License: mit
- Created: 2019-01-12T04:53:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T16:22:53.000Z (1 day ago)
- Last Synced: 2024-12-21T17:27:14.509Z (1 day ago)
- Topics: c-bindings, cimgui, gui, imgui, imgui-wrapper, julia
- Language: Julia
- Homepage: https://juliaimgui.github.io/CImGui.jl/
- Size: 21.5 MB
- Stars: 262
- Watchers: 11
- Forks: 25
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CImGui
[![Build Status](https://github.com/JuliaImGui/CImGui.jl/workflows/CI/badge.svg)](https://github.com/JuliaImGui/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/JuliaImGui/CImGui.jl/graph/badge.svg?token=KLCkl2pB7N)](https://codecov.io/gh/JuliaImGui/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://JuliaImGui.github.io/CImGui.jl/stable)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaImGui.github.io/CImGui.jl/dev)
![GitHub Discussions](https://img.shields.io/github/discussions/JuliaImGui/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://juliaimgui.github.io/CImGui.jl/stable) for more info.