Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.
/ igx Public archive

Extensions of Ignis to handle resources more easily; such as requesting resources by info struct and managing refcounts.

License

Notifications You must be signed in to change notification settings

Oxsomi/igx

Repository files navigation

Igx: Ignis extended

Extensions of Ignis to handle resources more easily; such as easier refcount and managing UI.

For better compilation, use clangcl as a toolchain when compiling on windows (-G "Visual Studio 16 2019" -A x64 -T clangcl).

Dependencies

  • Nuklear and to build nuklear properly; python3 (not older versions)

Windows

User setup: font rendering properly for BGR screens

Some monitors have a different physical layout for the subpixels, one of those is a BGR screen. Since the order is reversed as opposed to RGB, the text won't look right.

Unfortunately, monitors don't have the ability to report their physical color layout. This can make font rendering difficult (and not look right). Luckily, using "Adjust ClearType text" built-in to windows, you can define how fonts are rendered and they will all change (including the igx text rendering).

About

Extensions of Ignis to handle resources more easily; such as requesting resources by info struct and managing refcounts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published