drug007 / nanogui

D port of wjakob/nanogui
Other
29 stars 7 forks source link
dlang dlanguage gui nanogui opengl

What is it? .github/workflows/main.yml

Disclaimer

Release 1.0.0 is a regular release and is not a major one. The only reason to make this release was transition to dsemver. It means that versions like 0.x.x are not possible so this release was numbered 1.0.0. The release contains experimental widgets List and TreeView but they are under development, also arsd backed has been dropped.

D port of nanogui

The port is incomplete - not all widgets are ported, but all ported widgets are fully usable.

There is difference with origin. For example:

Install dependencies

On Ubuntu and debian based Linux run this command to install system dependencies:

sudo apt-get install libfontconfig1-dev

Cloning source

git clone https://github.com/drug007/nanogui.git

Examples

Directory examples contains a package, providing example for sdl backends. To run example cd example/sdl and run dub command. For example:

cd examples/sdl
dub

Screenshot

Screenshot is a bit old and do not show some widgets for example GLCanvas Screenshot