CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2009
    Posts
    2

    Graph Drawing with VG.net

    Hi! Im using Vg.net to draw an finite-state-machine editor and I've been trying to find some algorithms to draw the graph, but without much success. All I get are references and more studies, but never a real algorithms. Not even pseudo-code. Can someone give me a hand with this?

    Thank you!

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Graph Drawing with VG.net

    You want the software to draw the state machine automatically, or what? If it's an editor or designer, I think the users are supposed to build the state machine, right?
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  3. #3
    Join Date
    May 2009
    Posts
    2

    Re: Graph Drawing with VG.net

    No. I'm editing the state machines in Runtime. I need an algorithm to prepare the layout.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured