CrossWindow Demos Save

🥪 Examples of how to use CrossWindow for things like rendering graphics, listening to events, etc.

Project README

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.

Open Source Agenda is not affiliated with "CrossWindow Demos" Project. README Source: alaingalvan/CrossWindow-Demos

Open Source Agenda Badge

Open Source Agenda Rating