postspectacular / toxiclibs (http://toxiclibs.org/)

Building blocks for computational design with Java & Processing.

Clone this repository (size: 25.5 MB): HTTPS / SSH
$ hg clone http://hg.postspectacular.com/toxiclibs

Welcome to the new toxiclibs repository

toxiclibs has recently switched from using SVN on Google Code to Mercurial on BitBucket here. The old project site will remain up and all previous releases will remain hosted at Google too, however starting with the 2010-03-15 release, all future files & source code changes will be available from here for the foreseeable future.

For more information, news, documentation, tutorials etc. please visit the main website at:

http://toxiclibs.org/

Release 2010-07-12

This release incl. changes to all 8 library modules, largely caused by the refactoring of core geometry classes in the toxi.geom package. Please see linked changelogs for details.

Release 2010-04-16

The following packages have been updated (detailed change logs are included with each package):

  • toxiclibscore-0018:
  • toxiclibs-p5-0001 (new package)
  • datautils-0001 (new package)
  • colorutils-0006
  • simutils-0002
  • verletphysics-0008

Release 2010-03-15

The following packages have been updated (detailed change logs are included with each package):

  • toxiclibscore-0017:
    • renamed toxi.geom.util package into toxi.geom.mesh
    • important additions to TriangleMesh class:
      • add mesh to another one
      • align mesh to point in a certain direction
      • transform meshes using Matrix4x4
      • updated saveAsSTL() method to support flipped Y-Axis
      • added flipVertexOrder()
    • added mesh creation methods to basic types in toxi.geom:
      • AABB.toMesh()
      • added Cone class to create cones, boxes, cylinders in any direction
      • Plane.toMesh()
      • X/Y/ZAxisCylinder.toMesh()
    • added SurfaceMeshBuilder class and SurfaceFunction interface to create useful geometric shapes
      • added SuperEllipsoid implementation & demo
      • added SphericalHarmonics implementation & demo
    • updated OBJWriter, STLWriter & STLReader
      • updated STLColorModel & implementations
    • added javadocs
  • verletphysics-0007:
    • regression updates to changes in toxiclibscore, no new features
    • added DraggableParticles demo
  • volumeutils-0004:
    • regression updates to changes in toxiclibscore, no new features
    • added AnimatedNoise demo
  • colorutils-0005:
    • refactored AccessCriteria handling for sorting ColorLists (amongst other things)

This revision is from 2010-07-13 10:09