quantumproducer
quantumproducer
Cool! Lucky kid to learn Erlang so early, good work :)
Keyboard integration is the biggest feature for this. With keyboard + screen, you can play a game!
@essen I take input from std_in and display output to the shell here: https://github.com/QuantumProductions/exhume , maybe this cn be applied collecting input in a second thread
@essen , https://code.google.com/archive/p/erlworld/ has working mouse input examples. The keyboard example took input but on my machine it was very laggy (kept freezing). Could be a good place to start...
@essen Pong : Mouse, Blastox: keyboard (Both from Erlworld)
I see the same crash, but also it will crash if I click away and the window loses focus.
yes ``` :.cd code ~/code:.cd erws ~/code/erws:.rebar get-deps ==> goldrush (get-deps) ==> lager (get-deps) ==> cowlib (get-deps) ==> ranch (get-deps) ==> cowboy (get-deps) ==> erws (get-deps) ~/code/erws:.ls Makefile ebin rebar.config...