From ca2f6980acc27ea2d14028052281d8bd27905c0f Mon Sep 17 00:00:00 2001 From: panreyes Date: Fri, 24 Mar 2023 02:20:51 +0100 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 97929bd..87702d2 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,23 @@ -# TODO: A lot of renaming everywhere! PixTudio -> RAWRLAB Games Engine - # README -PixTudio is a 2D game engine with an emphasis on PC, Nintendo Switchâ„¢ & mobile devices, with a code syntax based on DIV Games Studio. +RAWRLAB Games Engine (or RGE) is a 2D portable videogame engine with a code syntax based on DIV Games Studio. -PixTudio was originally developed by [Joseba Etxebarria](https://github.com/josebagar) to support the needs of the [eXplosive Dinosaurs](https://www.nintendo.com/store/products/explosive-dinosaurs-switch/) video game, but has subsequently received some further enhancements by [Pablo Navarro](https://github.com/panreyes) to support other [RAWRLAB Games](https://www.rawrlab.com/) projects. +RAWRLAB Games Engine is a fork of [PixTudio](https://github.com/panreyes/pixtudio), created by [Pablo Navarro](https://github.com/panreyes) to adapt the engine to SDL3 and to support some [RAWRLAB Games](https://www.rawrlab.com/) projects. ## RELATED LINKS -* [PixTudio official website](https://pixtudio.divhub.org/) +* [RAWRLAB Games Engine official website](https://www.rawrlab.com/rge) * [DIV Project Manager](https://divpm.divhub.org/) - * DivPM is a simple tool, written in AutoIT, to simplify managing and exporting tasks in PixTudio's (and other DIV-like engines). Includes binaries for different platforms. + * DivPM is a simple tool, written in AutoIT, to simplify managing and exporting tasks in RAWRLAB Games Engine's (and other DIV-like engines). Includes binaries for different platforms. * [DIVHub Discord](https://discord.gg/CAKr9QR) * DIV-like engines user community. -## GAMES DEVELOPED WITH PIXTUDIO -* [eXplosive Dinosaurs](http://www.explosivedinosaurs.com/) -* [Tiki Brawl](https://www.nintendo.es/Juegos/Programas-descargables-Nintendo-Switch/Tiki-Brawl-1851633.html) -* [Spy Bros](https://www.rawrlab.com/spybros/) -* [Crisis Serena](https://mobile.twitter.com/crisisserena) -* [Bremen Hot Strings](https://www.youtube.com/watch?v=u99CX9nIQ-Y) +## GAMES DEVELOPED WITH RAWRLAB GAMES ENGINE +* (None yet!) ## CREDITS -PixTudio relies on code from the following projects: +RAWRLAB Games Engine relies on code from the following projects: -* [BennuGD](http://www.bennugd.org) - The main code base for PixTudio from which it was forked -* [SDL2](https://libsdl.org/) +* [PixTudio](http://pixtudio.divhub.org) - The main code base for RAWRLAB Games Engine, from which it was forked +* [SDL3](https://libsdl.org/) * [Chipmunk](https://chipmunk-physics.net/) * [libcurl](http://curl.haxx.se/) * [libpng](http://www.libpng.org/pub/png/libpng.html)