Karsten Schmidt is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

postspectacular / toxiclibs http://toxiclibs.org/

Building blocks for computational design with Java & Processing. LGPLv2 licensed.

Clone this repository (size: 27.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/postspectacular/toxiclibs
hg clone ssh://hg@bitbucket.org/postspectacular/toxiclibs

toxiclibs overview

Recent commits See more »

Author Revision Comments Message Labels Date
Karsten Schmidt 002972a60e15 refactoring/rewriting PointQuadtree to dynamically split & re-balance branch nodes, now simpler API with no need for min. node size, will be used as template for rewriting PointOctree too, updating SpatialIndex query methods to ask for optional, existing results list, adding Shape2D.getEdges(), updating tests
Branch
spatialphysics
Karsten Schmidt 8d5153d32f0a refactoring PointQuadtree to implement SpatialIndex API, updating SpatialIndex methods to return boolean instead of ints, updating AttractTest2D & QuadtreeTest
Branch
spatialphysics
Karsten Schmidt 48f99b98bc83 extracting new generic interface toxi.geom.SpatialIndex and updating its SpatialBins implementation and related changes in 2d physics
Branch
spatialphysics
Karsten Schmidt 763ad7a8ae5d adding SpatialBins & CoordinateExtractor, updating VerletPhysics2D & AttractionBehavior2D to support optional spatial indexing using SpatialBins
Branch
spatialphysics
Karsten Schmidt 2da65df85570 javadoc updates/corrections
Branch
spatialphysics