A retained mode UI library written in C++ using XML to define styles and document structure
  • C++ 95.6%
  • CMake 4.4%
Find a file
2025-10-13 23:25:56 +01:00
ceramic added <document> as a clay object 2025-10-13 23:25:56 +01:00
example Thinking on how to represent styles 2025-10-13 21:56:21 +01:00
vendor We got UI 2025-10-11 15:49:02 +01:00
.editorconfig We have a pretty good idea of what Ceramic is now 2025-10-10 22:41:11 +01:00
.gitignore Initial commit 2025-10-06 19:28:14 +01:00
CMakeLists.txt Fixed formatting 2025-10-11 16:00:58 +01:00
LICENSE Initial commit 2025-10-06 19:28:14 +01:00
README.md Update readme 2025-10-11 22:58:46 +01:00

Ceramic

Ceramic is an XML based UI framework built on top of clay and inspired by html and tailwind.

It builds directly on top of TinyXML2 and Clay, creating a flexible retained mode style interface for defining and manipulating UIs.