Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Microsoft Windows integration?
#3
(12-10-2020, 05:34 PM)megamarc Wrote: Hi,

I don't quite understand what you mean with a "native win32 application". When you compile a program that uses Tilengine with Visual Studio or mingw32, the resulting executable is a native win32 application, you cannot run in under linux or in a raspberry. The generated window is a native win32 window too.

Hi, well in the docs it uses a built-in tilengine function to make a window without invoking win32 api functions, but
afaict the docs say you can use the tilengine with any operating system to render to their native windows.
For instance  
Code:
HWND window;
CreateWindowExW();
using the HWND surface as the render target instead of the tileengines
Code:
TLN_createwindow()
In other words setting up the win32 app like normal but then just using the tilengine to render. I thought
the docs say you can use tilengine as a slave renderer?
I was under the impression it was used much like Vulkan in that you can use a win32 surface and then make a compatible surface with vulkan to render to.
Reply


Messages In This Thread
RE: Microsoft Windows integration? - by megamarc - 12-10-2020, 05:34 PM
RE: Microsoft Windows integration? - by constructworker - 12-11-2020, 12:02 PM
RE: Microsoft Windows integration? - by System64 - 12-11-2020, 12:49 PM
RE: Microsoft Windows integration? - by megamarc - 12-11-2020, 04:39 PM
RE: Microsoft Windows integration? - by System64 - 12-11-2020, 10:58 PM
RE: Microsoft Windows integration? - by megamarc - 12-11-2020, 11:44 PM
RE: Microsoft Windows integration? - by System64 - 12-11-2020, 11:59 PM
RE: Microsoft Windows integration? - by megamarc - 12-12-2020, 12:24 AM
RE: Microsoft Windows integration? - by System64 - 12-12-2020, 12:53 AM
RE: Microsoft Windows integration? - by megamarc - 12-12-2020, 01:09 AM
RE: Microsoft Windows integration? - by System64 - 12-12-2020, 01:38 AM
RE: Microsoft Windows integration? - by megamarc - 12-12-2020, 01:48 AM
RE: Microsoft Windows integration? - by System64 - 12-12-2020, 01:57 AM
RE: Microsoft Windows integration? - by megamarc - 12-12-2020, 02:41 AM
RE: Microsoft Windows integration? - by megamarc - 12-12-2020, 04:49 PM

Forum Jump:


Users browsing this thread: 5 Guest(s)