Télécharger la liste

Description du projet

Shoebot is a pure Python graphics robot: it takes a Python script as input, which describes a drawing process, and outputs a graphic in a common open standard format (SVG, PDF, PostScript, or PNG). It has a simple text editor GUI, and scripts can describe their own GUIs for controlling variables interactively. Being pure Python, it can also be used as a Python module, a plugin for Python-scriptable tools such as Inkscape, and run from the command line. It was directly inspired by DrawBot and Shoes. Thus, "Shoebot."

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-06-05 05:34 Retour à la liste release
0.2

Ce communiqué a une interface GTK toile (le premier coup à une bonne toile, mais elle fonctionne décemment). Maintenant, vous pouvez accéder aux variables internes à travers une connexion socket. size (), setup () et draw () se comportent maintenant comme ils le devraient. La classe de CP a une méthode run () pour exécuter des scripts externes de l'intérieur d'un programme Python.
Tags: Major feature enhancements
This release has a GTK canvas interface (the first stab at a proper canvas, but it works decently). Now you can access internal variables through a socket connection. size(), setup() and draw() now behave as they should. The Box class has a run() method for executing external scripts from inside a Python program.

Project Resources