Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 605 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 605 Bytes

Introduction

VERSION: NA | STATUS: In Progress

This project is currently a 2D fluid solver where you can get particles to interact with objects placed in the scene.

Currently, Development has only just started so there is not much to see.


Branch structure

- main
  - dev
    - feature-branches
  • main

    • Currently main is the primary release branch
  • dev is the branch used to collect different feature branches and then create a build and test run before doing a PR to main.

  • feature/ These branches are for new features currently in development.