diff --git a/README.md b/README.md index f1571c4..1a7c1ca 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,16 @@ This list contains **safe resources** that you can use for your games, so you do | [Roact](https://github.com/Roblox/roact) | [Roblox](https://github.com/Roblox) | A declarative UI library for Roblox Lua inspired by [React](https://reactjs.org/). | [Docs](https://roblox.github.io/roact) | This is really powerful if you are planning to make advanced UI. | | Cmdr ([GitHub repo](https://github.com/evaera/Cmdr), [DevForum thread](https://devforum.roblox.com/t/cmdr-a-fully-extensible-and-type-safe-command-console-for-roblox-developers/182815)) | evaera ([DevForum](https://devforum.roblox.com/u/evaera), [GitHub](https://github.com/evaera)) | A fully extensible and type safe command console for Roblox Developers | [Docs](https://eryn.io/Cmdr/) | Versatile library for debugging. | | Warp ([GitHub repo](https://github.com/imezx/warp), [DevForum thread](https://devforum.roblox.com/t/warp-very-fast-powerful-networking-library/2779813)) | Eternity_Devs ([DevForum](https://devforum.roblox.com/u/Eternity_Devs), [GitHub](https://github.com/imezx)) | Blazingly fast and powerful networking library | [Docs](https://imezx.github.io/Warp/) | - | - +| Rain ([GitHub repo](https://github.com/buildthomas/Rain), [DevForum thread](https://devforum.roblox.com/t/rain-module-plugin/157190/1)) | buildthomas ([DevForum](https://devforum.roblox.com/u/buildthomas), [GitHub](https://github.com/buildthomas/)) | A rain module designed to work straight out of the box. | [Docs](https://github.com/buildthomas/Rain#api-available-on-the-rain-module) | Read pros and cons before proceeding | +| [Re:Notify](https://devforum.roblox.com/t/renotify-simple-clean-notifications-framework/2749009) | [0bBinary](https://devforum.roblox.com/u/0bBinary) | Modern and sleek notification framework. | Documented on the thread | - | +| [UIStrokeAdjuster](https://devforum.roblox.com/t/uistrokeadjuster-properly-scale-your-uistrokes/1889014) | [Awesom3_Eric](https://devforum.roblox.com/u/Awesom3_Eric) | A simple fix to properly scale UIStrokes | docs link | notes | +| Color ([GitHub repo](https://github.com/Blupo/Color), [DevForum thread](https://devforum.roblox.com/t/color-a-color-management-and-manipulation-library/1545749)) | Author ([DevForum](https://devforum.roblox.com/u/BlupoV2), [GitHub](https://github.com/Blupo/)) | Roblox Luau library for color management and manipulation, inspired by chroma.js. | [Docs](https://blupo.github.io/Color/) | - | +| Dial Display ([GitHub repo](https://github.com/PlasmaGH/Dial-Display-LuaU/tree/main), [DevForum thread](https://devforum.roblox.com/t/dial-display-a-clean-multipurpose-display/2884960)) | ItsPlasmaRBLX ([DevForum](https://devforum.roblox.com/u/ItsPlasmaRBLX), [GitHub](https://github.com/PlasmaGH)) | A clean multipurpose display | Documented on the thread | - | +| RBLXGUI ([GitHub repo](https://github.com/xa1on/rblxguilib), [DevForum thread]([paste devforum url here](https://devforum.roblox.com/t/rblxgui-v104-studio-like-gui-library-that-emulates-the-standard-studio-look-and-feel/2891503))) | something786 ([DevForum](https://devforum.roblox.com/u/something786), [GitHub](https://github.com/xa1on)) | Studio-like GUI Library that emulates the standard "studio" look and feel | No docs at the moment, please make a pull request if there is one | Not to be confused with EgoMoose's RbxGuiLib | +| Fiu ([GitHub repo](https://github.com/rce-incorporated/Fiu), [DevForum thread](paste devforum url here)) | [RCE Incorporated](https://github.com/rce-incorporated/Fiu) | Luau bytecode interpreter for Luau | [Docs](https://github.com/rce-incorporated/Fiu/blob/main/README.md) | could be vulnerable with script attacks, use with caution | +| [Secure Lua VM](https://devforum.roblox.com/t/secureluavirtualmachine-controlled-execution-environment/2774729) | [ASense Team]https://www.roblox.com/groups/10496843 | A secure Lua VM based on [FiOne](https://github.com/Rerumu/FiOne/) | Documented on the thread | Luau support is not implemented | +| CustomClickDetector ([GitHub repo](https://github.com/commitblue/customclickdetector), [DevForum thread](https://devforum.roblox.com/t/customclickdetector-a-custom-implementation-of-robloxs-click-detectors/2135073)) | commitblue ([DevForum](https://devforum.roblox.com/u/commitblue), [GitHub](https://github.com/commitblue/)) | A custom implementation of Roblox's [ClickDetector](https://create.roblox.com/docs/reference/engine/classes/ClickDetector) | [Docs](https://commitblue.github.io/customclickdetector/) | See [differences between Roblox's built-in ClickDetector and this library](https://devforum.roblox.com/t/customclickdetector-a-custom-implementation-of-robloxs-click-detectors/2135073/5) | +| LayoutUtil ([GitHub repo](https://github.com/ok-nick/LayoutUtil/tree/master), [DevForum thread](https://devforum.roblox.com/t/layoututil-automatically-sizes-a-scrollingframes-uigridlayoutuilistlayout/720840)) | iiNemo ([DevForum](https://devforum.roblox.com/u/iiNemo), [GitHub](https://github.com/ok-nick/)) | Automatically sizes a ScrollingFrame’s UIGridLayout/UIListLayout | [Docs](https://github.com/ok-nick/LayoutUtil/tree/master#documentation) | - |