libuid 0.0.3
D OO interface of libui
To use this package, run the following command in your project's root directory:
						Manual usage
						
						Put the following dependency into your project's dependences section:
					
libuid: Complete OO interfaces of libui in D
- libuid is a binding of libui. So you have to build libui first. libui now is a submodule of libuid to prevent compatible issues. Dynamic library is recommend as you can build your programm without other static libraries to link.
- Build existing example1 with dub:
dub build --config=example1
- Minimal Example:
import ui;
void main() {
    App.run(new Window("Hello").addOnClosing(_ => App.quit).show);
}
- 0.0.3 released 9 years ago
- mogud/libuid
- MIT
- Copyright © 2016, mogu
- Authors:
- Dependencies:
- none
- Versions:
- 
						
 Show all 8 versions0.0.7 2017-Sep-14 0.0.6 2017-Feb-27 0.0.5 2016-Aug-25 0.0.4 2016-Aug-24 0.0.3 2016-Aug-24 
- Download Stats:
- 
						- 
								0 downloads today 
- 
								3 downloads this week 
- 
								3 downloads this month 
- 
								382 downloads total 
 
- 
								
- Score:
- 0.0
- Short URL:
- libuid.dub.pm