=======================
This project is a 2D simulation built using C++ and SFML. It is designed to demonstrate a basic 2D simulation with resource management.
To build and run this project, follow these steps:
- Clone the repository:
git clone https://github.com/gfeyer/2d_sim.git - Navigate to the project directory:
cd 2d_sim - Create a build directory:
mkdir build - Navigate to the build directory:
cd build - Run CMake:
cmake .. - Build the project:
cmake --build . - Run the simulation:
./main
Note: This project requires SFML and CMake to be installed on your system.
This project uses the SFML library for graphics and input handling.
