QuiltMC / quilt-kotlin-libraries

Quilt's official Kotlin libraries, which provide wrappers for QSL and Minecraft to ease development in Kotlin
Apache License 2.0
52 stars 18 forks source link

Various builders [Long term work] #4

Open SilverAndro opened 2 years ago

SilverAndro commented 2 years ago

Intro:

Due to the increasing data driven nature of Minecraft, builders or systems that would highly benefit from builders are becoming increasingly common, as well as in other libraries such as QSL. With Kotlin's [builder type inference] and DSL capabilities, builders can be made easy to use and construct for cleaner generation.

Existing work:

Oliver-makes-code commented 2 years ago

I think #9 covered this

SilverAndro commented 2 years ago

Most likely, but I suppose the question is if we should leave this open as a tracking issue/reminder or close it