SL22W31: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 16: Line 16:
**Adding noise-generation for asteroid extraction
**Adding noise-generation for asteroid extraction
**'''Improve code abstraction'''
**'''Improve code abstraction'''
**'''Improve usage of caching'''
**Improve usage of caching
**'''Merge the new extraction methods with the blueprint implemetnation'''
**Merge the new extraction methods with the blueprint implementation


<br />
<br />

Latest revision as of 19:42, 27 September 2022

◄ SL22W30 | SL22W32 ►


  • Integrating IslandGenerator directly into Chunkli instead of being its own library
    • Ditching AMIDST completely to not have any reliance on external mc libs
    • Added Asteroid-Generation as well


  • Chunkli
    • Added first implementation of extracting data form an area instead of only manipulating
      • extract oval
      • extract cone
      • extract asteroid
    • Adding noise-generation for asteroid extraction
    • Improve code abstraction
    • Improve usage of caching
    • Merge the new extraction methods with the blueprint implementation