Small footprint UI library for hardware accelerated games & applications
Go to file
Ben Vanik 3e7d961fea Merge pull request #27 from sephiroth99/btupdate
Update to latest build_tools
2015-11-28 08:19:05 -08:00
build_tools@8b40c477f7 Update to latest build_tools 2015-11-28 03:23:13 -05:00
docs Renamed to Elemental Forms. 2015-07-05 23:28:04 -07:00
resources Fixing MessageForm translated strings. 2015-09-14 19:54:34 -07:00
src/el Lint fix. 2015-10-17 09:18:37 -07:00
testbed Fixing release build of testbed. 2015-09-22 07:54:02 -07:00
third_party Renamed to Elemental Forms. 2015-07-05 23:28:04 -07:00
.clang-format Renamed to Elemental Forms. 2015-07-05 23:28:04 -07:00
.gitattributes Renamed to Elemental Forms. 2015-07-05 23:28:04 -07:00
.gitignore Now builds under clang. 2015-08-01 04:01:56 -07:00
.gitmodules Making vcproj xenia-independent, and adding premake file. 2015-07-18 15:30:54 -07:00
elemental.sln Renamed to Elemental Forms. 2015-07-05 23:28:04 -07:00
libelemental.filters Renamed to Elemental Forms. 2015-07-05 23:28:04 -07:00
libelemental.natvis Renamed to Elemental Forms. 2015-07-05 23:28:04 -07:00
libelemental.vcxproj Simple modal window helper. 2015-07-19 14:42:54 -07:00
libelemental.vcxproj.filters Simple modal window helper. 2015-07-19 14:42:54 -07:00
LICENSE Renamed to Elemental Forms. 2015-07-05 23:28:04 -07:00
LICENSE-turbo-badger Renamed to Elemental Forms. 2015-07-05 23:28:04 -07:00
premake5.lua Build testbed only on Windows. 2015-09-22 00:01:53 -04:00
README.md Update README.md 2015-07-06 13:49:22 -07:00
resources.rc Shuffling resources and adding a Win32 .rc filesystem adapter. 2015-07-07 21:35:42 -07:00

IN PROGRESS

This is a heavy forking of Turbo Badger by Emil Segerås. Emil did amazing work and came up with a brilliant design and implementation that impressed me so much that I began obsessing over it. This is my rendition of his work to turn it into the UI system I'd been looking for.

The primary use of the library is for the xenia emulator and toolset, though contributions that make it more generally useful are welcome!

This may only be buildable from within the xenia repository, as it depends on build configuration files present there. TODO: find a way around that!