Difference between revisions of "Category:Tutorials"

m (Other languages)
m (Probably a fix?)
(21 intermediate revisions by 15 users not shown)
Line 1: Line 1:
 
== All Tutorials ==
 
== All Tutorials ==
{{#ask: [[Category:Tutorials]]
+
{{notice|This page seems a bit broken at the moment, sorry! }}
| headers=hide
+
{{#ask: [[Category:Tutorials]] OR [[Tutorial:+]]
 +
| mainlabel=Title
 +
| ?LOVE_Version
 
| ?Description
 
| ?Description
 
}}
 
}}
 +
 
=== External tutorials ===
 
=== External tutorials ===
* [https://github.com/kikito/love-tile-tutorial/wiki love-tile-tutorial]
+
{| class="wikitable"
* [http://nova-fusion.com/2011/06/14/a-guide-to-getting-started-with-love2d/ A Guide to Getting Started with LÖVE]
+
|-
* Cameras: [http://nova-fusion.com/2011/04/19/cameras-in-love2d-part-1-the-basics/ the basics], [http://nova-fusion.com/2011/04/22/cameras-in-love2d-part-2-parallax-scrolling/ parallax scrolling], [http://nova-fusion.com/2011/05/09/cameras-in-love2d-part-3-movement-bounds/ movement bounds]
+
! Title
* [http://nova-fusion.com/2011/05/06/draw-origins-in-love2d/ Draw origins]
+
! Creator
* [http://nova-fusion.com/2011/09/06/mouse-dragging-in-love2d/ Mouse dragging]
+
! Level
* [http://www.headchant.com/2010/11/24/love2d-what-is-love-an-introduction/ Headchant's tutorial series]
+
|-
* Sound Synthesis with LÖVE: [http://www.headchant.com/2011/09/20/sound-synthesis-with-love/ introduction], [http://www.headchant.com/2011/11/01/sound-synthesis-with-love-part-ii-sine-waves/ sine waves]
+
| [http://sheepolution.com/learn/book/contents How to (make games with) LÖVE]
* [http://blogs.love2d.org/content/using-noise-pixel-effects Using Noise in Pixel Effects]
+
| Sheepolution
 +
| Beginner
 +
|-
 +
| [https://github.com/kikito/love-tile-tutorial/wiki Love Tile Tutorial]
 +
| Kikito via Github
 +
| Beginner - Intermediate
 +
|-
 +
| [http://nova-fusion.com/2011/06/14/a-guide-to-getting-started-with-love2d/ A Guide to Getting Started with LÖVE]
 +
| nova-fusion
 +
| Beginner
 +
|-
 +
| [http://osmstudios.com/tutorials/your-first-love2d-game-in-200-lines-part-1-of-3 Your First LÖVE Game in 200 Lines]
 +
| OSMstudios
 +
| Beginner
 +
|-
 +
| [http://osmstudios.com/tutorials/love2d-platformer-tutorial-part-1-the-basics Love2d Platformer Tutorial]
 +
| OSMstudios
 +
| Intermediate
 +
|-
 +
| Cameras: [http://nova-fusion.com/2011/04/19/cameras-in-love2d-part-1-the-basics/ the basics], [http://nova-fusion.com/2011/04/22/cameras-in-love2d-part-2-parallax-scrolling/ parallax scrolling], [http://nova-fusion.com/2011/05/09/cameras-in-love2d-part-3-movement-bounds/ movement bounds]
 +
| nova-fusion
 +
| Intermediate
 +
|-
 +
| [http://nova-fusion.com/2011/05/06/draw-origins-in-love2d/ Draw Origins]
 +
| nova-fusion
 +
| Beginner
 +
|-
 +
| [http://nova-fusion.com/2011/09/06/mouse-dragging-in-love2d/ Mouse Dragging]
 +
| nova-fusion
 +
| Intermediate
 +
|-
 +
| [http://www.headchant.com/2010/11/24/love2d-what-is-love-an-introduction/ Headchant's Tutorial Series]
 +
| Headchant
 +
| Beginner - Intermediate
 +
|-
 +
| [http://www.headchant.com/2011/09/20/sound-synthesis-with-love/ Sound Synthesis with Love]
 +
| Headchant
 +
| Intermediate - Advanced
 +
|-
 +
| [http://blogs.love2d.org/content/beginners-guide-shaders A Beginners Guide to Shaders]
 +
| Omar Shehata
 +
| Advanced
 +
|-
 +
| [http://blogs.love2d.org/content/using-noise-pixel-shaders Using Noise in Pixel Shaders]
 +
| Ragzouken
 +
| Advanced
 +
|-
 +
| [https://simplegametutorials.github.io/ Simple Game Tutorials]
 +
|
 +
| Beginner
 +
|-
 +
| [https://github.com/noooway/love2d_arkanoid_tutorial/wiki Making an Arkanoid-type Game with LÖVE Framework]
 +
| noway
 +
| Beginner - Intermediate
 +
|}
 +
 
 
=== Video tutorials ===
 
=== Video tutorials ===
 
* goature's [http://www.youtube.com/playlist?list=PL924F20B05A624D91 Make your own game]
 
* goature's [http://www.youtube.com/playlist?list=PL924F20B05A624D91 Make your own game]
* josefnpat's [https://love2d.org/forums/viewtopic.php?f=5&t=8447 Love Tutorial ~45min]
+
* josefnpat's [https://love2d.org/forums/viewtopic.php?f=5&t=8447 Love Tutorial ~45min] [http://50.116.63.25/public/lovetutorial/ Mirror]
 
* NeoSilkyFTW's [http://www.youtube.com/playlist?list=PL330ECD07BD7118CC LÖVE functionality tutorials]
 
* NeoSilkyFTW's [http://www.youtube.com/playlist?list=PL330ECD07BD7118CC LÖVE functionality tutorials]
* Sock Munkee's [http://sockmunkee.com/videos/ Video tutorials]
+
* Sheepolution's [https://www.youtube.com/watch?v=TUPbSJ5wF0k&list=PLM5EvDHhpyTcThnWfeP1459KelemQOBdG How to LÖVE]  
* Destructive Reality's [http://www.youtube.com/user/DestructiveRealityDE/videos Basic Tutorial Videos (German)]
+
 
 
[[Category:LÖVE]]
 
[[Category:LÖVE]]
 +
 
== Other languages ==
 
== Other languages ==
 
{{i18n|:Category:Tutorials}}
 
{{i18n|:Category:Tutorials}}

Revision as of 13:37, 4 January 2018

All Tutorials

O.png This page seems a bit broken at the moment, sorry!  


TitleLOVE VersionDescription
GLES Shader Testing in Desktop0.10.0
In-Memory Audio Streaming0.10.0In-memory Source "stream". Stores the encoded audio data and decodes it from RAM.
examples.love11.0A set of simple samples for LÖVE.

External tutorials

Title Creator Level
How to (make games with) LÖVE Sheepolution Beginner
Love Tile Tutorial Kikito via Github Beginner - Intermediate
A Guide to Getting Started with LÖVE nova-fusion Beginner
Your First LÖVE Game in 200 Lines OSMstudios Beginner
Love2d Platformer Tutorial OSMstudios Intermediate
Cameras: the basics, parallax scrolling, movement bounds nova-fusion Intermediate
Draw Origins nova-fusion Beginner
Mouse Dragging nova-fusion Intermediate
Headchant's Tutorial Series Headchant Beginner - Intermediate
Sound Synthesis with Love Headchant Intermediate - Advanced
A Beginners Guide to Shaders Omar Shehata Advanced
Using Noise in Pixel Shaders Ragzouken Advanced
Simple Game Tutorials Beginner
Making an Arkanoid-type Game with LÖVE Framework noway Beginner - Intermediate

Video tutorials

Other languages

Pages in category "Tutorials"

The following 63 pages are in this category, out of 63 total.