Download List

Projeto Descrição

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."

System Requirements

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-10-01 03:01
0.1

O projeto foi renomeado para "Shoebot" e redefinir o número de versão, que está saindo da fase de protótipo e em lançamentos adequada. Ele agora apresenta uma IDE estável para consertar simples, e suporta interface de controle variável no estilo de Drawbot e nodebox. É acessível através de conexões de soquete, permitindo o controle de imagem através de aplicações externas (por exemplo, Pure Data). ele tem a melhor documentação e muitos exemplos de scripts novos.
Tags: Major feature enhancements
The project has been renamed to "Shoebot" and the version number reset; it's moving out of the prototype phase and into proper releases. It now features a stable IDE for simple tinkering, and supports GUI variable control in the style of Drawbot and Nodebox. It is accessible via socket connections, allowing for image control through external applications (e.g. Pure Data). it has better documentation and many new example scripts.

2008-06-05 05:34
0.2

Esta versão tem um interface de tela GTK (facada a primeira em uma tela própria, mas que funciona decentemente). Agora você pode acessar as variáveis internas através de uma conexão de soquete. size (), configuração () e draw () agora se comportam como deveriam. A classe Caixa tem um método run () para a execução de scripts externos de dentro de um programa em 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.

2008-03-07 19:21
0.1

Tags: Initial freshmeat announcement

Project Resources