QuiltMC / rfcs

Repository for requests for comments for proposing changes to the Quilt Project.
Other
61 stars 33 forks source link

RFC 15: Data Generation #15

Closed LemmaEOF closed 2 years ago

LemmaEOF commented 3 years ago

Data generation has been a major challenge since 1.13, and I've been musing on ways to improve it. Still very not final; suggestions for alternative static datagen methods are more than welcome.

Formatted version

i509VCB commented 3 years ago

One thing this does need to consider is IDE support since you need to either track changes or tell the ide about the generated assets in order to place assets on classpath.

LemmaEOF commented 3 years ago

...oh, right, IDE support, delicious, forgot about that

LemmaEOF commented 3 years ago

Another proposal is to use a specific source set for compile-time data gen. Gonna rework the RFC for that later.

LemmaEOF commented 3 years ago

I've written up a simple description of the new system, ready for further feedback.

LemmaEOF commented 3 years ago

I'm expecting this RFC is gonna hibernate for a bit until we resolve QSL structure and the like