Vadim Grigoruk

Results 236 comments of Vadim Grigoruk

We have `metadata carts` for such cases ![image](https://user-images.githubusercontent.com/1101448/129489747-b051eb11-8340-4bd9-b25b-49f71ae461ec.png) But you have to upload two carts, the first is a clean cart with only your code, the second is a cart...

It's by design because the cover is just 240x136 raw buffer of the current screen and it knows nothing about the current palette in VRAM. So, to avoid this you...

Try to add `-DCMAKE_BUILD_TYPE=MinSizeRel` to build an optimized binary.

You can find all the commands we use to build here https://github.com/nesbox/TIC-80/blob/main/.github/workflows/build.yml

`textri` is deprecated, pls use `ttri` instead https://github.com/nesbox/TIC-80/wiki/ttri

Hi, we will try it in the next version. Thank you

I remember someone built TIC-80 for iOS a long time ago You can see the changes in his fork https://github.com/brunophilipe/TIC-80/commits/master

@DidierMalenfant thank you, looks promising!

You can analyze the sound output with Sonic Visualiser app, for example, this is a part of the exported Sonic Mini track ![image](https://github.com/nesbox/TIC-80/assets/1101448/678f4c92-9315-4f28-a44c-0643ce071d87) And looks pretty smooth ![image](https://github.com/nesbox/TIC-80/assets/1101448/8bf71a2f-0dae-455a-973c-abf41c93cbff) instead of...

This is how a raw triangle wave looks like ![image](https://github.com/nesbox/TIC-80/assets/1101448/4b5a37d9-e8af-4a1c-857e-5fef1cda747a)