kev zettler

Results 112 comments of kev zettler

@yegord my host machine is MacOS. A Docker option would be helpful. I was hoping to use Snowman to decompile an AMD64 binary of a Display driver. I am currently...

Ok, thanks. I can run this on macOS. Definitely some value to the Docker setup. ``` Kevs-MBP-2:~ kev$ docker run -it --rm snowman nocode --help ``` ``` Usage: nocode [options]...

Interoperability with vanilla react is a common and expected pattern. You see this in libraries like: https://github.com/Izzimach/react-three https://github.com/Flipboard/react-canvas https://github.com/Izzimach/react-pixi *Phaser is built on top of Pixi https://github.com/chrbala/react-audio

> in a similar way as react-native (is it correct to assume that react-native is not interoperable with react-dom?) I feel react-native is not an appropriate comparison. react-native is not...

> I don't think the code in this library can be easily converted to a react-dom based implementation, but I'm sure there must be already other alternatives built that way....

I'm using webpack and `require('react-phaser')` Thanks for linking to the example. That should be up front in the README as it is not obvious.

WIP at: https://github.com/kevzettler/react-regl/tree/migrate_deferred-regl_to_typescript

Further context from Randy on slack messages: > If you'd like to start triggering this problem again, remove the comments from this block of code in the bridge: [10:15](https://themade.slack.com/archives/C3NPM69KL/p1689570958731909) //...

From the Keith on the MADE Slack > The above needs a process.nextTick > > You want the client socket end to happen the next time I/O pumps, rather than...