rmlui v6.0
- Created
- Updated
RmlUi is the C++ user interface library based on the HTML and CSS standards, designed as a complete solution for any project's interface needs.
# Usage
rmlui provides CMake targets:
find_package(RmlUi CONFIG REQUIRED)
target_link_libraries(main PRIVATE RmlUi::RmlUi)
# License
# Supported Platforms
All platforms are supported
# Features
Default feature: freetype
# freetype default
Include font engine based on FreeType
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by freetype )
- vcpkg-cmake-config (by freetype )
# lua
Build Lua bindings
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by lua )
- vcpkg-cmake-config (by lua )
# svg
Enable plugin for SVG images
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by lunasvg )
- vcpkg-cmake-config (by lunasvg )
# Dependencies
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Michael R. P. Ragazzon
- Lily Wang
- dbartussek