Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3965426
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T03:27:44+00:00 2026-05-20T03:27:44+00:00

I’m going to start writing a 3D game in unmanaged C++ using the DirectX

  • 0

I’m going to start writing a 3D game in unmanaged C++ using the DirectX SDK. It’s going to involve a lot of physics and math, though I can’t predictably say how complex it’s going to be (I don’t know if I’ll be parallelizing it, for example). I was thinking, due to F#’s incredibly awesome units of measure feature, and the fact that it’s functional and therefore parallelizes nicely, that I could write an F# library for doing the math-intensive computations of the game. But:

  • I’m inexperienced in C++, nevermind interfacing it with managed code. I don’t know how backbreaking this would be.
  • I don’t know how big a slowdown jumping in and out of a managed DLL would be for every math-intensive computation (at least one physics equation would have to be run per game iteration).
  • I’m not sure if the gain of units of measure and easy parallelization is worth it. I mean, if it’s just math, it’s gotta be easy to thread in C++ anyhow (there’s not really any side effects, and if I recall there’s a pure keyword in C++ maybe that disallows side effects or something?) — and I suppose I could do without units of measure if I’m really careful (I know I’ll only be using metric units).

So is it worth it? Is mixing managed and unmanaged code a common-ish practice? What about for games? Would it be a bottleneck? Would it make my draw code horrifying and convoluted? If you opened a VC++ project and saw this happening–what would your face look like (:) :( D:, etc)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T03:27:44+00:00Added an answer on May 20, 2026 at 3:27 am

    Jumping from managed to unmanaged code, or from unmanaged to managed code for individual operations is costly and not worth it for single instance costly operations. That is, the managed to unmanaged, or unmanaged to managed cost in calling a matrix multiplication will be higher than the cost of the multiplication in the implementation native to your code, although batching operations helps.

    For what you’re discussing, using F# in this manner would not produce any noticable benefit. It should also be noted that you have several math libraries already available to you, such as XNAMath (which comes with the DXSDK) for basic graphical transforms.

    On the physics end of things you should prefer to use a physics middleware solution (PhysX, Bullet, etc) as they are much more mature, well tested, and generally will simplify development in the long run. Writing your own physics implementation is not recommended except in the case of learning HOW to do it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.