wxWidgets graph node component Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
jogshy
Earned a small fee
Earned a small fee
Posts: 10
Joined: Sat Mar 29, 2008 12:46 am

wxWidgets graph node component

Post by jogshy »

Hello.

Anybody know a library to use and paint graph nodes?
Like this:

Image

So far I've found this:
http://code.google.com/p/wxworkspaceview/
but it's for Windows only and I need it for Windows, linux and MacOS.

thanks.
tan
wxWorld Domination!
wxWorld Domination!
Posts: 1471
Joined: Tue Nov 14, 2006 7:58 am
Location: Saint-Petersburg, Russia

Post by tan »

Hi,
in the first place, it is wrong forum for the question.
Any way, have a look at this project:
https://sourceforge.net/projects/wxsf/
OS: Windows XP Pro
Compiler: MSVC++ 7.1
wxWidgets: 2.8.10
jogshy
Earned a small fee
Earned a small fee
Posts: 10
Joined: Sat Mar 29, 2008 12:46 am

Post by jogshy »

tan wrote:Hi,
in the first place, it is wrong forum for the question.
Oooopz sorry! I thought I posted it in the General forum but it seems not :oops: Feel free to move it if ya want.
Any way, have a look at this project:
https://sourceforge.net/projects/wxsf/

Nice thanks. Do you know if runs well on windows, linux and macosx or is it Windows-only?
tan
wxWorld Domination!
wxWorld Domination!
Posts: 1471
Joined: Tue Nov 14, 2006 7:58 am
Location: Saint-Petersburg, Russia

Post by tan »

jogshy wrote:
Nice thanks. Do you know if runs well on windows, linux and macosx or is it Windows-only?
AFAIK it works on all above-listed OS.
OS: Windows XP Pro
Compiler: MSVC++ 7.1
wxWidgets: 2.8.10
upCASE
Moderator
Moderator
Posts: 3176
Joined: Mon Aug 30, 2004 6:55 am
Location: Germany, Cologne

Post by upCASE »

tan wrote:AFAIK it works on all above-listed OS.
Tried it on MSW and GTK and it works charming. I've no idea about Mac, but I suppose it would work there as well, since it doesn't use platform specific stuff.
OS: OpenSuSE, Ubuntu, Win XP Pro
wx: svn
Compiler: gcc 4.5.1, VC 2008, eVC 4

"If it was hard to write it should be hard to read..." - the unknown coder
"Try not! Do. Or do not. There is no try." - Yoda
Post Reply