Skip to content

Commit

Permalink
Got system working with numpy base. jittery and slow though
Browse files Browse the repository at this point in the history
  • Loading branch information
jdchambers committed Aug 7, 2012
1 parent 6c57d43 commit 463d0bc
Show file tree
Hide file tree
Showing 7 changed files with 170 additions and 99 deletions.
3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 74 additions & 11 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def draw(self):
for ent in self.ents:
self.draw_entity(ent)

simulation = optboids.FlockSimulation(100)
simulation = optboids.FlockSimulation(200)
world = World(simulation.swarm)

window = pyglet.window.Window(800, 750, vsync=True)
Expand Down
Binary file added log3.pstat
Binary file not shown.
Loading

0 comments on commit 463d0bc

Please sign in to comment.