initialPrefabs logo
  • Home 
  • Blog 
  • Tags 
  1. Home
  2. Tools
  3. NimGUI

NimGUI

1 min read • 107 words
Tools   Unity  
Tools   Unity  
Share via
initialPrefabs
Link copied to clipboard

A fast, single drawcall UI for Unity Runtime

Asset Store   Documentation  

NimGUI Logo
NimGUI Logo
UI Code Example
UI Code Example
Demo GUI
Demo GUI

NimGui is short for Nimble Immediate Mode General User Interface and is a graphical user library for Unity’s runtime.

Features  

  • Performance by default
    • 1 draw call UI
    • Utilizes Burst Compiler to help optimize UI generation
  • Easy setup for Universal Render Pipeline and Builtin Render Pipeline
  • Simple static API to draw UI in screen space
    • Call static API from Monobehaviour’s Update and LateUpdate
    • Call static API from DOTS’ SystemBase OnUpdate calls
      • Supports SimulationSystemGroup and LateSimulationSystemGroup
  • Includes simple layout engine to ensure elements do not overlap
    • Provides using scopes to draw widgets within regions
 InitialPrefabs.Msdf
Follow Us!

Contact us if you want to work with us for your games and art projects!

     
Copyright © 2016-2025 InitialPrefabs
initialPrefabs
Code copied to clipboard