Oficina: Difference between revisions
| Line 77: | Line 77: | ||
In Turtle Art Activity there already is a way to plug a python code to add new block's functions. The idea is add a similar feature to Oficina. Sugar has already a python editor called Pippy. Using this kids can developed or edit your own brush and import your custom code into Oficina using the Pippy button. | In Turtle Art Activity there already is a way to plug a python code to add new block's functions. The idea is add a similar feature to Oficina. Sugar has already a python editor called Pippy. Using this kids can developed or edit your own brush and import your custom code into Oficina using the Pippy button. | ||
The idea is refactoring the Oficina code and make a common base where tools can be plugged. The current available tools will use this base. With this kids can put the tools that they want including their own brushes. | |||
Oficina is developed in Python using PyGTK library and the bucket tool is implemented in C language. I will use these technologies in my project. | Oficina is developed in Python using PyGTK library and the bucket tool is implemented in C language. I will use these technologies in my project. | ||
| Line 92: | Line 94: | ||
June 6 - July 7 | June 6 - July 7 | ||
* Development of the | * Development of the common base | ||
July 8 - July 12 | July 8 - July 12 | ||