Jump to content
The Dark Mod Forums

Recommended Posts

Posted

I am considering porting DarkRadiant to windows arm systems. Currently I am not sure how much does the editor relies on sse instrincs, and how many third party libraries are available in windows ARM.

Posted

DarkRadiant's main codebase is not relying on any intrinsics as far as I can recall right now, it's generally kept very close to the C++ standard for portability reasons. Third-party libraries like Eigen might use platform-specific stuff, but I assume they are portable as well.

It all comes down to whether the third-party dependencies provide a port to the platform, these are some of them:

A problem might be the openGL version that is supported on your target platform. There could be some openGL API calls in DarkRadiant that may cause troubles.

  • Like 1
  • Thanks 1
Posted

DarkRadiant.apk???

 

I'd love to see that, but I fear the biggest issue is going to be UX, and require a much cleverness.  I'm sure this community will give a lot of feedback about that, if that's the idea.

Posted
15 hours ago, LDAsh said:

DarkRadiant.apk???

 

I'd love to see that, but I fear the biggest issue is going to be UX, and require a much cleverness.  I'm sure this community will give a lot of feedback about that, if that's the idea.

Still exe, but for windows ARM64, Not andriod.

dmg for Apple M1 would nice also

Posted (edited)
22 hours ago, greebo said:

DarkRadiant's main codebase is not relying on any intrinsics as far as I can recall right now, it's generally kept very close to the C++ standard for portability reasons. Third-party libraries like Eigen might use platform-specific stuff, but I assume they are portable as well.

It all comes down to whether the third-party dependencies provide a port to the platform, these are some of them:

A problem might be the openGL version that is supported on your target platform. There could be some openGL API calls in DarkRadiant that may cause troubles.

I see, so if I could find windows arm64 version for them, how should I configure the compilation for it?

Edited by CodeLikeCXK
Posted
1 hour ago, CodeLikeCXK said:

I see, so if I could find windows arm64 version for them, how should I configure the compilation for it?

Sorry, I'm afraid this question is too vague for me to answer. It's all about the VC++ solution, if you intend to use Visual Studio. All the dependencies need to compile against that new platform, the produced binaries can then be linked with the main application and DLLs.

Posted
27 minutes ago, greebo said:

Sorry, I'm afraid this question is too vague for me to answer. It's all about the VC++ solution, if you intend to use Visual Studio. All the dependencies need to compile against that new platform, the produced binaries can then be linked with the main application and DLLs.

I see

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent Status Updates

    • nbohr1more

      TDM is now in the Top 100 for Mod of the Year! Please vote again: https://www.moddb.com/mods/the-dark-mod
      · 1 reply
    • snatcher

      Author of the Visible Player Hands mod: please come forth and collect a round of applause!
      · 2 replies
    • nbohr1more

      Holiday TDM Moddb article is now up: https://www.moddb.com/mods/the-dark-mod/news/happy-holidays-from-the-dark-mod
      · 0 replies
    • nbohr1more

      Cool thing: Thanksgiving break means I don't have to get my son up before dawn

      Not cool thing: My son stays up all night on my PC so I don't get much TDM time...
      · 3 replies
    • datiswous

      Does anyone know if the mission/map in this video posted by @Springheel can still be found somewhere and played? Looks like fun.
       
      · 2 replies
×
×
  • Create New...