Below is a series of articles I came across that explores SVG w.r.t. games and animation. Hopefully someone finds this useful:
http://www.inkfood.com/svg-in-gamedev/
http://www.inkfood.com/svg-pivvot-clone/
http://www.inkfood.com/svg-platformer-up/
http://www.inkfood.com/svg-texturing/
http://www.inkfood.com/svg-to-canvas/
http://www.inkfood.com/collision-detection-with-svg/
http://www.inkfood.com/draw-with-svg/
SVG in Games and Animation
Re: SVG in Games and Animation
Oh, that looks like a nice site! Too bad it uses that "less is more" style of display. (Personally, I think the "less is more" style is off-putting, because it's hard to find what you need. If you hadn't posted those links, I never would have found them, just by browsing the site.)
It looks like most of it is about using javascript libraries. Is that how most smart phone or tablet games are developed?
Hey, maybe a link to inkfood.com would be nice to include on the Animation page of the website?? (https://inkscape.org/en/learn/animation/) If nothing else, I'll put a link in the Animation block of my tutorials page (http://forum.inkscapecommunity.com/index.php) (I just finished a round of updates, but already have 15 or 20 more tutorials to add
) (might be time to drop tutorials for version 0.45?)
Edit
Or maybe better for SVG page??? (https://inkscape.org/en/develop/about-svg/)
It looks like most of it is about using javascript libraries. Is that how most smart phone or tablet games are developed?
Hey, maybe a link to inkfood.com would be nice to include on the Animation page of the website?? (https://inkscape.org/en/learn/animation/) If nothing else, I'll put a link in the Animation block of my tutorials page (http://forum.inkscapecommunity.com/index.php) (I just finished a round of updates, but already have 15 or 20 more tutorials to add

Edit
Or maybe better for SVG page??? (https://inkscape.org/en/develop/about-svg/)
Basics - Help menu > Tutorials
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
-
- Posts: 28
- Joined: Sat Feb 27, 2016 2:55 am
Re: SVG in Games and Animation
brynn wrote:It looks like most of it is about using javascript libraries. Is that how most smart phone or tablet games are developed?
The majority of mobile games are native, so they would likely leverage languages, APIs and frameworks native to a given platform (Objective C/Swift for iOs, Java for Android). But mobile web-based games are on the rise so libraries like Phaser are becoming pretty popular. But there seems to be little to no interest in using SVG in the game-dev space. Really wish that would change.