summary refs log tree commit diff
path: root/src/Compute
AgeCommit message (Collapse)Author
2024-02-15Give all threads specific thread roles and assert thread safetyMel
2023-08-03World can now reassess chunk generation priorities on player movement and ↵Mel
cancel no longer needed jobs
2023-07-29Move chunk reification to worker threads and set stage for chunk-unbound ↵Mel
lighting
2023-07-10Add necessary Linux headersMel
2023-07-08Use own size typesMel
2023-07-07Fix minor quality issuesMel
2023-06-12Start generation from player positionMel
2023-06-12Multithreaded world generation with PerlinMel