Bluexin / saoui

Minecraft mod aiming to let resource packs fully customize the GUIs (including HUD)
GNU General Public License v3.0
15 stars 7 forks source link

IMGUI Inventory system #7

Closed Bluexin closed 4 years ago

Bluexin commented 6 years ago

The current system works with Slot-like elements, which just don't display if they're empty. This approach limits things when it comes to implementing features like stack-based grouping and sorting. However, it's really easy to work with because it mimics the underlying system well.