|
|
| Author |
Message |
< Advanced Erlang/OTP ~ 2D Libraries, specificially polygon, area and bezier |
| timbeau |
Posted: Fri Oct 12, 2007 10:59 am |
|
|
|
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. |
|
|
| Back to top |
|
| francesco |
Posted: Tue Oct 23, 2007 2:19 pm |
|
|
|
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 |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
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
|
|
|