Skip to content

Releases: maroctamorg/Tsukuyomi

Tsukuyomi

23 Oct 11:35
Compare
Choose a tag to compare
Tsukuyomi Pre-release
Pre-release

Test release for the statically linked library.
Most of the functionality has been implemented (with the significant exception of animations), though yet in very early stages of development. Bugs are ensured.

To test it out, copy the library archive file 'Tsukuyomi.a' into '/usr/lib/Tsukuyomi/', and the Tsukuyomi folder into '/usr/include/': then you may use the sample Makefile below to build any program using the Tsukuyomi UI library; alternatively you may also place the library archive and include folder at an alternative installation path or even directly inside your project, but this will require that you tweak the ${INCLUDE}$ and ${LINKER_FLAGS}$ variables in the sample Makefile script with the alternative installation (or relative) paths.