armorcore
armorcore copied to clipboard
3D Engine Core for C with JS scripting
Hi, first of all, I'm not the one experiencing this issue since I'm not a MacOS user. However many other people seem to experience the error `Could not load krom.js,...
Slider is now "relative" instead of "absolute" when setting value. Holding shift slows the change in value. Holding ctrl rounds to a higher precision. This makes it feel similar to...
I experimented with the C++17 filesystem api and implemented the `krom_read_directory` function to see how it would look like. What I like about the result is, that it is almost...
Fixes https://github.com/armory3d/armortools/issues/1245 Basic idea: Store the color as hsv as well. Restore all hsv dependent things (hsv sliders and the color wheel) using the stored hsv color. If the rgb...
Fixes https://github.com/armory3d/armortools/issues/1768 Thanks to @shiena s investigation it was easy to see that non ascii utf8 glyphs where handled incorrectly because they take more than one byte. `charCodeAt` retrieves a...