Giter Site home page Giter Site logo

ludusvulkus's Introduction

LudusVulkus

An experimental Vulkan game engine developed to give me more experience in Vulkan, and to experiment with graphical techniques.

Current Progress

I've been following the tutorial here to build up the initial engine. There are two scenes so far:

The Vulkan3D scene is coming along well, now featuring support for depth buffers! Sample shown below (image from here):

A triangle engine is also included as a seperate scene - build it yourself now to get the true triangular experience! Sample screenshot of the experience shown below:

Building

Right now the recommended way of building is through Visual Studio. The solution files are included so it should run out the box. To setup manually, you'll need to install and add these to your Additional Include Directories:

  • VulkanSDK (tested with 1.3.261.1)
  • GLFW (tested with 3.3.8)
  • GLM (tested with 0.9.9.8)
  • STB (stb_image.h) (tested with 2.28)
  • Boost (tested with 1.82)

You'll also need these as Additional Dependancies:

  • vulkan-1.lib
  • glfw3.lib

And you'll need to add the include directories for each of the above libraries. You'll also need Python to run the shader compilation script, and to update the script with your Vulkan SDK path

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.