Chris Hallberg
Chris Hallberg
Current editor is black, and it's hard to see in the editor view. Could possibly be simplified since the hr styles are now the same between `preview/index.scss` and `editor/index.scss`.
It would be really excellent if I could save or pin locations around the infinite canvas to make things easier to find. Saving the camera location and zoom under a...
This work updates #42 (with many thanks to @AndreAzevedoCoder) with bits from #12 (many thanks to @edenkl8 and @Dezzles)! - `deleteInRange(range)` - delete all points inside of range. - `filter(fn)`...
I want to look into adding a button or link to the README that opens up a Repl.it with p5 and this library reconfigured. Example of this in another repository:...
- [x] README - [ ] Update version (breaking) - [ ] Add Typescript JSDocs - [ ] Add `draw(num)` method to Deck Fixes #37. Fixes #38.
Adding a CLI argument to include custom decks is a change I really want to include. `node update-from-sheets.js --add custom.csv` There's a discussion below about supporting custom black cards without...
It would be great to have the official icons available as a set once icon support (#29) is ready.
In LESS, semi-colon separators between mixin parameters are valid (for example, here in [Bootstrap](https://github.com/twbs/bootstrap/blob/v3.3.6/less/buttons.less#L20)) but is SASS they are not. By using functions we can replace them without many changes....
This PR adds a button next to the Listen and Add to Playlist buttons on feed. - The button appears when Hide Watched is active. - The PR also separates...
Drawing and collision done. Closes #317.