Search found 2 matches

by Briella
Fri Apr 11, 2025 4:28 am
Forum: Libraries and Tools
Topic: tinyCSV: Now handling CSV is a child's play
Replies: 4
Views: 7743

Re: tinyCSV: Now handling CSV is a child's play

I don't think this would work when packaged into a .love file, due to using io.open
by Briella
Sat Feb 22, 2025 1:32 pm
Forum: Support and Development
Topic: I need help on FPS management
Replies: 6
Views: 1697

I need help on FPS management

I have a physics simulation that basically explodes if deltaTime is too big :o: I tried to implement a system that doesn't allow the simulation fps to get lower than minFps basically it will appear slowed down but will keep simulating at whatever framerate I put there https://pastebin.com/gCFD8Ypi I...