Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. 3D Image....

3D Image....

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpc++dotnetgraphics
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ashwath1979
    wrote on last edited by
    #1

    Hi All, I am developing an application which uses directx apis to render a 3d image. I want to use .Net framework.Which one of the below languages is good for doing that.I am pretty new to .net.I may seek some coding help from internet. 1.)VC++.Net(Form based application) 2.)Vb.net(Form based application) 3.)C#.net(Form based application) Please advice, Ashwath.

    T M D 3 Replies Last reply
    0
    • A ashwath1979

      Hi All, I am developing an application which uses directx apis to render a 3d image. I want to use .Net framework.Which one of the below languages is good for doing that.I am pretty new to .net.I may seek some coding help from internet. 1.)VC++.Net(Form based application) 2.)Vb.net(Form based application) 3.)C#.net(Form based application) Please advice, Ashwath.

      T Offline
      T Offline
      The Man from U N C L E
      wrote on last edited by
      #2

      If you are using the Managed DirectX APIs, which I assume you are as you are using .Net then the language used is up to you. C# probably has the best range of Sample code available, while VB.Net has lots more programmers to ask. VC++ is for those who are comfortable with C++, which I struggle with myself. I only use it where C code is required, such as ExtendedMAPI calls. So, pick the language you are most comfortable with, or if you are starting from scratch as a programmer I would recommend C# (But again, that is just my personal preference).

      If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) [My Articles]  [My Website]

      1 Reply Last reply
      0
      • A ashwath1979

        Hi All, I am developing an application which uses directx apis to render a 3d image. I want to use .Net framework.Which one of the below languages is good for doing that.I am pretty new to .net.I may seek some coding help from internet. 1.)VC++.Net(Form based application) 2.)Vb.net(Form based application) 3.)C#.net(Form based application) Please advice, Ashwath.

        M Offline
        M Offline
        molesworth
        wrote on last edited by
        #3

        As mentioned above, you should choose a language you're comfortable with, but if you're looking for the best performance (i.e. high frame rates, high vertex and poly counts, complex shaders etc.) then C++ is definitely the best choice of the three.

        Days spent at sea are not deducted from one's alloted span - Phoenician proverb

        1 Reply Last reply
        0
        • A ashwath1979

          Hi All, I am developing an application which uses directx apis to render a 3d image. I want to use .Net framework.Which one of the below languages is good for doing that.I am pretty new to .net.I may seek some coding help from internet. 1.)VC++.Net(Form based application) 2.)Vb.net(Form based application) 3.)C#.net(Form based application) Please advice, Ashwath.

          D Offline
          D Offline
          dybs
          wrote on last edited by
          #4

          If you go with .NET, I suggest checking out SlimDX[^] instead of using Managed DirectX (MDX). AFAIK, MDX is not officially supported on Vista or 7, and doesn't provide access to DX 11 (not sure on DX 10). SlimDX, however, is still in active development, and includes DX 11 support. I haven't found a whole lot of sample code for it, but most MDX code samples can be easily converted to SlimDX (the API is pretty similar). Dybs

          The shout of progress is not "Eureka!" it's "Strange... that's not what i expected". - peterchen

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups