Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gusg21/crossfade.lua
- Owner: gusg21
- License: mit
- Created: 2020-06-03T00:55:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T00:58:53.000Z (over 4 years ago)
- Last Synced: 2024-11-10T21:37:04.476Z (3 months ago)
- Topics: love2d, music
- Language: Lua
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.