public
Fork of rikrd/geomerative
Description: Geomerative is a library for Processing. It extends 2D geometry operations to facilitate generative geometry. Includes a TrueType font and an SVG interpreters. This library exposes the shapes (such as vector drawings or typographies) in a more approchable way. Geomerative makes it easy to access the contours, the control points and the curve points, making it easy to develop generative typography and geometry pieces in Processing.
Homepage: http://www.ricardmarxer.com/geomerative
Clone URL: git://github.com/markluffel/geomerative.git
geomerative / .classpath
100644 11 lines (10 sloc) 0.491 kb
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="external/batikfont.jar"/>
<classpathentry kind="lib" path="external/junit.jar"/>
<classpathentry kind="var" path="PROCESSING_PATH/lib/core.jar"/>
<classpathentry kind="var" path="PROCESSING_PATH/libraries/xml/library/xml.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>