Fluid Paint

by Tristan Bauer


Unterhaltung

1.61 usd



Paint something and observe how your painting dissolves into colourful vortices!


This is the full version of Fluid Paint! With the full version of Fluid Paint it is possible to load images, save images, take photos, which can be used as liquids in this app. In contrast to the free version no ads are displayed, and more options are available, for instance for changing the visualization color coding, and saving multiple presets.Fluid Paint for Android is a fluid physics simulation app, which enables you to interact with colorful liquid stuff on your smartphone or tablet! Besides from the Fluid Paint app, an interactive fluid wallpaper is offered. By tapping on the touch screen colorful liquids can be injected. Another way of interacting with the fluid is painting walls, which act as solid obstacles. Have fun with real time fluid dynamics!The smoke itself can be visualized in different ways: Fluid particles have colors assigned to them, which usually are displayed directly. Additionally the temperature, velocity, vorticity and pressure distribution of the fluid can be viewed. The colors of the fluids and the wall can be set, and the visualization of physical properties like temperature or pressure can also be configured.Implementation-wise both rendering and the computational fluid dynamics simulation are done exclusively with OpenGL ES 2.0 via glsl. This way the application could be implemented entirely in Java despite of the computationally expensive operations carried out in real time. For the computational fluid itself a grid based flow solver is used, which approximates solutions of the Navier Stokes equations numerically.I hope to have aroused your interest in computational fluid dynamics (cfd) with this app.V9:- improved refraction visualizationV8:- refraction visualization with background image- improved image loader- more options for manipulating gravity