This repository serves as a centralized hub for my graphics and visual computing projects for the purpose of keeping my files organized while I work and prevent losing progress. It's a place to store source code, assets, documentation, and any other relevant files. Feel free to explore and contribute to the diverse projects housed here.
Contributions are welcome! Whether you want to fix a bug, enhance an existing feature, or add a new project, follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix. git checkout -b feature/your-feature
-
Make your changes and commit them. git commit -m "Add your commit message here"
4.Push your branch to your fork. git push origin feature/your-feature
- Open a pull request to merge your changes into the main repository.