Giter Site home page Giter Site logo

vkfw's Introduction

vkfw

Thin Vulkan Helpers library. This library contain seperate helpers for different kind of tasks:

  1. vk_utils.h/vk_utils.cpp -- Vulkan Initialization helpers and general purpose functions.
  2. vk_buffer.h/vk_buffer.cpp -- Create buffers, assign them to memory.
  3. vk_copy.h/vk_copy.cpp -- Copying data (CPU <=> GPU) interface and implementation.
  4. vk_compute_pipeline.h/vk_compute_pipeline.cpp --- create compute pipelines from SPIR-V shaders.
  5. vk_graphics_pipeline.h/vk_graphics_pipeline.cpp --- create graphics pipelines from SPIR-V shaders and states desc.
  6. vk_program.h/vk_program.cpp -- create and manage descriptor sets by 'ProgramBindings' helper.
  7. vk_texture.h/vk_texture.cpp -- working with textures, 'BaseTexture2D', 'RenderableTexture2D'.
  8. vk_quad.h/vk_quad.cpp -- full screen quad ('FSQuad') and full screen triangle ('QuadRenderer').

Acknowledgements

We sincerely thank Huawei for the great project during which this framework was created and for the special permittion to open source code of vkfw at early stage for the educational purposes which we got at 10.03.2021.

These source code was created during Moscow State University (MSU) and Huawei cooperation. Under the terms of this cooperation 'vkfw' framework become open source after 28.12.2022. However, Huawei allows to use that for educational and non-commercial purposes after 10.03.2021.

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.