Josh Goebel

Results 1720 comments of Josh Goebel

I see two major choices here. Don't have defaults - and at the WASM binary API level you MUST specify the full params...leaving wrapper functions to make the API nicer...

> would be to ensure that the cart contains a CHUNK_PALETTE chunk with my desired palette, which (I think) I can only do by manually setting it in the sprite...

This might not be easy to fix as I think SDL character constants are based on hardware keycodes/scancodes if I'm not mistaken.

TIC uses SDL on linux for it's inputs...

Maybe. I don't really know. I found a long thing on google but it was from 2014 - so perhaps a lot has changed since then.

FYI, this will be indirectly supported via the new WASM support - in that you could use Nim to compile a binary WASM file and then import that into your...

@eelars Can you follow Rob's suggestions and provide any additional information here?

It does not. This is intentional behavior. https://github.com/nesbox/TIC-80/wiki/wasm The `wasmp` only exists to hold the `-- script: wasm` magic comment... to use wasm you need to export/save to a real...

How so? **Your source code is NOT the `wasmp` file**, it's the project in whatever source language you are using (which can often be MANY different source files, not one)....

> had to resolve a few conflicts on this binary data. Ah. But can't you still just use a workflow based around the wasmp just as easily (for a team)?...