Patbox / sgui

Library for creating custom, server side guis on Fabric
GNU Lesser General Public License v3.0
91 stars 17 forks source link

Will this library support forge / neoforge ? #31

Closed sakurawald closed 9 months ago

sakurawald commented 9 months ago

The library works great in fabric platform, and i am curious about whether it will support some other platforms, like forge and bukkit ? I mean, a library that provides a great abstraction on multi-platform.

Patbox commented 9 months ago

I don't have plans, as I don't use either pf these platforms.

With (Neo)Forge, someone could easily fork and port it, while also keeping full source compatibility in common code.

On bukkit like platforms it won't be really possible (or rather it won't make sense) as bukkit uses it's own abstraction instead of vanilla classes (so it won't work on common codepath)