Registry / other / elements

elements

JSON →
library2025-11-18vcpkgunverified

Elements is a lightweight, fine-grained, resolution independent, modular GUI library.

vcpkg install elements
INSTALL
IMPORT
SIG · ELEMENTS
E
elements
othercppv2025-11-18
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.

elements/elements.h
#include <elements/elements.h>

Create a window with a button and run the GUI event loop.

#include "elements/elements.h" #include <iostream> int main() { auto window = Elements::Window::Create("Hello", 800, 600); auto button = Elements::Button::Create("Click me"); window->AddChild(button); window->Show(); Elements::Run(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2025-11-18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources

No resource links recorded.

elements — pip install elements · libregistry