Daniel Guzman
Daniel Guzman
It would nice to have this functionality in the ResourceManager. For example to check all the resources that are added, or for example to iterate them and show them in...
Hello mosra, I need that feature. #363 Let's discuss how to implement it :smile: I added a getAll function. Should I go with tests or do you want that feature...
Hello Randy, I spent some time debugging an "inconsistent" behavior in c2Collide. In c2Collide if you input a C2_TYPE that is not a c2Poly then c2x transform is not used...
Hello! I think it would be very useful to have a function to trace a shape between a point A to a point B (and rotation) and get the collisions/overlaps...
Discuss here all the things that the importer should have.
### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior I want to use an std.ArrayList with zero terminated arrays. ``` test "test" { var gpa = std.heap.GeneralPurposeAllocator(.{}){}; defer...