Libui

所属分类:collect
开发工具:Julia
文件大小:0KB
下载次数:0
上传日期:2018-08-22 13:13:13
上 传 者sh-1993
说明:  Julia包装器到libui GUI库,
(Julia wrapper to the libui GUI library,)

文件列表:
.travis.yml (1365, 2018-08-22)
LICENSE.md (1160, 2018-08-22)
REQUIRE (32, 2018-08-22)
appveyor.yml (1768, 2018-08-22)
deps/ (0, 2018-08-22)
deps/build.jl (1253, 2018-08-22)
src/ (0, 2018-08-22)
src/Libui.jl (3696, 2018-08-22)
src/ui.jl (35944, 2018-08-22)
src/ui_h.jl (13154, 2018-08-22)
src/wrap_libui.jl (1614, 2018-08-22)
test/ (0, 2018-08-22)
test/controlgallery.jl (5093, 2018-08-22)
test/runtests.jl (276, 2018-08-22)

## Julia interface to the `libui` GUI library GUI building, using the `libui` library: [https://github.com/andlabs/libui](https://github.com/andlabs/libui) version `alpha4`.
[![Build Status](https://travis-ci.org/joa-quim/Libui.jl.svg?branch=master)](https://travis-ci.org/joa-quim/Libui.jl) [![Build status](https://ci.appveyor.com/api/projects/status/27dcdjwi0hawmpcd/branch/master?svg=true)](https://ci.appveyor.com/project/joa-quim/libui-jl/branch/master) [![Coverage Status](https://coveralls.io/repos/github/joa-quim/Libui.jl/badge.svg?branch=master)](https://coveralls.io/github/joa-quim/Libui.jl?branch=master) [![codecov.io](http://codecov.io/github/joa-quim/Libui.jl/coverage.svg?branch=master)](http://codecov.io/github/joa-quim/Libui.jl?branch=master) ## 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.

近期下载者

相关文件


收藏者