I made this thing that lets you write hot-reloading raylib demos really fast in JS. It still needs some work, but it's totally usable for demos, now:
github.com/konsumer/raylib-w… Here is a codepen example you can edit on the fly:
codepen.io/konsumer/pen/NWEd…
This has the current examples I have made: raylib.surge.sh/ but my goal is to port all the examples to JS code like this (once I clear out all the bugs) to eventually end up on the main raylib website (for editable demos.)
I made a TinaCMS tutorial video here: youtu.be/3MSbRzhHtX8 and a follow up here youtu.be/hm-0l8wSbHc I go over basics of getting started, making custom inputs. custom addons to richtext-editor and more.
I always forget to tweet about all the projects I work on all the time. Many are just the beginning of things, that I eventually get around to finishing, many are useful right away. Here are a few recent ones. (0/4)
Here is a cross-platform driver for my programmable keyboard. This works in linux (unlike the official) and I will eventually have a CLI and GUI frontend for it. github.com/konsumer/node-gk6… (4/4)
Here are a couple more: a simple arduino sketch to emulate a common serial joystick github.com/notnullgames/ardu… It uses regular linux drivers. I made it for github.com/notnullgames/pake… which is a cheap gamified hacking platform (designed to run on a pizero and look like a gameboy.)