No description
Find a file
Fox 38d6dcb99e Add TextureFactory module with SVG to PNG converter and RenderTexture extension
- Implement `SvgConverter` class for converting SVG content to PNG format with support for scaling and color manipulation.
- Add `Extension` class with a `RT2T2D` method to convert Unity `RenderTexture` to `Texture2D`.
2025-11-29 21:51:01 +01:00
Addin Add TextureFactory module with SVG to PNG converter and RenderTexture extension 2025-11-29 21:51:01 +01:00
Autumn.KK Remove animation, elements, and localization modules 2025-01-22 22:12:45 +01:00
BoneShortcut Add IK support 2025-03-10 14:50:37 +01:00
BoxSelect.KKS Refactor and Enhance Core Features Across Multiple Modules 2025-08-31 11:11:55 +02:00
ColliderSound Detailed Commit Message: 2025-08-01 06:46:31 +02:00
Compositor Detailed Commit Message: 2025-08-01 06:46:31 +02:00
Compositor.KK [feat] Introduced advanced curve and gradient drawing utilities 2025-07-05 23:48:15 +02:00
Compositor.KKS [feat] Introduced advanced curve and gradient drawing utilities 2025-07-05 23:48:15 +02:00
Crystalize Add new UI components: MultiSelectDropdown, VirtualScrollView, Slider, and Checkbox 2025-10-27 14:35:02 +01:00
DBToggler Refactor and Enhance Core Features Across Multiple Modules 2025-08-31 11:11:55 +02:00
DBToggler.KKS Major update to some of my plugins 2025-03-07 13:26:17 +01:00
HarmonyPatchInspector [feat] Added Harmony Patch Inspector for debugging and managing patches 2025-08-01 06:34:36 +02:00
KoiUpdater.KK Major update to some of my plugins 2025-03-07 13:26:17 +01:00
KoiUpdater.KKS Remove animation, elements, and localization modules 2025-01-22 22:12:45 +01:00
KoiUpdater.Shared Major update to some of my plugins 2025-03-07 13:26:17 +01:00
PoseLib Refactor and Enhance Core Features Across Multiple Modules 2025-08-31 11:11:55 +02:00
PoseLib.KK [feat] Major enhancements to PoseLibraryManager and related tools 2025-08-01 06:34:36 +02:00
PrismaLib Major update to some of my plugins 2025-03-07 13:26:17 +01:00
Search Refactor and Enhance Core Features Across Multiple Modules 2025-08-31 11:11:55 +02:00
SmartRect feat: enhance polyline and Bézier curve processing 2025-06-14 23:32:13 +02:00
TestPlugin feat: add TestPlugin project with IMGUI-Windows Forms hybrid conversion system 2025-06-10 21:14:41 +02:00
TexFac.Universal Refactor texture manipulation classes and enhance modularity. 2025-11-25 00:06:18 +01:00
TiledRenderer Refactor and Enhance Core Features Across Multiple Modules 2025-08-31 11:11:55 +02:00
.gitignore Refactored for Bepinex config keyboardshortcuts auto support 2025-05-09 09:29:33 -04:00
FoxPlugins.sln Refactor Prototype project into Crystalize module and enhance functionality 2025-09-14 04:42:25 +02:00
FoxPlugins.sln.DotSettings.user Uploading my repo for nja 2024-12-08 20:44:32 +01:00
FoxPlugins.slnx Refactor Prototype project into Crystalize module and enhance functionality 2025-09-14 04:42:25 +02:00
README.md Update README.md 2025-03-07 23:30:09 +01:00

FoxPlugins

Autumn (3.1)

I never really decided what I wanted Autumn to be, it's a library for developers that makes the creation of UI elements easier, but also has capabilities for localization, settings, and even image editing and retrieval.

PrismaLib (FINISHED, 1.0)

Library used by developers to store settings, has been superseeded by Autumn.

SmartRect (FINISHED, 2.41)

Library used by plugin developers, allows the easy creation and control of grid like Rectangles, and also animate them.

MAESTRO (DISCONTINUED, 1.0)

Plugin that allows to apply non destructive modifiers to items and characters, non-destructive in a sense that if you remove the modifiers, it will revert to it's old form without permanently altering the objects in the scene.

ColliderSound (1.3)

Plugin that allows the user to load a 16 bit .wav file, and have it play when 2 items are close to each other.

DBToggler (FINISHED, 1.0)

A plugin that allows the user to disable all dynamic bones in a scene with the press of a key, improving framerate a lot if there are characters that have lots of them. It was superseeded by Starstorms Performancer plugin.

GUIverload (DISCONTINUED, 1.2)

This would have been a plugin that would imitate blenders UI and binds, I lost interest in keeping it up though.

KoiUpdater (Hiatus, 1.0)

A plugin that allows the user, to update their plugin from within koi, it has been currently put on hold, but might see resumed development in the future.

LHC (DISCONTINUED, 1.0)

Plugin that allows to create, and edit already existing Particle Systems, it's set to discontinued as there are other plugins now that do the exact same thing.

NonKoiTests (?)

This is not a plugin, but just for me to test other stuff.