07-08-2023, 02:01 AM
Quote:This is impressive stuff!Thanks. I'm glad you enjoyed it.
Along the same lines as the soft-body simulation. I've created a cutting board type simulation. Perhaps a cooking game type mechanic?
I've also added a new command to create a poly object. You can create multi-sided polygons. I used it to make the knife.
Code: (Select All)
temp = fzxCreatePolyBodyEx("knife", 100, 30, 3)
Sorry, I forgot to include in the demo instructions, that you can rotate the knife using the mouse wheel.I've included a GIF so you can see it without downloading it. And of course its on the github, if you just want to look at the code.
2D physics engine https://github.com/mechatronic3000/fzxNGN
Untitled Rouge-like https://github.com/mechatronic3000/Untitled-Rougelike
QB Pool https://github.com/mechatronic3000/QBPool
Untitled Rouge-like https://github.com/mechatronic3000/Untitled-Rougelike
QB Pool https://github.com/mechatronic3000/QBPool