Figured I'd post my first toot on this instance!
I'm an #indiedev who also works full time as a software developer. My main passion project at the moment is Taylor, a small game engine that's powered by #ruby (actually #mruby). You can check it out at https://taylor.oequacki.com/
I love #gamedev, #webdev, and pretty much all things programming and you can check out all the games I've built at https://hellrok.itch.io/
#indiedev #ruby #mruby #gamedev #webdev #introduction
I received "優秀賞" (roughly translates to “excellence award” or “outstanding performance award“) at Fukuoka Ruby Award 2023 for my projects on mruby on Dreamcast and mruby/c on Mega Drive 🎉 #ruby #mruby #mrubyc https://twitter.com/fukuoka_ruby/status/1620575169814343681?s=21&t=gj9GL0VBNEFMKvYx0__nkg
Awesome work :D
Yuji Yokoo:
Has written small little games for the Sega Mega Drive with MRuby.
Need later inspect the github-repo, to learn. ;D
Is there a good tutorial or starting point to learn a little bit about/with #MRuby and it's tooling.
I'm interested in that, especially to do some GUI things or to create little one binary tools/services.
If someone has a good hint or resource for me, that will be awesome :D
I guess I should do #followfriday
Follow @watzon who has been slowly porting ruby libraries over to Crystal and writing new Crystal libraries.
Follow @presidentbeef who recently managed to get mrubyc onto the Flipper Zero (a RF hacking swissarmy knife gadget).
Follow @timriley and @solnic who have recently released Hanami 2.0 and are now working on 2.1.
Follow @k0kubun who's working on improving CRuby's new YJIT.
#ruby #crystal #crystallang #hanami #mruby #mrubyc #yjit #jit
#followfriday #ruby #crystal #crystallang #hanami #mruby #mrubyc #YJIT #jit
Looks like I've no speakers once again for the chapter of Ruby Nepal in Kathmandu, will have to pull out some sort of presentation out of my arse tomorrow to chat about. Mayhaps WASM + mruby?#community #ruby #rubynepal #rubyonrails #wasm #mruby
#community #ruby #rubynepal #rubyonrails #wasm #mruby
Made my first #mruby C extension!
https://gist.github.com/art-solopov/9cc265224ce8db846866e2895c5fa2f3
#mruby
mruby 2.0 released
https://mruby.org/releases/2018/12/11/mruby-2.0.0-released.html
mrb_get_argsでフォーマットに"s"を指定するとlenの値がおかしくなってるんだけど、"S"でとってから、自分でRSTRING_LEN()で取り出すと、正常に取れる。何が違うんだ。。。 #mruby