Results 9 issues of MikalDev

Add error handling for CreateDynamicTexture with incorrect texture size. (Error showed up with a default skin with no bones, which cause -Infinity, -Infinity texture size.) In debug mode, show texture...

I am new to rust / napi-rs. I am trying to see if it is possible to build new binaries to work with nwjs, instead of node/electron (I am using...

help wanted

- Change runtime atlas and json path to use the assetManager get project file URL method - Add check for https in path, if present use them without the above...

As C3IDE is becoming my main IDE for plugin JS code, I am missing some of the additional language-specific features I get from VSC. The most critical being the simple...

enhancement

Enhancement request. This is a selfish request - so when C2 folks hound me to convert my C3 effects to C2, it's not a big pain. Can you add a...

enhancement

I am new to rust / napi-rs. I am trying to see if it is possible to use the precompiled steamworks.js node binaries or build new binaries to work with...

This is to allow for node files to also work with Windows nw.js. not just electron and node. Using the patch from this issue: [#1480](https://github.com/napi-rs/napi-rs/issues/1480). The patch checks if a...

## Problem description Post r389, there seems to be performance regression as seen in #8259 . A change was done in r409 to improve the performance regression, but there still...

performance

Under the TS branch, I created a conditional decorator, which operates similar to the UE5 blackboard decorator. It required some changes to the step function to check for the aborts...