I’m trying to write a bunny mark but I can’t get it to work. First I got an error about the maximum number of sprites, then I increased it to 65536. Then I got another error: ‘collection.max_instances’.
If I put any value above 32k the game won’t even launch and I got this line on the console: ‘FATAL:ENGINE: Failed to set max instance count for collections (-7)’.
Some seconds later an error window shows up: https://i.imgur.com/9dwMIJk.png
Does anyone knows where can I find info about it? There is nothing on the docs specifying a limit to those settings.
PS: I know that I won’t be able to put more than 30k bunnies on the screen since even with luajit + raylib I only got ~50k. But would be nice to have some details about the ‘limits’.