fretwork

Game library used by FoFiX, and FoF:R.


Keywords
music, engine, fofix, frets, game
License
GPL-2.0+
Install
pip install fretwork==0.5.0

Documentation

fretwork

Coverage Status Build Status Documentation Status PyPI

Shared code for FoFiX and FoF:R.

Setup

Dependencies

You'll need those packages to run tests:

  • glib
  • sdl 1.2
  • sdl_mixer 1.2
  • libogg
  • libvorbisfile
  • libtheora
  • soundtouch

For Windows, you should use the win32 dependency pack (to unzip into the win32 directory).

Native modules

Some parts of fretwork are written in C or C++. These must be compiled before you can start the game from source:

python setup.py build_ext --inplace --force

Related links