Particle fountain: Difference between revisions

(Added Lua video link)
Line 387:
 
=={{header|Lua}}==
[https://github.com/offlinesoftware/luafountain/blob/main/fountain.m4v?raw=true LinkVideo tois a videohere]
{{libheader|LÖVE}}
<syntaxhighlight lang="lua">-- Returns canvas of given width and height containing a circle
Line 426 ⟶ 427:
love.graphics.draw(psystem)
end</syntaxhighlight>
 
[https://github.com/offlinesoftware/luafountain/blob/main/fountain.m4v?raw=true Link to a video]
=={{header|Nim}}==
{{trans|Julia}}
31

edits