Skip to content

Repository files navigation

PhysicsSimulator

Cloning the Repository

  1. Download Git via the Installer or via CLI. Link
  2. Open the folder to place your Local Repository in (D:\VulkanProjects).
  3. Clone the repository. Must set up credentials first. Link
https://github.com/CG-Lab-NUM/PhysicsSimulator.git

Branches

  • main - Release Branch
  • {name} - Replace this with the name of your branch
  • {comment} - Replace with comment for commit.
git checkout {name}
git pull origin main
git add .
git commit -m "{comment}"
git push origin {name}

About

Physics Simulator written in C++ using Vulkan API.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages