This project provides a quick-start template for visualizations in C++, using OpenGL and GLFW.
- Easy Setup: Minimal configuration for quick deployment.
- OpenGL & GLFW: Utilizes OpenGL for graphics rendering and GLFW for window management.
- Ready for use: Includes classes and function for easy use.
- Clone the repository:
git clone https://github.com/lordpiki/Visual-Simulation-Template.git
- Use as template Select this repository as a template when creating a new project.
Modify main.cpp to create your visualizations. Add shaders, customize rendering, and handle user input as needed.
Add functions and classes for your use.
Contributions are welcome! Fork the repo, make changes, and submit a pull request.