Visual Studio Code – With Python 3 I get a pip error when importing the 'noise' package by Caseman, anyone know a fix for it?
I'm writing a (really janky) 2d fluid simulation in Python. Currently I'm generating a starting state for the sim by just filling a 2d array with random floats generated by the random module, and then blurring the texture by averaging…