kotsoft / particle_based_viscoelastic_fluid

Implementation of Particle-based Viscoelastic Fluid Simulation
https://kotsoft.github.io/particle_based_viscoelastic_fluid/
Other
115 stars 8 forks source link

TypeScript Fork of Your Repository #4

Open DigitCell opened 5 months ago

DigitCell commented 5 months ago

Hi @kotsoft,

I wanted to let you know that I have created a TypeScript fork of your Particle-based Viscoelastic Fluid Simulation repository. You can check it out here: https://github.com/DigitCell/viscoelastic-fluid.

I found your project very inspiring and decided to convert it to TypeScript to enhance its type safety and developer experience. Feel free to have a look, and if you have any feedback or suggestions, I would love to hear them.

Thank you for the original implementation!

Best regards, @DigitCell

kotsoft commented 5 months ago

Nice! I saw that you added a shader to give the particles a smooth surface as well. Didn't know it was possible through svg shaders.