Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - frapa

Pages: [1]
1
General discussions / Re: Delaunay tringulation
« on: August 14, 2012, 07:26:14 pm »
Concerning Thor's triangulation, I wrote you a PM saying that you should send me an example reproducing your problem. You have not answered...

I'm studying your example to understand it better. When I'll have sometime and if things don't work I'll send you an example.

I did't like boost.graph either... I always find boost documentation terrible. LEMON looks much better to me, but it does not support dual graph for what I know...

2
General discussions / Delaunay tringulation
« on: August 14, 2012, 12:14:53 pm »
It's a year that I think of creating a map generator using voronoi diagrams and delaunay triangulations. Do you know any library which can compute the delaunay triangulation for a set of point, or that has an implementation of a quad-edge data structure. I'm interested also in a generic graph library.

I've seen that thor (from nexus) can compute delaunay triangulations but i cannot make it work properly.

I've also seen Lemon, which offers a nice graph implementation.

3
SFML projects / Re: Thor 2.0
« on: August 14, 2012, 11:48:09 am »
Yeah, actually it is very simple to compile it... and since Ubuntu sucks as long as packages update is concerned, we have to compile it ourselves! Archlinux is much better in this aspect (for developers and pro users!).

Anyway I compiled SFML only a month ago I think, and I'm not going to compile it every week!!!

4
SFML projects / Re: Thor 2.0
« on: August 13, 2012, 11:29:32 pm »
I thought that RC was quite recent... It dates back to April... and since it is an RC there should be just bug fixes right? I did not expect an API change (if this can be considered API change...).

5
SFML projects / Re: Thor 2.0
« on: August 12, 2012, 09:31:44 pm »
Oh, that's why... I got the RC release... waiting for the official 2.0 release to rebuild SFML  :-[

6
SFML projects / Re: Thor 2.0
« on: August 11, 2012, 09:52:41 pm »
I tried to compile thor on my linux machine with g++ and I got this error:

Code: [Select]
/home/francesco/Downloads/Bromeon-Thor-05b0078/src/InputNames.cpp: In function ‘thor::{anonymous}::StringBimap<sf::Keyboard::Key> thor::{anonymous}::InitMap(aurora::Type<sf::Keyboard::Key>)’:
/home/francesco/Downloads/Bromeon-Thor-05b0078/src/InputNames.cpp:86:3: error: ‘Unknown’ is not a member of ‘sf::Keyboard’
make[2]: *** [src/CMakeFiles/thor.dir/InputNames.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/thor.dir/all] Error 2
make: *** [all] Error 2

I tried to remove the line 86 and the compilation went fine.

7
SFML projects / Re: Goal and rules of this forum
« on: August 11, 2012, 11:20:45 am »
I would like a lot a projects page on SFML website... I used to develop with python and pygame before. On www.pygame.org they have a kind of gallery where users can post their programs and games to make them know to the public or to other pygame developer. I find it an awesome idea, also because you get to know what other users are making with your same library.

Cannot we have something like that, too?

Pages: [1]
anything