Skip to content

Releases: HyroVitalyProtago/AirCodea

AirCodea

06 Jul 11:06
38ad80d
Compare
Choose a tag to compare
AirCodea Pre-release
Pre-release

AirCodea is my attempt to reproduce AirCode in Codea.
It's actually a prototype with some ideas that are not fully implemented.
It runs a web server based on expressLua (my partial implementation of expressJS but in Lua) with coroutines.
You can remix this project to create your own AirCodea.

Some additional features compared to AirCode:

  • You can play/pause (if you use the update callback), enable/disable autoplay and autosave
  • Alt-s to save the project (only useful if autosaved is disabled)
  • Alt-r to restart the project
  • Alt-w to remove the current project tab

Limitations

  • only project names without spaces, accents and special characters like '_' works for now
  • only projects that you have created are availables

Don't use it on projects that haven't backup ! Stability is not well tested yet. So don't hesitate to duplicate your projects before using AirCodea for now.