• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

General (Non FS) Development Questions - Looking at Some Software

Messages
144
Hi guys,

These questiosn do not specifically apply to FS, but I will be using them for FS development :)

I am looking at a couple of bits of software, and would appreciate any feedback on them or any alternatives people can offer before I make my decision (unlike when I am buying FS addons, I am VERY selective about development software ;) ).

1) Help and Manual - this looks like a pretty good help compiler, and has the ability to publish to all sorts of formats from single source. Is it any good? Are there any alternatives?

2) I am slowly getting into GDI+, and GDI+ Architect from MRGSoft is now freeware! It looks pretty good for learning how code is used to generate images. Are there any other GDI+ code generators out there? Neodynamic ImageDraw SDK also looks appealing, but may be a bit heavyweight for my needs...

Thanks!

Martin
 
One thing to think about if you are planning something new is whether to use GDI+ or WPF. WPF is the future I think and there is a lot more help out there now on how to use it.

I use a graphics engine at the moment based on GDI+ but at some point I will replace the presentation layer on ADE with WPF.
 
It's funny, but I never considered using WPF for things like aircraft displays (I am talking outside of FS...). I haven't looked too much into it to be honest.

As CLR 3 (and 3.5) is available for XP as well, maybe I should look into it.

Damn, now I'm gonna have to buy more of those big thick programming books :D

M
 
Back
Top