Registry / other / ttauri

ttauri

JSON →
library0.5.0vcpkgunverified

A portable, low latency, retained-mode GUI framework written in C++ (renamed to hikogui).

vcpkg install ttauri
INSTALL
IMPORT
SIG · TTAURI
T
ttauri
othercppv0.5.0
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.

ttauri/ttauri.hpp
#include <ttauri/ttauri.hpp>

Create and show a basic GUI window.

#include <ttauri/ttauri.hpp> #include <iostream> int main() { ttauri::gui_window window; window.set_title("Hello"); window.show(); return 0; }
Debug
Known issues
breakingttauri has been renamed to hikogui; the port may be outdated.
fix
Consider using the hikogui port instead.
affects: >=0.5.0
Upgrade
Version history
0.5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

ttauri — pip install ttauri · libregistry