xeno.test VS godot-ruby

Compare xeno.test vs godot-ruby and see what are their differences.

godot-ruby

ruby language binding for godot game engine (by onyxblade)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
xeno.test godot-ruby
1 2
1 35
- -
2.4 0.0
about 1 year ago over 3 years ago
Ruby Ruby
The Unlicense MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

xeno.test

Posts with mentions or reviews of xeno.test. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-13.
  • Building Games with DragonRuby – A free book on Ruby game dev
    3 projects | news.ycombinator.com | 13 Dec 2022
    I can definitely help you here! The code you write is yours to license as you please. So you can release the source for your game under GPLv3, you just can't distribute the engine alongside the source. Someone would have to own the engine and use your source alongside it to contribute to your game. You can compile and sell your game as you normally would, of course!

    Here's an example of one of my games that is released under the Unlicense: https://github.com/brettchalupa/XENO.TEST & https://book.dragonriders.community/source-control.html#a-no... walks through how to do that

    Zif is an open source community library for DragonRuby Game Toolkit that gives you a lot more classes and structure, if you so choose to use it. So it's not an "instead of" but rather a library you can drop into your DragonRuby Game Toolkit game.

    While DragonRuby GTK is not FLOSS, your code is your code, and it's built upon mruby, llvm, and SDL, so it's got a really strong FLOSS core. I'm not a license expert tho, now that I write all this.

godot-ruby

Posts with mentions or reviews of godot-ruby. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-13.
  • Building Games with DragonRuby – A free book on Ruby game dev
    3 projects | news.ycombinator.com | 13 Dec 2022
    > It should be easy and it has been done before (but not maintained).

    Here's one such example of Ruby in Godot: https://github.com/onyxblade/godot-ruby

    > The problem is that it's just far slower than GDScript or C#.

    I'd say that depending on what you're doing, you can get away with a lot even in slower language runtimes, otherwise we'd be writing all of our game code in C, C++ or Rust (or other languages like that) only.

    I actually ported the Godot LOD plugin from GDScript to C# a while back to what the performance would be like between the two supported languages: https://blog.kronis.dev/articles/porting-the-godot-lod-plugi... (so language runtime performance itself doesn't matter that much)

    As long as you don't do too much number crunching every frame, you should be fine, especially if the engine itself does most of the heavy lifting. Of course, when it comes to the performance impact of interop between different languages, that might be a different story.

    But hey, it's not like challenges like that can't be overcome due to some inherent limitations, even the Unity game engine sees popularity of MoonScript (which runs Lua under the hood), as far as I can tell. And in regards to games in general, the whole S.T.A.L.K.E.R. game series used Lua for scripting, if my memory doesn't fail me.

  • First binary release of a LuaJIT based PluginScript for the Lua language \o/
    3 projects | /r/godot | 7 Sep 2021
    I get that PluginScript is not broadly used, as far as I know only Python uses it fully and there is a Ruby implementation that seems abandoned. Apart from that and the engine source code, I couldn't find much more documentation on the topic =/

What are some alternatives?

When comparing xeno.test and godot-ruby you can also consider the following projects:

scale - Framework with conventions and utils for DragonRuby Game Toolkit

godot-python - Python support for Godot 🐍🐍🐍

robospider_reckoning - 2D top-down action game made by the DragonRuby community as part of an exquisite corpse jam

godot-lua-pluginscript - Godot PluginScript for the Lua language, currently based on LuaJIT's FFI

dragonruby-zif - Zif: A Drop-in Framework for DragonRuby GTK