Vlad Abadzhiev-Jahn

Results 22 comments of Vlad Abadzhiev-Jahn

Additionally, it would be beneficial if a separate logging provider can be hooked up to certain sources/types. Like for instance having a network logger for errors only. This might mean...

- YOffset is the same for all AtlasGlyph in a FontAtlas. Move the property there instead of storing it in the glyph. Anyone who requests its value currently also has...

~TransformRenderable is confusing, and the model matrix is rarely used (only by classes such as RichText which overoptimize their drawing). The memory overhead in TileMap is not worth it. Along...

CrossPlatformPath and MakeStringPathSafe in the helpers file are no longer needed?

~Main thread does nothing but sleep in Parallel.FastLoops essentially idling. Maybe a new task system is in order?~

FlipX and FlipY arguments to RenderSprite should be grouped in a enum. Introduce rotation in 90 degree increments (90/180/270) both before and after flip. Add flag combining. ``` enum UVTransformation...

CoroutineManager and ITimer are flawed. Cant create alternate time incrementors and there's a lot of dead weight in that API

BaseMap's world tree needs to be replaced with a grid for allocation free iteration and tags instead of world tree layers

PNGFormat - ApplyFilter

TextureAtlas - RemapBatchUVs