David Konsumer
David Konsumer
If I run browserify, with some problematic code, I get this totally useful error message: ``` SyntaxError: /home/konsumer/Desktop/project/src/Game.js: Unexpected token (3:19) 1 | import raf from 'raf' 2 | >...
This is a WIP, and should not be merged until these are complete: * [ ] demo seems broken, need to test more * [ ] no jQuery (#5) I...
Adds `invert`, so you can get a color that is perfectly readable over any color, identical to "Image > Adjustments > Invert Color" command in Photoshop. Got function from [here](http://stackoverflow.com/questions/9600295/automatically-change-text-color-to-assure-readability)....
I don't know if it's helpful to anyone, but I made a google-collab notebook, so you can play around with it very easily, for free: https://colab.research.google.com/drive/1AQ0XSKWjzJBhGXXJ0XrA4DckFdv6Ul5N?usp=sharing#scrollTo=2eYISfxy-8qe Works great!
This makes the lib easier to use with npm/webpack/browserify. I added gh-pages stuff (`npm run gh` to publish gh dir.) I used the generated files out of laziness in the...
It would be helpful to have this project published on npm for use with browserify/webpack/etc. I am happy to make the package.json, if you want to `npm publish` it. I...
I can't seem to get touch working on android 4.2.2. The demo lets me move the objects around (a little jerky,) but not rotate/scale.
Hi, I am interested in raylib & javascript, and getting it to run well on a pi0. I tried out node-raylib, and it works pretty well, but not on mac,...
Enums & type-refs do not show up in mutations, like for example in the star wars example, the `HumanInput` type for the mutation `upsertHuman` looks like this: ``` id: ID...