darkf

Results 111 issues of darkf

Would be far easier to install via pip

I'd like to construct an x86 emulator+debugger using V86, but it does not support single-stepping, which is quite necessary for it.

enhancement

I'd like to be able to handle e.g. `int 3` in JS, rather than simply let the BIOS handle it.

enhancement

Seeing `KS_ERR_ASM_MNEMONICFAIL` and `KS_ERR_ASM_INVALIDOPERAND` is not particularly helpful if I don't know which mnemonic/operand is causing such a fuss: both which mnemonic/operand is invalid, and ideally a line number would...

Just opening it up to the main menu uses 876 MiB of RAM, according to Windows Task Manager. If OpenRW is loading everything up front, it should probably stream it...

performance

![Screenshot](https://i.imgur.com/HbyOlFX.png) The meshes obviously aren't watertight, some rendering issue.

bug
graphics

To ensure the code's type coverage is high and there aren't any obvious lurking bugs due to subversive type errors, we should be compiling with tsc's `--strict` mode (which turns...

refactor
cleanup

Otherwise the host won't get the memo and it will desync. If the guest tries to trigger one it should give a message about it. Only the host should be...

multiplayer

With `"target": "es6"`, it will fail because `Obj.clone` doesn't seem to work with ES6 objects, it doesn't clone their methods. Might have to write our own ES6-compatible deep clone, possibly...

bug

(`uirefactor` branch) I aim to move off from separate HTML, CSS and JS to use the new widget-based UI library I wrote, which is far more declarative and cleaner than...

refactor
cleanup
ui