I've been working on a PICO-8 API wrapper for TIC-80. It's not feature-complete yet, but it's getting there and has helped me move many of my PICO-8 projects into the TIC environment very quickly. Thought I'd share and see if it's useful to others.
It wraps most of the API functionality—favoring compatibility over performance—and also initializes the PICO-8 palette in the correct color order.
Check it out here and let me know what you think: https://github.com/musurca/pico2tic/