Skip to content

KillCroop2/ProFluid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProFluid

ProFluid is a fluid simulation project that models the behavior of particles in a fluid environment.

Getting Started

Prerequisites

  • Java Development Kit (JDK)

Running the Simulation

  1. Clone the repository:
git clone https://github.com/KillCroop2/ProFluid.git
  1. Navigate to the project directory:
cd ProFluid
  1. Compile and run the simulation:
javac src/*.java
java -cp src FluidSimulation

Project Structure

  • FluidSimulation.java: Contains the main fluid simulation logic.
  • Particle.java: Defines the properties and behaviors of individual particles used in the simulation.

Usage

Controls

  • Left Mouse Button: Add fluid to the simulation.
  • Right Mouse Button: Drag fluid around the simulation.

Contributing

Feel free to fork the project, make changes, and submit a pull request. All contributions are welcome!

License

This project is open-source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages