Fluid simulation using GLSL shaders
Stars
55
Forks
7
Watchers
55
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
36
commits
Cube border colour is now set to a solid colour by default
dad235cView on GitHubI was mistaken, firefox does support rendering to full float textures. The issue was it cant render to rgb textures.
e45eebfView on GitHubFixing sim for firefox; apparently firefox like ios safari can't render to full float textures
a920afeView on GitHubCan now change which field is displayed when sim is paused
48a04f7View on GitHub- Default for 3d textures is to use 16f format textures now, not snorm. Makes reasoning about them easier since 2d shaders also use 16f
9951c9eView on GitHubApparently you can't reference reference other folders in github page
95bde48View on GitHub- Created a webgl implementation (boundaries isnt working yet)
917b839View on GitHub