Krom icon indicating copy to clipboard operation
Krom copied to clipboard

Results 7 Krom issues
Sort by recently updated
recently updated
newest added

``` //... Assets.loadSoundFromPath("impact_a.ogg", function(sound:Sound) { testSound = sound; }); } //... function keyboardDownListener(keyCode:KeyCode) { if (testSoundAC != null) testSoundAC.play(); else if (testSound != null) testSoundAC = Audio.play(testSound); } ```

When using the Krom backend for Kha, "null" is written (as a string) into the clipboard when the cut/copy callbacks are `null` (which is the default value). Instead, nothing should...

Expose some sort of networking capabilities. From IRC: `11:44:09 - Robert: ok, the debug interface is tcp, too, so we just need to expose some existing code basically.`

`Segmentation fault: 11` ```haxe var img:Image; ... this.img = Image.createRenderTarget(20, 20); var g = this.img.g2; g.begin(true, 0xff000000); g.fillCircle(20, 20, 20); g.end(); ``` Without `fillCircle`: ```-[_MTLCommandEncoder dealloc]:75: failed assertion `Command encoder...

waiting for feedback

This issue as been observed in [this](https://github.com/haxeui/haxeui-kha/issues/35). The issue does not appear when using Kore/kinc. When testing was done with Krom in debug mode(built with vscode2019) it was observed that...

This text should say 'hello world' This was the code I was running. https://gist.github.com/nanjizal/40a7f42a4243263bb261f80b984586f6 On mac c++ with latest Kha it works fine no noise and text works, and on...

On macOS, Krom always crashes for me when started from inside Kode Studio and then quitting (i.e. Krom crashes when closing its window/closing the app). I didn't manage to get...