David Konsumer

Results 457 comments of David Konsumer

Let me know what I can do to help. I am strong on the js-side, weak on the rs-side, and am happy to help with anything I can.

I can verify Mac/Metal demo runs great. OpenGL runs great on my mac: But like you said, window-resize or close makes the other windows weird. What if we just didn't...

Ok, got vulkan SDK installed, and setup right (I think) and I did the symlink to `etc`. I get a black window and lots of output: https://gist.github.com/samizdatco/e0b37cd87dfbd4685555e3e39f9d9a2c

I get similar on Pop!OS 20.10 with `sc-controller-0.4.8.glibc-x86_64.AppImage`: ``` Traceback (most recent call last): File "/tmp/.mount_sc-conu49Sv5/usr/bin/scc", line 6, in from scc.scripts import main File "/tmp/.mount_sc-conu49Sv5/usr/lib/python2.7/site-packages/scc/scripts.py", line 8, in from scc.tools...

@NicholasLYang Thanks! You saved me a bit of trouble. I am using recompose, and this works great: ```js import React from 'react' import { compose, withHandlers, withState } from 'recompose'...

I made [a lil demo project](https://github.com/konsumer/morpher-demo/) that could be an example of setting up a project that depends on morpher-js, among other libs. This might be a good direction for...

I can do it, and maybe move to an all node-based toolset while I'm at it? It might make it easier for javascript folks to use (I don't like ruby.)...

Sometimes, in my projects, I even like to put the demo in gh-pages, so I have a CDN copy of the lib + a nice demo that doesn't make the...

ah, sorry, just noticed you are already doing this. nice. I will work on building demos & gui in node.

Nice! I can't currently build this project on linux or mac with latest raylib/quickjs. Seems like maybe something changed in raylib (and possibly quickjs.) That might be a good first...