Feathergui Versions Save

Feather - An Interface For The Future

v0.1.0

6 years ago

This is an alpha release of FeatherGUI, and the first public release. The SDK contains precompiled binaries, debug symbols, media files, and include files that aren't included in the source tree to make compilation easier. Note, however, that compiling fgDirect2D and fgDotNet requires a compatible version of the Windows SDK installed and configured on your machine. If Visual Studio complains it can't find the SDK, you can try to change the target SDK version to the one you have - any version will do, so long as it supports Direct2D v1.1

A layout editor is included in this SDK. While it is functional, there are a number of #33 bugs and missing features due to this being an early alpha release.

A POSIX pre-compiled SDK is also provided, but there are currently no POSIX-compatible backends, so while both FeatherGUI and fgExample-c compile in POSIX environments, they are useless without a backend to support them (the example will segfault without a backend).

The bss-util headed files included in this SDK correspond to the v0.5.0 release of bss-util.