Boids/Phix: Difference between revisions

Content added Content deleted
m (IupDestroy is now a function)
m (Fixed syntax highlighting.)
Line 1: Line 1:
Only uses about 2.5% cpu with 60 boids at 25 FPS. Split into two source files, for no particular reason.
Only uses about 2.5% cpu with 60 boids at 25 FPS. Split into two source files, for no particular reason.
{{libheader|Phix/pGUI}}
{{libheader|Phix/pGUI}}
<syntaxhighlight lang="phix">--
<lang Phix>--
-- demo\pGUI\boids3d.exw
-- demo\pGUI\boids3d.exw
--
--
Line 651: Line 651:
end for
end for
boidsn = boidsnp1
boidsn = boidsnp1
end procedure</lang>
end procedure</syntaxhighlight>