Game Development Reference
In-Depth Information
Figure 13-6. An SVG image displayed in the Gideros Player
Sample Code
SvgParser.new("myFile.svg")
TNT Particles Library
URL : www.tntparticlesengine.com/
Price : Free
Platforms : Gideros Studio
This is the only library offering for Gideros Studio for working with particles. Best of all, it's free.
Sample Code
local particleGFX = (Texture.new("smoke.png"))
local cloud1 = CParticles.new(particleGFX, 5, 12, 12, "screen")
cloud1:setSpeed(10, 40)
cloud1:setSize(3, 5)
 
Search WWH ::




Custom Search