Skip to content

CodCatDev/Vorx

Repository files navigation

Vorx Engine Logo

Vorx Engine

2026.0.5.2-DEV

Build Website Python License

Official website

Structure

Overview

Vorx is an engine for creating 2D games, written on Python. It is built on top of the SDL2 library.

Builds

Currently there are no releases. All code for Dev builds is available here

Installations

Installations via Releases

If you are installing Vorx, get a stable build from Latest Release on github, if there are no releases, install directly from Git

For install you need dependencies:

Installations via Git

If you installing Vorx from Git, you need a dependencies to build it from source:

Stable builds

For install stable builds from git, use the following command

git clone https://github.com/CodCatDev/Vorx.git

Dev builds

For install dev builds from git, use the following command

git clone --branch dev https://github.com/CodCatDev/Vorx.git

Setup

Windows

If you install from git, run this commands to build engine core:

cd Vorx
pip install -r requirements.txt
python buildManually.py

If you install from releases, all be done!

Linux

Install a Sdl2 Libs

sudo apt-get update
sudo apt-get install libsdl2-2.0-0 libsdl2-dev

For arch:

sudo pacman -S sdl2

For Fedora/RHEL:

sudo dnf install SDL2-devel

And build engine core, with libs:

cd Vorx
pip3 install -r requirements.txt
python3 buildManually.py

Mac

Install Homebrew

download SDL2-dev

brew install sdl2

install all and build

cd Vorx
pip3 install -r requirements.txt
python3 buildManually.py

About

Lightweight 2D game engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors