KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
jank-imgui
โ 20
Open GitHub โ
No description available.
Download README (.md)
Explore Similar Repositories
Questionable
:
No description available.
iccv-2025-oral-papers
:
๐ A curated list of ICCV 2025 Oral paper. End
comfyui-chroma-cache
:
ComfyUI node implementing caching optimizations for Chroma
mrt
:
https://scale.com/research/mrt
Job-Use
:
No description available.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
jank-imgui
?
Download (.md)
# jank-imgui demo <img align="right" width="412" height="314" alt="image" src="https://github.com/user-attachments/assets/134d31c4-f8d8-4143-a5b6-4f28d6fd1922" /> Demonstrates calling the C++ [imgui](https://github.com/ocornut/imgui) library from jank to render a simple interactive GUI. 1. Compile imgui as a shared library: ``` make libimgui.so ``` 2. Run the jank demo (include/search paths may differ): ``` jank -L/usr/lib/x86_64-linux-gnu -lglfw -lGL \ -L. -limgui -Iimgui -Iimgui/backends \ --module-path=. run-main imgui-demo ```