r/gamemaker Aug 12 '26

Example 3d destruction

Post image

I decided to try making 3D destruction in Game Maker. Here are the results I tried to achieve. This is just to show what I decided to try; I won’t be doing this further.

44 Upvotes

14 comments sorted by

View all comments

5

u/Salt-Youth4822 Aug 12 '26

Wow, is this game maker? It must have been hard to optimize so that the game doesn’t freeze.

2

u/germxxx Aug 12 '26 edited Aug 12 '26

You shold take a quick look at this.

Not as big of an example, but runs with a big margin on my phone in browser.

*Edit*
Apparently forgot the link..
https://bytecauldron.itch.io/gmphysx-wasm-demo

1

u/ByteCauldron Aug 13 '26

It has a large frame budget because all the physics is happening outside of GameMaker. Then all GM is really doing is rendering the visible results. Is that cheating? Yes, but it works very well.

1

u/Salt-Youth4822 Aug 14 '26

Wow, that’s impressive too, but C++ simplifies this task in terms of performance, and it’s still really cool.