Skip to content

joa-quim/Libui.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julia interface to the libui GUI library

GUI building, using the libui library: https://github.com/andlabs/libui version alpha4.

Build Status Build status Coverage Status codecov.io

Installation

To install Libui.jl, do

Pkg.clone("Libui")
Pkg.build("Libui")

Using

I have only tested it on Windows and recreated the controlgallery examples by porting it directly from the C version. You can call it directly by adding the src and examples installation dir to LOAD_PATH or by providing the full path via include. e.g. (with my path)

include("c:/j/.julia/v0.4/Libui/examples/controlgallery.jl");

controlgallery()

A bad surprise not yet solved is that it crashes on a second call.

About

Julia wrapper to the libui GUI library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages