Skip to content

Commit

Permalink
feat: split patch cache to run in separate worker
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-85 committed Jul 10, 2024
1 parent c11d3fa commit f818007
Show file tree
Hide file tree
Showing 5 changed files with 715 additions and 693 deletions.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ export { NoiseSampler } from './procgen/NoiseSampler'
export { ProcLayer } from './procgen/ProcLayer'
export { Biome, BlockType } from './procgen/Biome'
export { PatchCache } from './procgen/PatchCache'
export { LocalCache } from './procgen/LocalCache'
export { PatchBaseCache } from './procgen/PatchBaseCache'
export { PatchBlocksCache } from './procgen/PatchBlocksCache'

// export type { MappingConf, MappingData, MappingRanges } from "./common/types"
// export { DevHacks } from './tools/DevHacks'
111 changes: 0 additions & 111 deletions src/procgen/LocalCache.ts

This file was deleted.

Loading

0 comments on commit f818007

Please sign in to comment.