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 / cp5magic

This helper library allows for the automatic construction of ControlP5 GUI controllers using annotations on fields/variables in any class. See wiki for usage examples...

Clone this repository (size: 690.7 KB): HTTPS / SSH
hg clone https://bitbucket.org/postspectacular/cp5magic
hg clone ssh://hg@bitbucket.org/postspectacular/cp5magic

cp5magic / .classpath

Branch
default
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
        <classpathentry kind="src" path="src"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
        <classpathentry kind="lib" path="lib/core.jar"/>
        <classpathentry kind="lib" path="lib/toxiclibscore.jar"/>
        <classpathentry kind="lib" path="lib/controlP5.jar"/>
        <classpathentry kind="output" path="bin"/>
</classpath>