Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
panreyes authored Mar 24, 2023
1 parent 44826a5 commit ca2f698
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit ca2f698

Please sign in to comment.