Difference between revisions of "User:Zorg/Manual"
(Added extra WIP notice; modified audio chapters to reflect current outline.) |
m (→LÖVE Manual) |
||
Line 2: | Line 2: | ||
{{notice|The manual currently sits in the User namespace, since it's a very early work-in-progress. | {{notice|The manual currently sits in the User namespace, since it's a very early work-in-progress. | ||
− | Nothing apart from the audio chapters are being worked on currently.}} | + | Nothing apart from the audio chapters are being worked on currently. |
+ | Chapter divisions apart from the audio one are just illustrative, if it makes more sense otherwise, they'll be modified by more competent people.}} | ||
This manual is a community effort to help out people both new to Löve, and those that have been here for a while, but like this format better than the "raw" reference documentation also existing on this wiki, and accessible from the sidebar to the left. | This manual is a community effort to help out people both new to Löve, and those that have been here for a while, but like this format better than the "raw" reference documentation also existing on this wiki, and accessible from the sidebar to the left. | ||
Line 10: | Line 11: | ||
==Input== | ==Input== | ||
+ | |||
=Input - Keyboard and Mouse= | =Input - Keyboard and Mouse= | ||
=Input - Joystick API= | =Input - Joystick API= |
Revision as of 02:55, 12 November 2016
Contents
- 1 LÖVE Manual
- 2 Input - Keyboard and Mouse
- 3 Input - Joystick API
- 4 Input - Gamepad API
- 5 Input - Touch API
- 6 Graphics - Basic Shapes and Transformations
- 7 Graphics - Fonts and Text
- 8 Graphics - Images and Meshes
- 9 Graphics - Quads and SpriteBatches
- 10 Graphics - Canvases and Scissors
- 11 Graphics - Shaders and Blendmodes
- 12 Graphics - Window and its Properities
- 13 Graphics - Particle Systems
- 14 Graphics - Videos
- 15 Sound - Beginner - Loading & Basic Playback
- 16 Sound - Novice - Using Multiple Simultaneous Sources
- 17 Sound - Novice - Manipulating Volume & Pitch
- 18 Sound - Novice - Looping & Playback Position
- 19 Sound - Intermediate - Types of Sources
- 20 Sound - Intermediate - Positional Audio
- 21 Sound - Advanced - SoundData & Queueable Sources
- 22 Sound - Advanced - Decoders & Recording
- 23 Filesystem - Basics
- 24 Math - Randomness
- 25 Math - Bezier Curves
- 26 Löve Internals - The game loop
LÖVE Manual
This manual is a community effort to help out people both new to Löve, and those that have been here for a while, but like this format better than the "raw" reference documentation also existing on this wiki, and accessible from the sidebar to the left.