Click here to Skip to main content
15,908,661 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Cross platform tooling opinions Pin
Eddy Vluggen8-Nov-19 1:38
professionalEddy Vluggen8-Nov-19 1:38 
GeneralRe: Cross platform tooling opinions Pin
Mario Luis7-Nov-19 21:35
Mario Luis7-Nov-19 21:35 
GeneralRe: Cross platform tooling opinions Pin
RickZeeland7-Nov-19 22:20
mveRickZeeland7-Nov-19 22:20 
GeneralRe: Cross platform tooling opinions Pin
CodeWraith8-Nov-19 0:25
CodeWraith8-Nov-19 0:25 
PraiseRe: Cross platform tooling opinions Pin
RickZeeland8-Nov-19 0:30
mveRickZeeland8-Nov-19 0:30 
GeneralRe: Cross platform tooling opinions Pin
CodeWraith8-Nov-19 4:17
CodeWraith8-Nov-19 4:17 
GeneralRe: Cross platform tooling opinions Pin
RickZeeland8-Nov-19 6:31
mveRickZeeland8-Nov-19 6:31 
GeneralRe: Cross platform tooling opinions Pin
CodeWraith8-Nov-19 12:33
CodeWraith8-Nov-19 12:33 
The problem is that DirectX needs a Win32 window as a rendering target. WinForm controls are based on Win32 windows, so they can be used for that. Getting a rendering engine to run in a control opens many cans of worms in performance, thread synchronization and communication. That single control is a bottleneck in every respect.

WPF controls are not based on Win32, so you must open a separate window and make it pretend to belong to the UI. The result is almost funny, especially when you move the entire WPF form around and the Win32 window tries to catch up with it to get back into its position. It also can disappear behind the form. And you also get a similar bottleneck, this time with the object that represents the Win32 window.

In the end these are just hacks
I have lived with several Zen masters - all of them were cats.

His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.

GeneralRe: Cross platform tooling opinions Pin
harold aptroot8-Nov-19 2:05
harold aptroot8-Nov-19 2:05 
GeneralSad day... the borg (the dumber one) still lives.... Pin
charlieg7-Nov-19 17:12
charlieg7-Nov-19 17:12 
GeneralRe: Sad day... the borg (the dumber one) still lives.... Pin
Jörgen Andersson7-Nov-19 19:36
professionalJörgen Andersson7-Nov-19 19:36 
GeneralRe: Sad day... the borg (the dumber one) still lives.... Pin
dandy728-Nov-19 3:27
dandy728-Nov-19 3:27 
GeneralRe: Sad day... the borg (the dumber one) still lives.... Pin
Jörgen Andersson8-Nov-19 3:29
professionalJörgen Andersson8-Nov-19 3:29 
GeneralRe: Sad day... the borg (the dumber one) still lives.... Pin
CodeWraith7-Nov-19 20:50
CodeWraith7-Nov-19 20:50 
GeneralRe: Sad day... the borg (the dumber one) still lives.... Pin
OriginalGriff7-Nov-19 20:55
mveOriginalGriff7-Nov-19 20:55 
GeneralRe: Sad day... the borg (the dumber one) still lives.... Pin
CodeWraith7-Nov-19 21:06
CodeWraith7-Nov-19 21:06 
GeneralIs age 54 too old to start out in a new career as a video game tester? Pin
swampwiz7-Nov-19 16:32
swampwiz7-Nov-19 16:32 
GeneralRe: Is age 54 too old to start out in a new career as a video game tester? Pin
PIEBALDconsult7-Nov-19 16:38
mvePIEBALDconsult7-Nov-19 16:38 
GeneralRe: Is age 54 too old to start out in a new career as a video game tester? Pin
Pandu Rang7-Nov-19 19:42
Pandu Rang7-Nov-19 19:42 
GeneralRe: Is age 54 too old to start out in a new career as a video game tester? Pin
Super Lloyd7-Nov-19 19:26
Super Lloyd7-Nov-19 19:26 
GeneralRe: Is age 54 too old to start out in a new career as a video game tester? Pin
kalberts7-Nov-19 20:49
kalberts7-Nov-19 20:49 
GeneralRe: Is age 54 too old to start out in a new career as a video game tester? Pin
glennPattonWork37-Nov-19 21:06
professionalglennPattonWork37-Nov-19 21:06 
GeneralRe: Is age 54 too old to start out in a new career as a video game tester? Pin
Daniel Pfeffer7-Nov-19 21:09
professionalDaniel Pfeffer7-Nov-19 21:09 
GeneralRe: Is age 54 too old to start out in a new career as a video game tester? Pin
kalberts7-Nov-19 22:13
kalberts7-Nov-19 22:13 
GeneralRe: Is age 54 too old to start out in a new career as a video game tester? Pin
HobbyProggy7-Nov-19 21:41
professionalHobbyProggy7-Nov-19 21:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.