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

Updated 11 days ago
StatusIn development
CategoryTool
PlatformsWindows, macOS, Linux, Android
Rating
Rated 4.5 out of 5 stars
(2 total ratings)
AuthorKartik Agaram
TagsLÖVE

Download

Download
carousel-bh.love 117 kB
Download
carousel-bh-safe.love 117 kB

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

View all posts

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.

(1 edit)

There still seem to be some functions missing, e.g.

  • getX getMaxX getY getMaxY
  • getPlayerX getPlayerY getPlayerX getPlayerY

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.

Admin(+2)

Very cool!