SirMallard / Iris

Iris is an Immediate-Mode GUI Library for Roblox for creating debug and visualisation UI and tools, based on Dear ImGui,
https://sirmallard.github.io/Iris/
MIT License
164 stars 25 forks source link

changed project structure, this should fix the wally issues #35

Closed piquu closed 11 months ago

SirMallard commented 11 months ago

Thanks for this. Wally was not quite so clear on how to add packages, so I'm glad you seem to know how it does work.

I want to ask why you suggest moving the package from being in StarterPlayerScripts to being under ReplicatedStorage. Since Iris is a client only package, there doesn't seem to be much reason to put it on the the server as well?

piquu commented 11 months ago

unfortunately wally has no documentation on how to create packages. but you can look at how existing packages do it for refenrence. https://github.com/red-blox/red i usually use this repo as en example.