Registry / utility / pixel
library2022-03-15vcpkgunverified

Simple 2D Graphics based on standard and portable OpenGL.

vcpkg install pixel
INSTALL
IMPORT
SIG · PIXEL
P
pixel
utilitycppv2022-03-15
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.

pixel/pixel.hpp
#include <pixel/pixel.hpp>

Create a window and run a basic event loop

#include <pixel/pixel.hpp> #include <iostream> int main() { pixel::window win(800, 600, "Hello"); while (win.is_open()) { win.clear(); win.update(); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2022-03-15latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

pixel — pip install pixel · libregistry