CorkHQ / Cork

A fast, platform-agnostic and minimal bootstrapper for Roblox and Roblox Studio
zlib License
35 stars 3 forks source link

Plugin Support #28

Closed Bugadinho closed 11 months ago

Bugadinho commented 1 year ago

The last thing to add before 2.0.0 goes gold. Cork will always, by design, not handle stuff like installing DXVK or changing the renderer automatically, however those features are highly requested and have proven to be really handy and useful on other wrappers. This is where plugin support comes in, the plan is to ship a Lua interpreter (disableable at compile-time if desired) and hook it into parts of the startup process, allowing it to alter behaviour as needed.

Bugadinho commented 11 months ago

Done.