LOVE-Example-Browser icon indicating copy to clipboard operation
LOVE-Example-Browser copied to clipboard

Example browser containing many helpful examples to get you started in Löve.

Results 10 LOVE-Example-Browser issues
Sort by recently updated
recently updated
newest added

## Bug Show ![bug-show](https://user-images.githubusercontent.com/20272484/58459591-54230180-815e-11e9-8bf4-400bc3808e42.gif) 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.

enhancement

There should be a simple Serialization example that shows how to save your objects to disk.

enhancement

There should be an example that shows how to use the file system

enhancement

There should be a simple Shader example. Maybe we can combine it with the love2d book

enhancement