Registry / other / rmlui
library6.2vcpkgunverified

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.

vcpkg install rmlui
INSTALL
IMPORT
SIG · RMLUI
R
rmlui
othercppv6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RmlUi/Core.h
#include <RmlUi/Core.h>

Create a basic RmlUi context

#include <RmlUi/Core.h> #include <iostream> int main() { Rml::Context* context = Rml::CreateContext("main", Rml::Vector2i(1024, 768)); std::cout << "RmlUi context created" << std::endl; Rml::Shutdown(); return 0; }
Debug
Known issues
gotchaRequires a renderer plugin (e.g., SDL2, SFML) and font engine setup
fix
Link against RmlUi::Core and a backend library like RmlUi::SDL2, then call Rml::SetRenderInterface()
affects: *
Upgrade
Version history
6.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

rmlui — pip install rmlui · libregistry