Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Arcan python bindings

Examples

First of all you need to start arcan console

  • Clone and build https://github.com/letoram/arcan
  • Start console
    ./arcan -w 640 -h 480 -T ../data/scripts -p ../data/resources ../data/appl/console
  • Install the package:
    python setup.py install

Clock

ARCAN_CONNPATH=console python examples/clock.py

Listwnd

ARCAN_CONNPATH=console python examples/listwnd.py

Bufferwnd

ARCAN_CONNPATH=console python examples/bufferwnd.py