Annihilating My Friend with a Python Fluid Simulation

As part of my random walk through topics, I was playing with shaders. I switched over to python because I didn’t feel like hacking out a linear solver. There are a number of different methods for simulating fluids. I had seen Dan Piponi’s talk on youtube … Read more

Similar

The Casino Chips Problem Solved with Python

The challenge You are given three piles of casino chips: white, green and black chips: the first pile contains only white chips the second pile contains only green chips the third pile contains only black chips Each day you take exactly two chips of diffe... (more…)

Read more »