Comments

Log in with itch.io to leave a comment.

*see minimum requirement* "that wont stop me because i cant read"

I Can't Open The AVX2 Version,only the SSE2,and lags so much, i just click on the AVX2 version and nothing happens.

wow

What if i open AVX2 version and my computer doesn't support that?

If your computer doesn't support it the program will just exit. I just provide an AVX2 version so computers that do support it can run at a slightly higher framerate.

Thanks

I don't know how active is this project anymore but I want to say that this is inspiring and absolutely gorgeous and impressive work. Really epic job!

(1 edit)

I am new here and I can't run the game haha I don't know what to do it says launch and I tried launching it but it doesn't want to. Edit: it runs for half a second then closes... I don't understand, Help pls.

Sorry to hear :(. Can you let me know what CPU and GPU you have or if your computer meets the system requirements in the description?

(1 edit)

Very cool. Would be fun to be able to dive into the fluid/submerge yourself and swim around.

(1 edit) (+1)

Looks superb

i'm Having 30fps running stable with RTX2070 SUPER & Ryzen 7 3800X & 16GB ram

the water looks too much like jelly, staying on vertical wall's surface no problem, also it tried to swim and i made a big wave wich took me down to the bottom of the water, with all the movements of the water i rly thought i was drowning, very realistic.

could you add controls, and maybe map editor in the future?

Also mouse movement is kinda bad, i'm having stutters when trying to look aroundwith the super low default sensitivity.

EDIT: i played with it a bit more and i have to say the water physics other than the issue i pointed out previously are about 90% correct, the only thing being that it is slower than real water, probably because of the particle's size

Great work, continue like that !

(1 edit)

Thanks for the feedback and providing the performance numbers.

Yeah, the water looking like jelly is still something I'm trying to figure out. I may just need to put solids on a separate velocity field from liquids so the particle velocities don't blend together. But sometimes it can also be useful, like if you mixed water with dirt you might get mud naturally. On the rendering side, I may also split the opaque and transparent objects and use screen-space reflections/refractions in conjunction with the voxel-based lighting.

I'll also work on improving the controls and fixing mouse movement. I think the way I multithreaded made it so that the times the mouse movement is measured are a little jittered.

I might be able to improve the speed further by taking advantage of AVX2 and improving the multi-threading efficiency. I'm also seeing some improvements moving things over to DirectX 12. I'm going to be experimenting with Async Compute and Copy to more fully utilize the GPU.

Thanks again, stay tuned for more!

EDIT: And yes, I definitely plan to have a map editor and really want to make it easy for players to bring in their own user generated content.

good luck, i'll be following along

(+1)

This is really impressive but it doesn't seem like there is much optimization for anything. Regardless of if I look away from everything or if the water and softbodies aren't doing anything the framerate always stays the same like its rendering and calculating physics for everything no matter whats going on.

Thanks for the feedback. Yeah, there is still a lot of optimization work that can be done. For the physics, one thing I've started experimenting with is lowering the simulation resolution behind the player, but it is a bit tricky and can cause artifacts. For the lighting, I could probably do some optimization for static objects but other than that, all shadows, reflections, and refractions are dynamic and it doesn't average things over multiple frames. For geometry/rasterization, I have a pretty good LOD system set up with mesh shaders (it can render more than just cubes) but that requires a Turing or better GPU. I haven't released the mesh shaders version yet. Also, I plan to take advantage of asynchronous compute eventually, to simulate the lighting while rasterizing.

(+1)

Amazing!!! Its so satisfying to be able to pull the water around. Its running stable for me on an i7-5820k and gtx 1080. Keep up the awesome work!

Thanks for testing it out! Glad to hear it's working for you!

(+1)

Wow super impressive!

Thanks!