Giter Club home page Giter Club logo

vulkan-sxs's Introduction

A woefully incomplete attempt to explore and/or explain the Vulkan API step by step.

The aim is to be careful(/pedantic) about correctness, so the code should work robustly on all conformant GPU drivers.

Currently that aim is probably not achieved. I'm certainly not an expert and I'm learning as I go along, so I might do things completely wrong. Suggestions for corrections are welcome.

Steps

Each directory has some code and documentation. The vague plan is that each step will use and explain some new feature in a very explicit way, and then the next step will try to abstract away the details from the previous step and move on to some other new feature.

  • 01-step: Creating a device.
  • 02-???: TODO.

Building

mkdir build
cd build
cmake .. -G "Visual Studio 14 2015 Win64"

Currently only tested in VS2015, though it'd probably be worth supporting VS2013 too. Intended to work on Linux, but not tested there yet.

License

All code and documentation can be used under the MIT License.

vulkan-sxs's People

Contributors

philiptaylor avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.