Zakero's C++ Header Libraries
A collection of reusable C++ libraries
Todo List
Member zakero::stob (const std::string_view str) noexcept
Make the list of "true" string values convertible.
(Compile-Time or Run-Time?)
Class zakero::Yetani

XDGOutput Support

Client-Side Border

Mouse-Look Support

Touch Input Support

Clipboard Support

cursorAliasAdd() (maybe)

cursorAliasRemove() (maybe)

cursorAvailableNames() (maybe)

cursorXDGLoad() (maybe)

Use ZAKERO_DELETE() where it makes sense

File Zakero_MemoryPool.h

Add support for huge file sizes (64-bit / huge table fs)

  • Maybe toggled via a macro flag

Be able to defrag the memory pool

Pass a lambda to the resize() method so that how the memory is moved can be controlled. For example, if the memory was holding a texture, the texture should be "clipped" or "zero'ed" space added around the existing data.

Be able to initialize a MemoryPool with a Unix File Descriptor and the file size.