Development Team/Resources: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude>{{ GoogleTrans-en | <noinclude>{{GoogleTrans-en}}{{TeamHeader|Development Team|roadmap_link={{Upcoming Stable Release}}/Roadmap}}</noinclude> | ||
{{TOCright}} | {{TOCright}} | ||
{{:Development Team/Sugar_Architectual_Diagram}} | {{:Development Team/Sugar_Architectual_Diagram}} | ||
| Line 5: | Line 5: | ||
== Tutorials == | == Tutorials == | ||
[ | [[olpc:Developers/Stack#Python/PyGTK | PyGTK]] developers will find a collection of [[olpc:Tutorials |Tutorials]] available, from very simple Hello World projects to an in-depth description of the development of [[olpc:Block_Party|Block Party]]. | ||
[ | [[olpc:Developers/Stack#OLPCGames| Pygame]] developers will likely want to start with: | ||
* [ | * [[olpc:Game_Development_Newbies| Game Development Newbies]] -- general introduction | ||
* [ | * [[olpc:Game_development_HOWTO |Game development HOWTO]] -- 5-minutes to your first activity in [http://wiki.laptop.org/go/Pygame Pygame] | ||
[ | [[olpc:Developers/Stack#Etoys|Etoys]]/Smalltalk developers will want to start with [olpc:Smalltalk_Development_on_XO|Smalltalk Development on XO]]. | ||
Other developers will want to read about [ | Other developers will want to read about [[olpc:Sugarizing|Sugarizing]] non-Python applications. | ||
== Reference == | == Reference == | ||
* http://api.sugarlabs.org/ -- pointers to the various libraries' reference documentation. | * http://api.sugarlabs.org/ -- pointers to the various libraries' reference documentation. | ||
* [[Development Team/Release]] -- Sugar platform release process | |||
You can also run the pydoc script on an XO in order to have browseable pydoc documentation locally. To do this, open a Terminal activity and run: | You can also run the pydoc script on an XO in order to have browseable pydoc documentation locally. To do this, open a Terminal activity and run: | ||