Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blob-cc/openframeworks-starter
openFrameworks | Starter
https://github.com/blob-cc/openframeworks-starter
blob cpp creative-coding of openframeworks starter template
Last synced: about 2 months ago
JSON representation
openFrameworks | Starter
- Host: GitHub
- URL: https://github.com/blob-cc/openframeworks-starter
- Owner: blob-cc
- License: mit
- Created: 2024-08-10T18:53:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T07:59:08.000Z (5 months ago)
- Last Synced: 2024-08-16T09:03:16.486Z (5 months ago)
- Topics: blob, cpp, creative-coding, of, openframeworks, starter, template
- Language: Makefile
- Homepage: https://www.blob.cc
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
openFrameworks | Starter
Creative Coding Blobs
---
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.
## Setup
1. Clone this repository.
2. Ensure OpenFrameworks is installed and properly configured.
3. Modify `config.make` to include your paths.## Usage
- Customize `src/ofApp.cpp` and `src/ofApp.h` for your project's logic.
- Add additional libraries in `libs/` and manage addons in `addons.make`.- https://openframeworks.cc/
---
## Colophon
Made with ❤️ by **[Scape Agency](https://www.scape.agency)**
### Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
### License
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.
---