Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 891 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 891 Bytes

Sim

This is a fluid dynamics simulator that could be used in a game engine or something similar. I have gotten the algorithms for the solvers from http://www.dgp.toronto.edu/people/stam/reality/index.html .

Getting Started

Run visual studio, build the project.

Prerequisites

You will need C++/CLR set up in visual studio 2017. You will need all the windows forms set up for c++ development.

Versioning

Version 1.0!

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks to my dad Timothy Blaisdell for helping with debugging, coding, understanding various concepts, and much more https://github.com/TimBlaisdell .
  • This was part of my application to Oregon State University.