Namespace Utilities Module
Classes
|
Useful tool to write many text data |
|
Helper class to fast ANSI text processing (tokenization, reading, streaming etc.). |
|
|
|
|
|
|
|
|
|
|
|
State machine logic pattern |
|
State machine state |
|
The utility class for capturing game screenshots. |
|
Collection of various noise functions (eg. Perlin, Worley, Voronoi). |
|
The utility for finding double-free or invalid malloc calls. |
|
Contains algorithms for data encryption/decryption. |
|
Helper class with Delaunay triangulation algorithm implementation (2D space). |
|
|
Structs
|
Implementation of the rectangles packing node into 2D atlas with padding. Uses simple space division via Binary Tree. |
|
Implementation of the rectangles packing atlas into 2D atlas with padding. Uses simple space division via Binary Tree but stored in a linear memory allocation. Implementation based on https://github.com/TeamHypersomnia/rectpack2D?tab=readme-ov-file#algorithm and https://blackpawn.com/texts/lightmaps/default.html. |
|
|