But How DO Fluid Simulations Work?
Video Statistics and Information
Channel: Gonkee
Views: 140,336
Rating: undefined out of 5
Keywords: physics, inspecto, fluid, simulation, game, video, video game, fluid simulation, liquid
Id: qsYE1wMEMPA
Channel Id: undefined
Length: 15min 11sec (911 seconds)
Published: Wed Dec 16 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
A cool video idea I had, maybe it already exists, but we need a resource on mastering the 2D canvas and how to use it in both artistic and physics ways. Concepts of a fluid simulation can be applied to programming language and drawn to the canvas , but having a single resource to explain complex algorithms ON that canvas similar to p5.js is what Iβm looking for
wow!
Nice! Was just looking for something like this
That is a great video. Ill definitely use this sometime in the future. Thank you.
This is a great video. I've always been fascinated by fluid simulations.
This post appears to be a direct link to a video.
As a reminder, please note that posting footage of a game in a standalone thread to request feedback or show off your work is against the rules of /r/gamedev. That content would be more appropriate as a comment in the next Screenshot Saturday (or a more fitting weekly thread), where you'll have the opportunity to share 2-way feedback with others.
/r/gamedev puts an emphasis on knowledge sharing. If you want to make a standalone post about your game, make sure it's informative and geared specifically towards other developers.
Please check out the following resources for more information:
Weekly Threads 101: Making Good Use of /r/gamedev
Posting about your projects on /r/gamedev (Guide)
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
Is this by the same guy as the gonkee channel on youtube?
Pretty excellent! Iβm working on a pseudo liquid sim... somewhere between soft body and fluid. Itβs more node based than grid, and I feel like Iβve been intuiting how fluid dynamics have always worked. This video was really useful in helping me understand some of the broad concepts that I may have overlooked. Like, I have the concept of pressure only in so far as each node has spring forces between its nearest neighbours. And I have viscosity but only in terms of each node having a couple of friction values (linear and constant).
Oops just thinking to myself. But yeah thanks for the video. I figured that a grid based solution saves you a lot of time with nearest neighbours,and the maths to distribute pressure from the perspective of each cell is really interesting. I can see why it runs so fast!
awesome man! you should consider doing a full series of tutorials on the topic