KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
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 ```