From a7c9555760f5b273adb88492ec60062dd67bd191 Mon Sep 17 00:00:00 2001 From: soliton Date: Sat, 8 Jun 2024 10:47:18 +0200 Subject: [PATCH] Update readme.md adding Cubzh open-source UGC --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5b00b47..dc5cb21 100644 --- a/readme.md +++ b/readme.md @@ -117,6 +117,7 @@ Note: From LuaJIT to Lua to lua.vm.js to Moonshine, a basic benchmark sees perfo - [Drystal](https://drystal.github.io/) - Open source, games can run on Linux or on any platform with a recent web browser. - [Amulet](http://www.amulet.xyz/) - Open source, audio/visual toolkit suitable for small games and experimentation. It runs on Windows, Mac, Linux, HTML5 and iOS. - [LÖVR](https://lovr.org) - 3D framework for creating virtual reality experiences, inspired by LÖVE 2D. +- [Cubzh](https://cu.bzh) - Open source, cross-platform UGC voxel game engine to create games and experiences using a Lua scripting API ### Game Development @@ -127,7 +128,7 @@ Note: From LuaJIT to Lua to lua.vm.js to Moonshine, a basic benchmark sees perfo - [lurker](https://github.com/rxi/lurker) - Shortens the iteration cycle by auto-swapping changed Lua files in a running LÖVE project. - [HUMP](http://vrld.github.io/hump/) - A set of lightweight helpers for LÖVE; a game-oriented utility belt. - MOAI - - [moaifiddle](https://moaifiddle.com) - Edit and share short scripts for the MOAI game engine and run them in the browser using WebGL. + - [moaifiddle](https://moaifiddle.com) - Edit and share short scripts for the MOAI game engine and run them in the browser using WebGL. - [Jumper](https://github.com/Yonaba/Jumper) - Fast, lightweight, and easy-to-use pathfinding library for grid-based games. - [lume](https://github.com/rxi/lume/) - Utility belt library geared toward game development. - [NoobHub](https://github.com/Overtorment/NoobHub) - Network multiplayer for Corona, LÖVE, and more, following a simple pub-sub model.