@bugsbunnycodes1998/cartographer-core 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,13 +4,13 @@ import { logger } from "../logger.js";
4
4
  // Layout constants
5
5
  const TREEMAP_SIZE = 100;
6
6
  const MODULE_PADDING = 2;
7
- const BUILDING_GAP = 1.0;
8
- const SCALE_FACTOR = 0.5;
9
- const HEIGHT_FACTOR = 1.5;
10
- const LOC_HEIGHT_FACTOR = 0.15;
11
- const MIN_BUILDING_SIZE = 1.5;
12
- const MIN_BUILDING_HEIGHT = 1.0;
13
- const MAX_BUILDING_HEIGHT = 20;
7
+ const BUILDING_GAP = 0.6;
8
+ const SCALE_FACTOR = 0.7;
9
+ const HEIGHT_FACTOR = 2.5;
10
+ const LOC_HEIGHT_FACTOR = 0.25;
11
+ const MIN_BUILDING_SIZE = 1.0;
12
+ const MIN_BUILDING_HEIGHT = 1.2;
13
+ const MAX_BUILDING_HEIGHT = 35;
14
14
  const FORCE_ITERATIONS = 300;
15
15
  // Seeded PRNG (LCG)
16
16
  function lcg(seed) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bugsbunnycodes1998/cartographer-core",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "files": [