Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.47 KB

File metadata and controls

48 lines (31 loc) · 1.47 KB

DemoFramework 6.5.1 Window

To main document

Table of contents

Demo applications

Window

Demonstrates how to use the Freestyle window project type to create a window for use with Vulkan.

Then renders a simple triangle to it.

The triangle rendering code is based on a sample by Norbert Nopper from VKTS Examples VKTS_Sample02 Recreated as a DemoFramework freestyle window sample in 2016.

Just shows how to create a native window using the FslNativeWindow library.

This can be used to develop support for a new platform.

Window.System

Demonstrates how to receive various input events and logs information about them to the log.

This can also be used to do some basic real time tests of the input system when porting the framework to a new platform.