├── LICENSE.txt ├── NN_fluids.toe ├── README.txt └── glsl ├── advect_frag.glsl ├── advect_frag1.glsl ├── display_frag.glsl ├── divergence_frag.glsl ├── fluid_algos.glsl ├── force_frag.glsl ├── glsl_conditionals_util.glsl ├── gradient_frag.glsl ├── jacobi_frag.glsl ├── remap.glsl ├── samplerbuffer_example.glsl ├── splat.glsl └── texture_helpers.glsl /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /NN_fluids.toe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/NN_fluids.toe -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/README.txt -------------------------------------------------------------------------------- /glsl/advect_frag.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/glsl/advect_frag.glsl -------------------------------------------------------------------------------- /glsl/advect_frag1.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/glsl/advect_frag1.glsl -------------------------------------------------------------------------------- /glsl/display_frag.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/glsl/display_frag.glsl -------------------------------------------------------------------------------- /glsl/divergence_frag.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/glsl/divergence_frag.glsl -------------------------------------------------------------------------------- /glsl/fluid_algos.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/glsl/fluid_algos.glsl -------------------------------------------------------------------------------- /glsl/force_frag.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/glsl/force_frag.glsl -------------------------------------------------------------------------------- /glsl/glsl_conditionals_util.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/glsl/glsl_conditionals_util.glsl -------------------------------------------------------------------------------- /glsl/gradient_frag.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/glsl/gradient_frag.glsl -------------------------------------------------------------------------------- /glsl/jacobi_frag.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/glsl/jacobi_frag.glsl -------------------------------------------------------------------------------- /glsl/remap.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/glsl/remap.glsl -------------------------------------------------------------------------------- /glsl/samplerbuffer_example.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/glsl/samplerbuffer_example.glsl -------------------------------------------------------------------------------- /glsl/splat.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/glsl/splat.glsl -------------------------------------------------------------------------------- /glsl/texture_helpers.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancillarymagnet/touchfluids/HEAD/glsl/texture_helpers.glsl --------------------------------------------------------------------------------