We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOpenGL and 3D Libraries › ANAR+: new library for Parametric Geometry
Page Index Toggle Pages: 1
ANAR+: new library for Parametric Geometry (Read 2950 times)
ANAR+: new library for Parametric Geometry
May 4th, 2009, 3:31am
 
ANAR+ is a 3D library for Processing extending Geometric functionalities. The main purpose is to create a bridge between programming with P5 and CAD environements. The library website is http://ANAR.ch. On the site, you could find a large set of examples. Currently, the best documentation is to have a look at the examples and the JavaDOC (http://anar.ch/doc/anar/package-summary.html). APIViz helped us to create a more interractive documentation. Still in alpha state, here's a list of features that we have been working on:

- Geometric Associativity (aka Parametric Modeling)
- Scenegraph for processing
- Geometric datastructure (groups, objects, faces, lines, points)
- Extended Geometric manipulations\transformations
- Object based modular renders
- Export for various CAD formats
- Simulation Framework
- Particles Physic Simulation
- Asynchronus Variational Integretor (similar to Finite Elements Modeling)
- Logo like operations (for LSystems)
- Optimizations engines (PSO,GA)
- Cardinal curves and surfaces
- Basic Camera, view and walkthrough

I'm really pleased to share this project with P5 community. This library have a long history behind. I really hope that you would found this library usefull. Please try the examples and please let us know what you think of this library.
Re: ANAR+: new library for Parametric Geometry
Reply #1 - May 4th, 2009, 11:03am
 
Cool stuff!
Re: ANAR+: new library for Parametric Geometry
Reply #2 - May 31st, 2009, 4:02am
 
Looking forward to digging in your work this summer, congratulations and thanks!
Re: ANAR+: new library for Parametric Geometry
Reply #3 - Jun 3rd, 2009, 2:29am
 
Do you plan to release the source code to.
Re: ANAR+: new library for Parametric Geometry
Reply #4 - Jun 4th, 2009, 8:40am
 
Yes, it is planned to be released. It will be located on our own server at http://svn.anar.ch.
Problem!
Reply #5 - Feb 11th, 2010, 4:55am
 
I'm having a problem with the librarie.
In processing 1.0.9 in a mac os 10.5.8, with all recent java updates, when I try to run one of the examples I get:

UnsupportedClassVersion: A library is using code compiled with an unsupported version of java.
Re: ANAR+: new library for Parametric Geometry
Reply #6 - Feb 11th, 2010, 5:05am
 
Are you sure that you are using this one?:
http://anar.ch/bin/anarV19RW.zip

There's two versions of the library, one is compiled for Java 1.6, the second is compiled for Java 1.4. But 10.5.8 should be ok. Could you please check your java version?

In terminal:
Code:
java -version 

Page Index Toggle Pages: 1