Comments

Log in with itch.io to leave a comment.

please add creator mode

It works on Linux, but it gets extremely laggy when there's sky on the screen, as long as it's just ground it's fine

Good to hear it works on linux, hopefully the lag will be better once I shift focus towards optimizing everything, but looking at the sky will likely always make the lag a little worse (because all of the marched rays will step forwards the maximum number of times since they don't hit anything).  It definitely can be improved though.

Insanely impressive, runs well on an rtx card. Please dont give up on this project, it's the only physics simulation ive seen that actually works with weird geometries

Thank you, it's great to hear that it's working on rtx!!!

I haven't given up, I've just been busy recently which I believe (hopefully) should change soon.  I now have rotational physics seemingly working and I'm trying to get friction working too.  Once I have those I'll upload a video demonstrating them across some cool new geometries I haven't shown off yet   : )

Nice! If possible, can you also add the levels file so we can edit it, just to play around with it?

The version uploaded here has the levels hardcoded so it's not an easy fix, but the version I'm working on right now not only has the level files exposed (in the assets folder using RON: https://github.com/ron-rs/ron), but also the geometry descriptions written in a small wgsl-like language I made (https://github.com/TomjWolcott/scaffold_scripting) and some limited scripting written in rhai (https://rhai.rs/).  Here's a small post showing off the various scripting files: https://tomwol.itch.io/arbgeom/devlog/781405/scripting-files-for-arbgeom-august-...

I love warping the fabric of space time

i cant tell if im dumb or the dev is really smart, I cant comprehend nothing 

I get a stable 40 FPS on windows with my 3060 laptop GPU for most levels.

On linux however the fps is not stable, and fluctuates wildly, though that may be a driver issue

0.1.14 Linux works!

Yay!  Thanks