Forum Archive

scene port to pc (again) - testers needed :]

JadedTuna

Hey guys! Due to many people being interested in ways of running scene games on PC, so I thought of continuing developing pcista. Thought this time I am creating direct SDL bindings for Python. I want some people to try to use them on different systems. It is capable of running basic programs (it can surely run basic scene and Piano [with dummy sound module]), but I want to make sure it works on different platforms. It requires SDL to build or you can download precompiled binaries (for Linux only for now...).

Here is the GitHub repo: https://github.com/Vik2015/scene.

Thanks for reading :].

JadedTuna

Updated the repo - removed SDL_gfx dependency. I needed it only for drawing ellipses, but after some googling and reading wikipedia I managed to write my own functions :]. Also I added install.py which (hopefully) makes it easier to build & install scene library.