Talk:Physics (activity): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Current work: new section) |
||
Line 8: | Line 8: | ||
[[Image:SugarIssue.png]] |
[[Image:SugarIssue.png]] |
||
== Current work == |
|||
* [[/Project_hosting_application|Project hosting application]] being processed |
|||
* [[/Slimming]] down Elements into its bare essentials for '''(1)''' Use (Box2D, python/activity scripts) and '''(2)''' Devel, (Box2d sources, building) |
|||
-[[User:Bjordan|Bjordan]] 19:25, 27 June 2008 (UTC) |
Revision as of 19:25, 27 June 2008
relevant code:
pygame.init() size = (1200, 900) screen = pygame.display.set_mode(size) world = elements.Elements(size) # A - here? world.renderer.set_surface(screen)
Current work
- Project hosting application being processed
- /Slimming down Elements into its bare essentials for (1) Use (Box2D, python/activity scripts) and (2) Devel, (Box2d sources, building)
-Bjordan 19:25, 27 June 2008 (UTC)