- UI
- Animation
- Physics
- Multiplayer
- Networking
- Rendering
- Input
- Graphics
- Audio
- Fork the repository on GitHub.
- Create a new branch for your feature or bug fix.
- Commit your changes using a descriptive commit message.
- Push your changes to your branch on GitHub.
- Open a pull request to the main branch.
- Implement Function or Main Functions of Engine
- Clone the repository on your local machine.
- Install the required dependencies using SDL 2.
g++ -I src/include -L src/lib -o main main.cpp -lmingw32 -lSDL2main -lSDL2
- Run the engine using the compiled executable.