Code Monkey home page Code Monkey logo

vulkan-xd's Introduction

vulkan-xd

Open in Visual Studio Code License Size

Higher-dimensional renderer implemented in Vulkan. This is mainly a reseach project.

Currently only Ubuntu is actively supported, however you might be able to run it on other Linux distributions.

Documentation will be available in the future.

Dependencies

Linux

Ubuntu

Install these dependencies:

wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-1.2.198-focal.list https://packages.lunarg.com/vulkan/1.2.198/lunarg-vulkan-1.2.198-focal.list
sudo apt update && sudo apt install vulkan-sdk mesa-common-dev libglfw3 libglfw3-dev libglm-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxxf86vm-dev git clang

Install Bazel. Example using npm:

sudo apt install npm && sudo npm install -g @bazel/bazelisk

Download the project:

git clone https://github.com/OliverKovacs/vulkan-xd && cd vulkan-xd && git submodule update --recursive --init

Build the project:

bazel build //src/main:main

Run:

bazel run //src/main:main

Other distros

Repeat the steps above according to the distribution you are using. You will have to find out which packages you need to install to access the required headers. Download links:

Windows

Windows is currently not supported, altough it could still work if you somehow manage to get all the dependencies working.

Acknowledgements

The basic Vulkan boilerplate code is largely based on Alexander Overvoorde's Vulkan Tutorial.

Author

Oliver Kovacs

License

MIT

vulkan-xd's People

Contributors

oliverkovacs 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.