Erlang/OTP Forums

Author Message

<  Advanced Erlang/OTP  ~  2D Libraries, specificially polygon, area and bezier

timbeau
Posted: Fri Oct 12, 2007 10:59 am Reply with quote
Joined: 12 Oct 2007 Posts: 3
Hi,

I am looking to write some spatially aware code and cannot seem to see any libraries handling this.

In Java in the past I have created and Area with my shape info and then used Area.contains or Area.intersect etc to test overlaps, collisions etc.

Is there any library out there that exists to perform the computations, even if part of a graphics pacakage? A basic drawing utility might be the source for code.

Thanks in advance.
View user's profile Send private message
francesco
Posted: Tue Oct 23, 2007 2:19 pm Reply with quote
User Joined: 07 Jul 2006 Posts: 249 Location: London
Vectors as a datatype do not exist in Erlang, even if it is a subject often discussed on the mailing list. I have however seen lots of applications integrating with graphics systems such as OpenGL and others, where the spacial aspects are all managed on the Erlang side. Another application you might find interesting is wings3d, http://www.wings3d.com/ a 3d modeler inspired by nendo. Its code is freely available as open source. You might find a bit of inspiration there.

Regards,
Francesco
--
http://www.erlang-consulting.com
View user's profile Send private message Visit poster's website

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum