creative-coding
Here are 551 public repositories matching this topic...
-
Updated
May 27, 2020 - HTML
-
Updated
Jun 6, 2020 - TypeScript
It would be great if there was an easy way to package nannou exes into easily distributable apps. Perhaps nannou-package could be progressively enhanced to be capable of doing this.
It will likely be the case that users will only be able to generate apps for the platform they are currently building on, however it may be possible to cross-compile and build for other targets in some cases.
-
Updated
Jul 14, 2020 - C++
-
Updated
Jun 20, 2018 - Kotlin
ossia score auto-connects to the JACK system output. Is there some way to disable that behaviour?
-
Updated
May 4, 2020 - JavaScript
Describe the bug
minor improvement: Drawer.isolated() and Drawer.isolatedWithTarget() functions could probably be marked as inline to avoid the allocation of the lambda argument.
-
Updated
Mar 2, 2020
-
Updated
Feb 25, 2020
-
Updated
Jul 14, 2020 - JavaScript
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Oct 2, 2019 - CSS
hi cuinjune,
with the newest emscripten 1.39.1 i get this compile error with the ofelia emscripten example on ubuntu 18.04:
/home/jonathan/Schreibtisch/of_v20191108_linux64gcc6_release/addons/ofxOfelia/libs/ofxLua/src/bindings/glmBindings.cpp:2733:10: fatal error:
'glm/gtc/functions.hpp' file not found
#include <glm/gtc/functions.hpp>
while it is possible to compile the ope
-
Updated
May 3, 2018 - C
-
Updated
Apr 19, 2018 - JavaScript
-
Updated
Mar 2, 2019 - QML
-
Updated
May 1, 2020 - C++
-
Updated
Sep 7, 2018 - Processing
-
Updated
Jun 27, 2020 - JavaScript
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Nov 24, 2018 - Java
-
Updated
Jul 14, 2020 - C++
-
Updated
Jun 27, 2020 - TypeScript
-
Updated
Oct 24, 2019 - JavaScript
Improve this page
Add a description, image, and links to the creative-coding topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the creative-coding topic, visit your repo's landing page and select "manage topics."




Using Gstreamer isPlaying() always returns true even when paused and using plain ofVideoPlayer it returns false when paused. It would be great to have a standard behavior.
see:
arturoc/ofxGStreamer#27