Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 708 Bytes

File metadata and controls

15 lines (9 loc) · 708 Bytes
uid getting-started-intro

Getting Started

This is a short walkthrough describing how to set up a simple graphical application using Veldrid. The next few sections will introduce chunks of the of the application piece-by-piece for clarity. The finished product is available in the Veldrid Samples repository.

Part 1: Creating a Window and GraphicsDevice, and setting up a main loop

Part 2: Creating graphics resources

Part 3: Drawing a quad, and resource cleanup

Final Image