15 packages
dbly-linked-hashtable-list
Javascript implementation of a doubly linked-list data structure, with built-in hashtable for O(1) lookups and removals
deterministic-uniqid
Just a simple package to generate deterministic pseudo-random alphanumeric unique IDs based on a given seed value.
postgres-indexed-db
Postgres - IndexedDB Import/Export =========
rbush-ext
Fork of @mourner's rBush package, allows for meaningful use of the internal tree groupings/nodes.
region-labels
The region-labels package is aimed to algorithmically generate labels for two-dimensional geographic regions which will best adapt to the shape and size of the region to attempt to maximally fill the space.
three-map-controls
Map controls class for threeJS (pan and zoom with respect to a THREE.Plane)
umzug-postgres-storage
@windfish-studio/dbly-linked-hashtable-list
Javascript implementation of a doubly linked-list data structure, with built-in hashtable for O(1) lookups and removals
@windfish-studio/deterministic-uniqid
This package serves a single purpose; to _quickly_ generate alphanumeric unique IDs in a deterministic way. Meaning, this library can be passed a seed value, and given the same seed, it should generate the same ID strings in the same order.
@windfish-studio/homogenize-triangles
This library will sub-divide triangles in a mesh until each edge-length is less than or equal to a user-specified threshold. Use it when you have too few triangles in a mesh and you need to create more. Please see the JSFiddle example: