https://github.com/mutmux/love2d
experiments with LÖVE
https://github.com/mutmux/love2d
demos love2d
Last synced: 23 days ago
JSON representation
experiments with LÖVE
- Host: GitHub
- URL: https://github.com/mutmux/love2d
- Owner: mutmux
- License: unlicense
- Created: 2024-10-14T01:07:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T04:59:10.000Z (4 months ago)
- Last Synced: 2025-02-14T11:53:23.048Z (3 months ago)
- Topics: demos, love2d
- Language: Lua
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# love2d
experiments with LÖVE##### /audio_visualisation
poor attempt at audio visualisation. it's bad mainly because I wasn't entirely sure what I was doing at the time. I'd almost certainly do a better job at this point, but I'm not currently interested in love2d at this time. to try it out, drop any FLAC file in this directory and call it `track.flac`. use the left and right arrow keys to seek through the track. press space to pause and play.##### /hello
the standard "hello world", in the top corner of the window.##### /move_rect
lets you move a little rectangle around the screen with WASD keys. you can left click to have a red line appear from the centre of the rectangle to your mouse cursor. keep the mouse button held to keep the line drawn. you can hold left shift to boost.##### /move_rect_enemy
expands on `/move_rect` and lets you hover your cursor over cube enemies to destroy them. 5 enemies are spawned by default. you can spawn more enemies at any time by right clicking.##### /window_grower
on each frame, the window grows by 10 pixels in width and height. exceptionally laggy on certain window managers and shells, really fast on others.##### /window_mover
lets you move a window across the screen with WASD keys. you can hold left shift to boost. movement of the window is confined to the screen the window starts up on (your default monitor).##### /basic_menu
a very very basic menu I did in a couple minutes after a long time of not doing anything in love2d. It is bad, do not actually use it :D