Skip to content

Latest commit

History

History
56 lines (33 loc) 路 1.71 KB

readme.md

File metadata and controls

56 lines (33 loc) 路 1.71 KB

CrossWindow Demos

cmake-img License

A variety of demos showcasing how to use CrossWindow to build cross platform applications.

Getting Started

First install Git, then open any terminal such as Hyper in any folder and type:

# 馃悜 Clone the repo
git clone https://github.com/alaingalvan/crosswindow-demos --recurse-submodules

# 馃捒 go inside the folder
cd crosswindow-demos

# 馃懐 If you forget to `recurse-submodules` you can always run:
git submodule update --init

# 馃敿 Go inside any demo, like for instance the Hello Triangle folder:
cd src/04-cross-platform-hello-triangle/

Demos

Window Creation

A basic example showing how to create a window.

Events

An example using every possible event in CrossWindow.

Open / Save / Alert Dialogs

Creating open / save dialogs for grabbing files. Creating alert messages for warnings, errors, or confirmations in your application.

Cross Platform Hello Triangle

Hello Triangle Cover Image

An example showcasing the rendering of a simple triangle in every modern graphics API (Vulkan / DirectX 12 / DirectX 11 / OpenGL / Metal) and operating system.