Lua Carousel
A downloadable freewheeling app for Windows, macOS, Linux, and Android
A lightweight environment for writing small, throwaway Lua and LÖVE programs. Tested on Windows, Mac, Linux, iOS and Android.
To install, download LÖVE for your platform from https://love2d.org (5MB). Then download and open the file below (100KB).
Lua Carousel is a "freewheeling" app that you can read and modify the source code for as it runs. The app contains all its source code. Designed above all to be easy to modify, and to give you early warning if your modifications break something. To start making changes, run https://akkartik.itch.io/driver (on a computer)
Source code repository: https://git.sr.ht/~akkartik/carousel2.love
Known issues on mobile devices:
- Pasting from the keyboard or OS doesn't always work. Use the 'paste' button in the app menu.
- If you upgrade to a new version of LÖVE, you'll lose access to existing programs. They'll still be available if you roll back to the version you created them with. I copy my favorite scripts to email or some place like that.
Upgrading just carousel.love always preserves your data.
Updated | 6 days ago |
Status | In development |
Category | Tool |
Platforms | Windows, macOS, Linux, Android |
Rating | Rated 4.5 out of 5 stars (2 total ratings) |
Author | Kartik Agaram |
Tags | LÖVE |
Download
Install instructions
Download LÖVE for your platform from https://love2d.org (5MB). Then download and open the file below (100KB).
Development log
- New version after 3 days26 days ago
- New version after 40 days29 days ago
- Turn your phone or tablet into a chess clock42 days ago
- Guest program: bouncing balls59 days ago
- New version after 3 months, and turtle graphics69 days ago
- Interactively zooming in to the Mandelbrot set on a touchscreen88 days ago
- A little timer app89 days ago
Comments
Log in with itch.io to leave a comment.
Hello,
i have 4 xml bullet ml pattern with lua code inside.
https://pastebin.com/jjQg8FYL
https://pastebin.com/0D1SBqym
https://pastebin.com/SPCetefp
https://pastebin.com/hKpVLs7J
I wonder if its possible to get some visuals for the lua sources too?
Sorry I don't follow you. Lua isn't a shoot 'em up or even a game.
Dont worry, just wanted to know if its possible to get that lua code into your app and kind of use it in any way. Thanks for clarify and keep up the good work!
Oh I see! That does make sense, and I don't see why not. You should give it a go, and I'll try to run it as well and see what happens.
There still seem to be some functions missing, e.g.
What framework are you using?
iam pretty fine with what i have setup. I have construct2 and the bulletML Plugin. Everything works well. I just found some LUA code inside some off these XML bulletML Pattern and was curius about that. Its maybe related to the shot speed and ranking and not so much about the bulleet patterns itself.
Very cool!