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 (only 5MB). Then download and open the top file from 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/carousel.love
Known issue: pasting from the keyboard or OS doesn't always work. Use the 'paste' button in the app menu.
Updated | 16 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 |
Install instructions
To install, download LÖVE for your platform from https://love2d.org. Then save and open the top download from this page. It will have the form
carousel-<version>.love
Lua Carousel runs a bunch of automated tests by default on startup. Some platforms have differences in font rendering that might cause test failures. If you encounter a blue screen, please switch to the second version from the top which disables all automated tests. It will have the form
carousel-<version>-safe.love
Development log
- New version after 3 days16 days ago
- New version after 40 days19 days ago
- Turn your phone or tablet into a chess clock33 days ago
- Guest program: bouncing balls49 days ago
- New version after 3 months, and turtle graphics60 days ago
- Interactively zooming in to the Mandelbrot set on a touchscreen79 days ago
- A little timer app80 days ago
- New version after 4 monthsJun 28, 2024
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!