Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gusg21/crossfade.lua

crossfade is a simple library for music management with love2d
https://github.com/gusg21/crossfade.lua

love2d music

Last synced: 27 days ago
JSON representation

crossfade is a simple library for music management with love2d

Awesome Lists containing this project

README

        

# crossfade.lua

Crossfade is a simple, <100 LOC music management library for use with [LOVE2D](http://love2d.org). Not very many features, but it works for my needs and might work for yours as well:

- Crossfading
- General fade in/out
- Memoized loading

**NOTE:** To run the demo, you need to put mp3's in a "music/" subdirectory. Read main.lua for specifics, along with how to use the library.

---

(c) 2020, Gus Goucher. MIT license. Attribution appreciated but not required.