openframeworks-starter

openFrameworks | Starter

https://github.com/blob-cc/openframeworks-starter

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.3%) to scientific vocabulary

Keywords

blob cpp creative-coding of openframeworks starter template
Last synced: 4 months ago · JSON representation ·

Repository

openFrameworks | Starter

Basic Info
  • Host: GitHub
  • Owner: blob-cc
  • License: mit
  • Language: Makefile
  • Default Branch: main
  • Homepage: https://www.blob.cc
  • Size: 49.8 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
blob cpp creative-coding of openframeworks starter template
Created over 1 year ago · Last pushed 11 months ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation Codeowners Security

README.md

blob.cc Logo

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

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 file for details.


Owner

  • Name: blob.cc
  • Login: blob-cc
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
title: openFrameworks Template
version: 0.0.1
date-released: 2024-08-01
url: "https://github.com/scape-agency/cc-openframeworks"
message: >-
  If you use this software, please cite it using
  the metadata from this file.
type: software
authors:
  - given-names: Lars Bastiaan
    family-names: van Vianen
    email: lars@scape.agency
    affiliation: Scape Agency
    orcid: "https://orcid.org/0000-0002-8790-8630"

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (3)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/build-multi-os.yml actions
  • actions/checkout v4 composite
.github/workflows/build.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • softprops/action-gh-release v2 composite
.devcontainer/Dockerfile docker
  • ubuntu 24.04 build