imgui

Create ImGui UI elements in Kitten Space Agency via a C# wrapper.

13|1|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/meow-sci/gatOS --skill imgui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imgui
Source: https://github.com/meow-sci/gatOS/tree/main/.claude/skills/imgui
Command: npx skills add https://github.com/meow-sci/gatOS --skill imgui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires imgui, Brutal, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to create and customize UI elements using ImGui within the Kitten Space Agency game environment, providing a powerful tool for mod development.

Core Features & Use Cases

  • ImGui Integration: Offers a C# wrapper for ImGui, enabling mod developers to create UI elements within the game.
  • Widget Creation: Facilitates the creation of buttons, text inputs, color pickers, and more using ImGui's API.
  • Customization: Allows for styling and layout control of UI elements to fit the game's aesthetic and functionality.
  • Use Case: A mod developer can use this Skill to create a custom control panel in Kitten Space Agency, allowing players to tweak settings without navigating through multiple menus.

Quick Start

Use the imgui skill to create a new window with the following components: a text box, a button, and a color picker.

Frequently Asked Questions about imgui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create custom UI controls for Kitten Space Agency game mods?

Custom UI controls for Kitten Space Agency mods are created using a C# wrapper for ImGui, enabling you to build buttons, text inputs, and color pickers directly within the game environment.

Can I use ImGui to build a settings control panel for a game mod?

Yes, ImGui can be used to build a custom settings control panel for a game mod, allowing players to tweak options without navigating through multiple standard game menus.

Do I need the Brutal framework to integrate ImGui UI elements into my mod?

Yes, the Brutal framework is required to integrate ImGui UI elements, as it provides the underlying structure for connecting the ImGui C# wrapper with the game environment.

What is the best way to style and lay out ImGui widgets in a C# game mod?

The best way to style and lay out ImGui widgets in a C# game mod is by utilizing the customization features of the ImGui C# wrapper, allowing you to adjust UI components to fit your game's aesthetic.

How do I add a text box, button, and color picker to a single mod window?

To add a text box, button, and color picker to a single mod window, use the ImGui API through the C# wrapper to instantiate these widgets and group them within one UI window context.

Does ImGui integration support custom layouts for game mod interfaces?

ImGui integration supports custom layouts for game mod interfaces by providing styling and layout control tools that let you adapt UI elements to match specific aesthetic and functional requirements.