Michael-48 / Iris

Iris is an Immediate mode GUI Library for Roblox, Based on Dear ImGui
https://michael-48.github.io/Iris/
MIT License
162 stars 26 forks source link

Native Support for Plugins #41

Closed SirMallard closed 8 months ago

SirMallard commented 8 months ago

Plugins are now supported, making it much easier to develop a plugin using Iris. An example file has been provided which contains all the necessary code needed to create a simple plugin.

Additions

New shutdown method

Changes

Fixes