a5kin / xentica

GPU-accelerated engine for multi-dimensional cellular automata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make examples runnable with tox

a5kin opened this issue · comments

It would be good to run examples with tox. Right now, to run different examples we're editing launcher script manually each time. With tox, we'll have a flexible launch system for development purposes.

When running Moire app with tox it could not find available video device, despite sitepackages=true is set. Probably there is no way to run graphics app via tox. Anyway, let just improve the current example launcher and use it for now.