#mruby — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #mruby, aggregated by home.social.
-
New #WeeklyBrainDump is up!
- Taylor updates
- Block stacking game starting development
- An archive of all my interesting links posted!https://sean.taylormadetech.dev/2026/07/02/weekly-brain-dump-29.html
-
New #WeeklyBrainDump is up!
- Taylor updates
- Block stacking game starting development
- An archive of all my interesting links posted!https://sean.taylormadetech.dev/2026/07/02/weekly-brain-dump-29.html
-
The Taylor Monthly for June is out! Quite a lot of movement this month.
- Emscripten Upgrade 4.0.13 -> v6.0.0
- ARGV Rework for the CLI
- Improved Developer Experience
- Updated Documentation for Development
- Block Stacker Example Game Progress
- Taylor v0.5.0 Progresshttps://taylormadetech.dev/2026/07/01/taylor-monthly-june.html
-
The Taylor Monthly for June is out! Quite a lot of movement this month.
- Emscripten Upgrade 4.0.13 -> v6.0.0
- ARGV Rework for the CLI
- Improved Developer Experience
- Updated Documentation for Development
- Block Stacker Example Game Progress
- Taylor v0.5.0 Progresshttps://taylormadetech.dev/2026/07/01/taylor-monthly-june.html
-
The Taylor Monthly for May is out! I had a lot more energy this month and things have moved along quite nicely.
- v0.4.2 and v0.4.3 released for some nice bug fixes
- mruby is upgraded to 4.0.0
- raylib is upgraded to 6.0 (just about)
- A proof of concept for the new `squash` existshttps://taylormadetech.dev/2026/06/01/taylor-monthly-may.html
-
The Taylor Monthly for May is out! I had a lot more energy this month and things have moved along quite nicely.
- v0.4.2 and v0.4.3 released for some nice bug fixes
- mruby is upgraded to 4.0.0
- raylib is upgraded to 6.0 (just about)
- A proof of concept for the new `squash` existshttps://taylormadetech.dev/2026/06/01/taylor-monthly-may.html
-
New #WeeklyBrainDump is up!
- FZap is becoming usable
- Taylor gets a small release
- I try (and fail) to upgrade mruby for Taylorhttps://sean.taylormadetech.dev/2026/05/28/weekly-brain-dump-24.html
-
New #WeeklyBrainDump is up!
- FZap is becoming usable
- Taylor gets a small release
- I try (and fail) to upgrade mruby for Taylorhttps://sean.taylormadetech.dev/2026/05/28/weekly-brain-dump-24.html
-
-
Most developers associate Ruby with web applications, but Ruby can also run inside embedded systems, firmware, and IoT devices.
If you're curious about Ruby beyond the server, this ecosystem is definitely worth exploring.
https://rubystacknews.com/2026/03/11/mruby-gems-extending-ruby-for-embedded-systems/
-
Most developers associate Ruby with web applications, but Ruby can also run inside embedded systems, firmware, and IoT devices.
If you're curious about Ruby beyond the server, this ecosystem is definitely worth exploring.
https://rubystacknews.com/2026/03/11/mruby-gems-extending-ruby-for-embedded-systems/
-
There's even a "custom" waybar module that supports various triggers/actions defined via JSON. A similar module could be written using mruby that calls DSL methods defined in a Ruby config file.
https://github.com/Alexays/Waybar/blob/master/src/modules/custom.cpp
https://man.archlinux.org/man/waybar-custom.5.en -
There's even a "custom" waybar module that supports various triggers/actions defined via JSON. A similar module could be written using mruby that calls DSL methods defined in a Ruby config file.
https://github.com/Alexays/Waybar/blob/master/src/modules/custom.cpp
https://man.archlinux.org/man/waybar-custom.5.en -
Any desktop app, widget, or service that embeds Lua or JavaScript for it's configuration or plugin system could embed mruby; either by adding an optional build flag, creating an mruby specific fork of the project, or via a plugin that hooks mruby in. Lots of potential to integrate Ruby into the desktop.
https://github.com/mruby/mruby#readme
https://github.com/mrubyc/mrubyc#readme -
Any desktop app, widget, or service that embeds Lua or JavaScript for it's configuration or plugin system could embed mruby; either by adding an optional build flag, creating an mruby specific fork of the project, or via a plugin that hooks mruby in. Lots of potential to integrate Ruby into the desktop.
https://github.com/mruby/mruby#readme
https://github.com/mrubyc/mrubyc#readme -
Another free project idea: write a generic waybar module that embeds mruby so you could write waybar modules entirely in Ruby.
-
Another free project idea: write a generic waybar module that embeds mruby so you could write waybar modules entirely in Ruby.
-
Using Lua as the configuration syntax or plugin system for a Window Manager isn't a new idea. AwesomeWM , a X11 Window Manager, uses Lua as it's configuration syntax. Now imagine being able to customize your fancy wayland tiling WM or add additional functionality with simple Ruby scripts running under mruby.
-
Using Lua as the configuration syntax or plugin system for a Window Manager isn't a new idea. AwesomeWM , a X11 Window Manager, uses Lua as it's configuration syntax. Now imagine being able to customize your fancy wayland tiling WM or add additional functionality with simple Ruby scripts running under mruby.
-
Weston (the Wayland example/reference compositor) added a custom Lua based shell that you can configure/extend with Lua. I wonder how much work it would take to build a mruby Weston shell? I would prefer a Ruby DSL over Lua.
-
Weston (the Wayland example/reference compositor) added a custom Lua based shell that you can configure/extend with Lua. I wonder how much work it would take to build a mruby Weston shell? I would prefer a Ruby DSL over Lua.
-
A new Weekly Brain Dump is up on my blog! I ended up having a pretty non-programming focused week in the end but there are some interesting things linked!
- `taylor squash` is getting redesigned from the ground up and could become a gem too
- Lots of interesting linkshttps://sean.taylormadetech.dev/2026/01/08/weekly-brain-dump-4.html
#blog #WeeklyBrainDump #programming #ruby #rust #pico8 #mruby #RetroComputing
-
A new Weekly Brain Dump is up on my blog! I ended up having a pretty non-programming focused week in the end but there are some interesting things linked!
- `taylor squash` is getting redesigned from the ground up and could become a gem too
- Lots of interesting linkshttps://sean.taylormadetech.dev/2026/01/08/weekly-brain-dump-4.html
#blog #WeeklyBrainDump #programming #ruby #rust #pico8 #mruby #RetroComputing
-
#blogged
Portable mruby binaries with Cosmopolitan -
#blogged
Portable mruby binaries with Cosmopolitan -
Whoa, I completely missed that #mruby now supports pattern matching. https://github.com/mruby/mruby/blob/master/NEWS.md#pattern-matching
-
Whoa, I completely missed that #mruby now supports pattern matching. https://github.com/mruby/mruby/blob/master/NEWS.md#pattern-matching
-
mrubyと micro-ROSが繋ぐロボットの世界 - Speaker Deck
https://speakerdeck.com/kishima/mrubyto-micro-rosgaxi-gurobotutonoshi-jie -
If anyone needs a Github Action for testing a mrbgem, feel free to take mine: https://github.com/katafrakt/mruby-class-attribute/blob/main/.github/workflows/test.yml
-
If anyone needs a Github Action for testing a mrbgem, feel free to take mine: https://github.com/katafrakt/mruby-class-attribute/blob/main/.github/workflows/test.yml
-
TIL: Updating git dependencies in mruby
-
TIL: Updating git dependencies in mruby
-
RubyKaigi 2025 で発表したMicroRubyとはなんだったのか | hasumikin
https://hasumikin.com/2025/05/05/MicroRuby.html -
MRubyD: A new mruby virtual machine implemented in pure C#
https://github.com/hadashiA/MRubyD
#HackerNews #MRubyD #mruby #VirtualMachine #CSharp #Programming #OpenSource #GitHub
-
MRubyD: A new mruby virtual machine implemented in pure C#
https://github.com/hadashiA/MRubyD
#HackerNews #MRubyD #mruby #VirtualMachine #CSharp #Programming #OpenSource #GitHub
-
Mruby/C and picoruby: high level langs in low-level devices?
https://github.com/picoruby/picoruby
#HackerNews #Mruby #picoruby #programming #languages #lowlevel #devices #HackerNews
-
Mruby/C and picoruby: high level langs in low-level devices?
https://github.com/picoruby/picoruby
#HackerNews #Mruby #picoruby #programming #languages #lowlevel #devices #HackerNews
-
Lightstorm: minimalistic Ruby compiler - The LLVM Project Blog
https://blog.llvm.org/posts/2024-12-03-minimalistic-ruby-compiler/
#ruby #mruby #dragonruby -
-
I also made some significant progress with Termbox 2 bindings for #mruby. This is mostly for fun.
All in all, this makes is pretty productive weekend, especially as for my recent standards.
-
Quick update on the #mruby front:
Figuring out how to make errors in the Ruby code visible and producing correct exit code was actually quite easy. And we can even get the full trace if we want.
-
I published second article about #mruby. This time I look into gems (or rather mrbgems), especially into a bit non-trivial way to use them. Includes a guide to build a very simple standalone CLI app with SQLite database.
-
@serge Ah, yes. I see that these have been discussed already. PyInfra does look promising.
I'm a huge fan of #Clojure, so "dad" looks pretty interesting https://github.com/liquidz/dad.
...which was influenced by the #mruby project https://github.com/itamae-kitchen/mitamae.
There's consfigurator if you like #CommonLisp: https://github.com/spwhitton/consfigurator/
So, we have options!
-
It's Taylor's third anniversary! It's crazy to think I've been working on this little game engine for that long now.
I've only managed to make a few games with it, but I've been surprised at how nice it is to make games using Ruby.
I really think I'm building a great tool that can compete. With the refactor I'm doing now it's starting to feel like it's really mine and not just gluing together libraries.
Check it out https://www.taylormadetech.dev/
-
@gamingonlinux I'm the developer behind Taylor an #mruby based game engine that supports #linux #windows #osx #html and soon #android I develop on Linux and believe it should "just work" on a #SteamDeck but don't know anyone who has one to try it with.
You can check it out at https://taylormadetech.dev/