Greggman
Greggman
So I hacked some stuff into happyfuntimes.net that might make your situtation work? Please try running the game then going to [happyfuntimes.net](http://happyfuntimes.net) on your phone. If what I changed doesn't...
happyfuntimes.net is just a website that tries to redriect users to your local computer. So, instead of having to manually type `http://[2601:204:c702:5f87:3d3d:d184:f486:1e8a]:18679` they can go to `happyfuntimes.net` and it will...
BTW the code for happyfuntimes.net is here https://github.com/greggman/happyfuntimes.net if you ever want to run your own server (like if you have a hit game and you want people to go...
That's a good question. I don't remember what I need or what the roadmap should be. I wrote it for this http://webglsamples.org/toon-shading/toon-shading.html The inspiration is of course the Photoshop one...
Wow, this old. But there is a BSD 3 clause licence here https://github.com/greggman/gradient-editor/blob/267320cecebabdb401545c2ed2934c83fe231ece/gradient-editor/gradient-editor.js#L2
thanks for pointing that out. I updated the readme
Sorry, ffmpegserver wasn't meant for realtime capture it was just meant to capture non-interactive animation playback for very long animations. I don't know what to recommend for realtime capture. Maybe...
As it mentions above this isn't a solution for interactive demos. You'd probably need to look into the screen capture API and setting up a server to receive the stream...
this example shows capturing video on the client https://webrtc.github.io/samples/src/content/getusermedia/record/ Combined with https://developer.mozilla.org/en-US/docs/Web/API/Screen_Capture_API/Using_Screen_Capture you could probably capture your stuff in realtime Also https://stackoverflow.com/questions/16571044/how-to-record-webcam-and-audio-using-webrtc-and-a-server-based-peer-connection
Do you have a sample app? Did the test app work? What OS? Does the MP4 play in VLC?