openFrameworks
openFrameworks copied to clipboard
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
I've spent some time to fix warnings, I think they get in the way of you reading important things on screen. So I've just finished a lot of changes that...
Bundle identifier now present in Project.xcconfig bin/data/ images removal (used on older launchscreen, now it uses a simple svg)
Addressing #167 Features: - [x] Multiplay - [x] Pitch/Speed - [x] Handles switching audio outputs mid play - [ ] Global FFT - [ ] Streaming from disk vs loading...
I was wondering if there are any ways of creating a project using the project generator tool on NixOS since the installation scripts are not available for it.
with this change we have ``` [ notice ] 3024 x 1964 : 24bit [ notice ] 3024 x 1964 : 24bit [ notice ] 3024 x 1964 : 24bit...
One idea of having the configurations side by side, using the [config=*] selector to differentiate, If this alteration is welcome we can remove Release.xcconfig and Debug.xcconfig ```xcconfig COPY_PHASE_STRIP[config=Debug] = NO...
Split download scripts for tvOS / iOS updated actions
Notice says macOS environment for 10.15 will be removed as of August 30th. Need to update the CI script to 11.0
Cleaning some empty addons.make files from examples folder
So in near future we can build OF without Cairo.a, optionally, as discussed here - https://github.com/openframeworks/openFrameworks/issues/6947