Skip to content

alex-khod/rom2py

Repository files navigation

🐉 rom2py

Rage of Mages 2 (ROM) implementation in python/opengl.

Current state:

Can draw a bunch of animations... Some stuff can even move, wow

Dependencies

Requires Python 3.7x.

cd rom2py
git clone https://gi
pip install -r requirements.txt
python setup.py build

Requires ROM2 to be installed to run. Pinpoint the path containig graphics.res in config.ini.

Running stuff

  • Main - python main.py
  • Tests - python -m "nose" tests
  • Benchmarks python -m "nose" time_tests --with-timer

See makefile for more commands. See rom2books repo for more hijinks with ROM2 assets.

About

ROM2 implementation in python/opengl (2022)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published