SkillAgentSearch skills...

TinyWindow

a cross platform (Linux and Windows) OpenGL window library in a single header

Install / Use

/learn @ziacko/TinyWindow
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TinyWindow

alt tag

a cross platform single header window management library

The TinyWindow library was started being developed back in 2014 as a replacement for existing window management APIs such as GLFW and SDL for my own edification. The API focuses on being flexible, easy to use and using multiple windows simultaneously. The two primary methods of utilizing this library is through the use of the tWindow class and the WindowManager class.

I can be reached at ziyadbarakat@gmail.com

documentation: Documentation is generated using Doxygen:

cd Docs
	doxygen Doxyfile

You can then obtain a PDF of the documentation by running:

cd latex
	make

A file titled refman.pdf should be created in that directory.

Known issues:

  • exclusive fullscreen / changing monitor settings only works on native X11, not XWayland

  • cannot set mouse position in screen in Wayland or XWayland

  • cannot change some decorators in some Linux desktop managers like Plasma

Related Skills

View on GitHub
GitHub Stars213
CategoryDevelopment
Updated28d ago
Forks13

Languages

C++

Security Score

100/100

Audited on Mar 8, 2026

No findings