CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Jan 2012
    Location
    India
    Posts
    193

    Smile Need Good Graphics Library

    Hi All

    I need to write a project using Visual Studio MFC.

    I need A Good Graphics Library which support 2d/3d graphs
    and GUI for MFC .

    Any suggestions ?

    New_2012

  2. #2
    Join Date
    Mar 2001
    Posts
    2,529

    Re: Need Good Graphics Library

    ahoodin
    To keep the plot moving, that's why.

  3. #3
    Join Date
    Jun 2015
    Posts
    208

    Re: Need Good Graphics Library

    Quote Originally Posted by new_2012 View Post
    Any suggestions ?
    http://www.ogre3d.org/
    http://www.vtk.org/
    http://g3d.sourceforge.net/

    I'm pretty certain all of the above graphics "engines" can be integrated with MFC (with some work).

    I would also have a look at Qt and its graphics package (but that would mean not using MFC of course).
    Last edited by tiliavirga; October 9th, 2015 at 12:06 PM.

  4. #4
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: Need Good Graphics Library

    MFC has already its own classes for easy use of Direct2D and related.
    See these articles: http://codexpert.ro/blog/tag/direct2d/
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  5. #5
    Join Date
    Jan 2012
    Location
    India
    Posts
    193

    Re: Need Good Graphics Library

    Thank you all ...

    I will study all the links you have provided.

    I am using Fast Graph sothat graphics drawing is easy.

    Now I wish to go for 2d/3d bargraphs , pie charts ...
    may be some helpful functions for Screen Decoration.

    So searching for ReadyMade Library

    Thank you once again

    New_2012

  6. #6
    Join Date
    Mar 2001
    Posts
    2,529

    Re: Need Good Graphics Library

    Quote Originally Posted by ovidiucucu View Post
    MFC has already its own classes for easy use of Direct2D and related.
    See these articles: http://codexpert.ro/blog/tag/direct2d/
    Whats wrong with this?
    ahoodin
    To keep the plot moving, that's why.

  7. #7
    Join Date
    Jan 2012
    Location
    India
    Posts
    193

    Re: Need Good Graphics Library

    ahoodin sir I will read a blog u have suggested . Thank you

  8. #8
    Join Date
    Mar 2001
    Posts
    2,529

    Re: Need Good Graphics Library

    Yeek! It wasn't me! It was
    ovidiucucu's link.

    Don't be Mad Ovi, wasn't trying to take credit.

    Here's a link about blogging though:
    https://www.youtube.com/watch?v=AmPAuJqkAM0
    Last edited by ahoodin; October 13th, 2015 at 02:51 PM. Reason: added video
    ahoodin
    To keep the plot moving, that's why.

  9. #9
    Join Date
    Jan 2012
    Location
    India
    Posts
    193

    Re: Need Good Graphics Library

    I give special thanks to ovidiucucu Sir and apology for my mistake .

    ahoodin sir thank you also.

    This site is always useful to me.

    New_2012

Tags for this Thread

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