bb4 / bb4-simulations

A collection of java simulations. Examples include reaction diffusion, fractals, henon phase exploration, snakes, dice, and fluid flow.
MIT License
5 stars 2 forks source link

in Fluid sim, have grid resize as the panel is resized #17

Closed barrybecker4 closed 5 years ago

barrybecker4 commented 5 years ago

See com.barrybecker4.simulation.water.ui.WaterSimulator.scala Need to make the grid bigger or smaller.

barrybecker4 commented 5 years ago

This is fixed now. Model scales with window size.