LOVE-Example-Browser
LOVE-Example-Browser copied to clipboard
Example browser containing many helpful examples to get you started in Löve.
## Bug Show  it **Twinkling** ## Fixing We need to fix two files `examples/011_animation.lua` and `animation.lua` ### `examples/011_animation.lua` [source](https://github.com/love2d-community/LOVE-Example-Browser/blob/master/examples/011_animation.lua) ```lua -- Example: Create and use an Animation require("animation") function...
Under what license it this code? I am in particularly interested whether i have to rewrite the selector code and it's dependencies.
I made this as a performance test to see if I wanted to convert RocketTux from JavaScript (Phaser CE) to Love. It's an example of a simple game that can...
Some of the code uses 4-column indent, while other code uses tabs. Some files contain a mix of both styles, making them hard to edit. What's the official word on...
There should be a simple GUI Example, that shows how to create a simple button with a click event.
There should be a simple Serialization example that shows how to save your objects to disk.
There should be a simple Shader example. Maybe we can combine it with the love2d book