Zakero's C++ Header Libraries
A collection of reusable C++ libraries
|
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
Add support for huge file sizes (64-bit / huge table fs)
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.