Skip to content

tonitch/cimgui.zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cimgui

This is cimgui for Zig.

Usage in a zig project

$ zig fetch --save=cimgui https://github.com/tonitch/cimgui.zig

then add this to your build.zig:

const cimgui_dep = b.dependency("cimgui", .{
    .target = target,
    .optimize = optimize,
});

exe.linkLibrary(cimgui_dep.artifact("cimgui"));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages