haroldo-ok / bitsy-converter

Online tool for converting bitsy scripts into various formats

Home Page:https://haroldo-ok.itch.io/bitsy-converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitsy-Converter

This tool allows one to convert Bitsy scripts into various output formats:

  • JSON: fully supported;
  • Arduboy source code;
  • SDCC + LibCV, which can be compiled into ColecoVision, SG-1000, Sega Master System and MSX ROMS;
  • More formats will come later.

For now, both the Arduboy and LibCV will only support dialogs if they are simple; full dialog support is intended to come in the future.

All you have to do is paste the script on the left panel, and the converted result will be displayed on the right panel; you can alternate between JSON, Arduboy and LibCV formats by clicking on the tabs on the top of the right panel.

This project was bootstrapped with Create React App.

About

Online tool for converting bitsy scripts into various formats

https://haroldo-ok.itch.io/bitsy-converter

License:MIT License


Languages

Language:JavaScript 60.7%Language:C 26.2%Language:C++ 10.2%Language:CSS 1.9%Language:HTML 0.9%