Boids/Phix: Difference between revisions

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

edits