CyrusGP
CyrusGP
I created a custom component wrapper to show an angular component on each page but on my mobile device when I click on a textbox keyboard comes up for a...
add the assets folder to the apk if the folder exists
please add support for ETC2A and ETC2A1 texture formats
Hello, I want to use ardb in C# but can not connect to ardb with [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) client. The error I get is ``` Unhandled Exception: StackExchange.Redis.RedisConnectionException: It was not possible...
Hi There is a bug in your Free List Allocator when alignmentPadding is not zero like on 32 bit systems. https://github.com/mtrebi/memory-allocators/blob/0d6ede36636115c7162ec11ab340065820a179fc/src/FreeListAllocator.cpp#L46 One bug is here obviously and newFreeNode address is...
Add sokol gfx command lists to render them on render thread and prepare them on other treads for example: https://github.com/oviano/sokol-multithread
It has better features and can be used in runtime. https://github.com/polymonster/pmfx-shader
I have a program that uses btGImpactMeshShape to create a mesh shape and when I scale it the collision detection won't work anymore. But when I remove the below if...
Add new entity system design to engine. This new design has one Node class that Entity and Components are derived from it so Components can attach to each other like...