Heroes of OpenMW

Feel free to discuss here about news on our blog
Naugrim
Posts: 172
Joined: 08 Jan 2016, 01:32
Location: Spain

Re: Heroes of OpenMW

Post by Naugrim »

For those interested in learning to code, I'd like to ask that learning a language for the sake of it may not work for everyone.
Try to think what do you want to do and then choose your tool. Do you want to do web, games, mobile apps, sys-admin, hardware stuff, etc.

Also, keep in mind that courses usually cover the syntax and part of the standard APIs. But to be proficient you need to learn about frameworks, IDE's, extra libraries, ...So, a course is just the beginning :)
sg1efc
Posts: 84
Joined: 16 Nov 2012, 02:35

Re: Heroes of OpenMW

Post by sg1efc »

Cool advice, Thanks Naugrim. Wish this forum had a "thumb's up" or "plus 1" so I can click on it. :)
eksu
Posts: 1
Joined: 08 Nov 2016, 22:40

Re: Heroes of OpenMW

Post by eksu »

Maybe if we're talking about scrawl's health, it should be under a pen name, rather than 'DestinedToDie'. :o
User avatar
MiroslavXO
Posts: 107
Joined: 13 Feb 2016, 01:07

Re: Heroes of OpenMW

Post by MiroslavXO »

Just out of curiosity, can OpenMW be coded with C#? Was watching some beginners tutorials to remind myself what I was taught in the first year of college long time ago.
User avatar
psi29a
Posts: 5355
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Heroes of OpenMW

Post by psi29a »

MiroslavXO wrote:Just out of curiosity, can OpenMW be coded with C#? Was watching some beginners tutorials to remind myself what I was taught in the first year of college long time ago.
Only if you switch the entire code-base over to C# like what was done from going D to C++.

The easiest route is to learn C++ in order to contribute.

There are ways to invoke C# code in C++:
https://stackoverflow.com/questions/778 ... ode-from-c

But does OpenMW really need that extra level of complication?
Post Reply