-
Updated
Sep 30, 2020 - C++
creative-coding
Here are 612 public repositories matching this topic...
-
Updated
Oct 7, 2020 - HTML
-
Updated
Sep 26, 2020 - TypeScript
-
Updated
Jul 28, 2020 - JavaScript
-
Updated
Mar 31, 2020 - Swift
-
Updated
Oct 4, 2020 - C++
It's now possible to say that a given process type will have a default height when added in the timeline.
We should investigate relevant default heights for most processes.
See
https://github.com/ossia/score/blob/master/src/plugins/score-plugin-fx/Fx/LFO.hpp#L102
and
https://github.com/ossia/score/blob/master/src/plugins/score-addon-gfx/Gfx/Video/Presenter.hpp#L32
-
Updated
Jun 20, 2018 - Kotlin
-
Updated
Sep 20, 2020 - JavaScript
-
Updated
Oct 8, 2020 - C++
-
Updated
Oct 9, 2020
-
Updated
Oct 5, 2020 - Kotlin
-
Updated
Feb 25, 2020
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Oct 10, 2020 - TypeScript
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Oct 2, 2019 - CSS
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Sep 24, 2020 - C++
-
Updated
May 3, 2018 - C
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Mar 2, 2019 - QML
-
Updated
Jul 15, 2020 - C++
-
Updated
Oct 6, 2020 - C++
-
Updated
Sep 7, 2018 - Processing
-
Updated
Jun 27, 2020 - TypeScript
-
Updated
Jun 27, 2020 - JavaScript
-
Updated
Jun 22, 2020 - 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."
I just realised that I forgot to correct the orientation of the teapot in this example to account for wgpu's switch to having the y axis increase upwards (rather than downwards). Previously the teapot examples all used a view matrix with an inverted axis in order to account for the downwards y axis, as the original teapot vertices were intended for an upward y axis. This has been correct in the `w