No description
Find a file
Fox e55a1ca7ce Refactor vips file path resolution and adjust file cleanup logic
- Updated `FileName` to dynamically resolve the `vips` executable path using the assembly location.
- Modified `File.Delete` to include the full path for tile files to ensure proper deletion.
- Removed unnecessary `Process.Start` call for opening the output folder post-render.
2026-01-11 10:01:47 +01:00
Addin Refactor and update various components across Addin library 2025-12-16 10:09:02 +01:00
Autumn.KK Remove animation, elements, and localization modules 2025-01-22 22:12:45 +01:00
BoneShortcut Remove tablet input handling, digitizer, and custom UI layout classes 2025-12-15 22:24:56 +01:00
BoxSelect.KKS Remove tablet input handling, digitizer, and custom UI layout classes 2025-12-15 22:24:56 +01:00
ColliderSound Remove tablet input handling, digitizer, and custom UI layout classes 2025-12-15 22:24:56 +01:00
Compositor Remove tablet input handling, digitizer, and custom UI layout classes 2025-12-15 22:24:56 +01:00
Compositor.KK Remove tablet input handling, digitizer, and custom UI layout classes 2025-12-15 22:24:56 +01:00
Compositor.KKS [feat] Introduced advanced curve and gradient drawing utilities 2025-07-05 23:48:15 +02:00
DBToggler Remove tablet input handling, digitizer, and custom UI layout classes 2025-12-15 22:24:56 +01:00
DBToggler.KKS Remove tablet input handling, digitizer, and custom UI layout classes 2025-12-15 22:24:56 +01:00
KoiUpdater.KK Major update to some of my plugins 2025-03-07 13:26:17 +01:00
KoiUpdater.KKS Remove tablet input handling, digitizer, and custom UI layout classes 2025-12-15 22:24:56 +01:00
MaterialEditorRework Refactor and optimize MaterialEditor containers for improved modularity and maintainability 2025-12-16 10:08:09 +01:00
PoseLib Remove tablet input handling, digitizer, and custom UI layout classes 2025-12-15 22:24:56 +01:00
PoseLib.KK [feat] Major enhancements to PoseLibraryManager and related tools 2025-08-01 06:34:36 +02:00
Sculpt.KKS Broken ass plugin, never really gonna deal with this again, just pushing for commitment’s sake 2025-12-30 15:15:12 +01:00
Search Remove tablet input handling, digitizer, and custom UI layout classes 2025-12-15 22:24:56 +01:00
TestPlugin feat: add TestPlugin project with IMGUI-Windows Forms hybrid conversion system 2025-06-10 21:14:41 +02:00
TiledRenderer Refactor vips file path resolution and adjust file cleanup logic 2026-01-11 10:01:47 +01:00
.gitignore Refactored for Bepinex config keyboardshortcuts auto support 2025-05-09 09:29:33 -04:00
FoxPlugins.sln Remove tablet input handling, digitizer, and custom UI layout classes 2025-12-15 22:24:56 +01:00
FoxPlugins.sln.DotSettings.user Uploading my repo for nja 2024-12-08 20:44:32 +01:00
FoxPlugins.slnx Remove PrismaLib Settings, Storage, and Configuration components along with associated enums, interfaces, and dependencies. 2025-12-16 10:09:48 +01: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.