Oficina: Difference between revisions
| Line 78: | Line 78: | ||
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. | 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. | ||