Skip to content

A "minimal" example of a Vulkan rainbow triangle in Odin with GLFW.

Notifications You must be signed in to change notification settings

10aded/Odin-Vulkan-GLFW-Rainbow-Triangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan Rainbow Triangle in Odin with GLFW

This is a "minimal" example of a Vulkan app in Odin which renders a rainbow triangle.

Screenshot

Build

The code in rainbow-triangle.odin can be compiled and ran from a terminal with the SINGLE command:

odin run rainbow-triangle.odin -file -o:speed

The code can be compiled and ran in debug mode with

odin run rainbow-triangle.odin -file -debug

which in particular (by default) prints out information throughout the setup process.

Summary of writing this program

Screenshot

About

A "minimal" example of a Vulkan rainbow triangle in Odin with GLFW.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published