Pietro Peterlongo
Pietro Peterlongo
in p5js there is push and pop used for e.g. transforming coordinates or in general a temporary "mode" change. in nim it would be more idiomatic to define templates for...
port this very useful document (use p5Instance): https://genekogan.com/code/p5js-transformations/
following up from #4 where (experimental) instance mode support was added, there remain some stuff to do: - [ ] extend the P5Instance object to really contain all fields the...
pastel patatap is a very nice example where typing a letter of the alphabet you get an animation and a sound: https://openprocessing.org/sketch/1437815 The idea is to create the overall structure...
and publish on nimble (remove/alias old nimp5)
https://p5js.org/reference/#/libraries/p5.sound
nimib site improvements: - [ ] generate doc action - [ ] netlify preview action - [ ] change how index is generated (generate single json for each nim and...
we could definitely improve bindings with some higher level stuff: - [x] add templated for `setup:`, `draw:` that avoid the need to write the {.exportc.} pragma - [x] find a...
- [x] use 1.5 js script - [ ] option to use it as a static asset! - [x] a particular nice feature of 1.5 is saveGif! - ref: https://p5js.org/reference/#/p5/saveGif...
This looks like something that could be worth adding in the main repo (the possibility to have nice social cards by default). Some more details here: https://www.digitalocean.com/community/tutorials/how-to-add-twitter-card-and-open-graph-social-metadata-to-your-webpage-with-html ideally it would...