Do Rust and Lua work well together?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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
  • druid

    A data-first Rust-native UI design toolkit. (by linebender)

  • Concerning GUI frameworks, the most common ones are druid, egui and iced. All three of them run native and on the Web.

  • egui

    egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

  • Concerning GUI frameworks, the most common ones are druid, egui and iced. All three of them run native and on the Web.

  • 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.

    InfluxDB logo
  • iced

    A cross-platform GUI library for Rust, inspired by Elm

  • Concerning GUI frameworks, the most common ones are druid, egui and iced. All three of them run native and on the Web.

  • Godot

    Godot Engine – Multi-platform 2D and 3D game engine

  • If it's a game, probably the Godot Engine. It has its own scripting language. It can also use Rust code, but that's a bit in flux right now because they're currently rewriting native code integration.

  • bevy

    A refreshingly simple data-driven game engine built in Rust

  • Amethyst was abandoned a few years ago. The best game engine written in Rust at the moment is bevy, but concerning multiplayer you're on your own there.

  • qsv

    CSVs sliced, diced & analyzed.

  • It works quite well IMHO. Using the mlua crate, I’ve managed to integrate Luau as a very powerful data-wrangling DSL for qsv (https://github.com/jqnatividad/qsv)

  • piccolo

    An experimental stackless Lua VM implemented in pure Rust (by kyren)

  • The rust ecosystem is doubling down on wasm with little to no focus on lua (some would even prefer to build their own programming language) that doesn’t mean lua is pretty bad for the rust ecosystem it’s just that there’s no much focus as to compared to wasm Example I noticed is https://github.com/kyren/luster

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • mlua

  • I'm not a specialist about text based multiplayer game, but from what I saw on Wikipedia it seem doable to do it with Rust and Bevy. On top of that you can add a layer of LUA with https://github.com/khvzak/mlua (or write your own bindings and sandbox later).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: Yo wants to build a game, I'm lost. What can I do?

    20 projects | news.ycombinator.com | 17 Jan 2024
  • Immediate Mode GUI Programming

    15 projects | news.ycombinator.com | 15 Jan 2024
  • ECS, Finally

    4 projects | news.ycombinator.com | 30 Dec 2023
  • “This Is a Disaster:” Game Developers Scramble to Deal with Unity’s New Fees

    2 projects | news.ycombinator.com | 12 Sep 2023
  • Non web-based crossplatform GUI frameworks focused on security

    2 projects | /r/rust | 27 Jun 2023