HellRok / Taylor

A simple game engine built using raylib and mruby
https://www.taylormadetech.dev
MIT License
97 stars 6 forks source link

require/file io #14

Closed Salvakiya closed 1 year ago

Salvakiya commented 1 year ago

Does this support any additional functionality over mruby such as require, load, or file io operations?

specifically things like this fork of mruby does? https://github.com/iij/mruby

has some really good features.

HellRok commented 1 year ago

It does indeed! The full list of mgems I include are:

You can see this in the mruby build configs I use.

Salvakiya commented 1 year ago

Thanks! Glad to hear it!

I am looking into Taylor as a possible open source replacement to DragonRuby.

Cheers!