OpenFrameworks is a versatile C++ toolkit for creative coding. It offers a powerful and flexible platform for artists, designers, and researchers to create a wide range of interactive projects, from simple 2D animations to complex 3D installations. OpenFrameworks provides access to various libraries for graphics, sound, video, and more.
OpenFrameworks Project Starter
This is a template repository for creative coding projects using OpenFrameworks.
- Clone this repository.
- Ensure OpenFrameworks is installed and properly configured.
- Modify
config.make
to include your paths.
-
Customize
src/ofApp.cpp
andsrc/ofApp.h
for your project's logic. -
Add additional libraries in
libs/
and manage addons inaddons.make
.
Made with ❤️ by Scape Agency
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT license. See the LICENSE file for details.