Giter VIP home page Giter VIP logo

tram's Introduction

TRAM

Tram is a personal project where I try to implement Vulkan as the main renderer API. This project is intended for personal studies only.

Pre-requisites

This project is configured to build x64 applications only. No need to configure x86 (32 bits) settings or packages.

External Dependencies

  • Vulkan SDK: Download and install the latest Vulkan SDK if you don't have it yet.
  • GLFW: For window management, GLFW is required.
  • GLM: The GLM is a header only library used for mathematical operations.

Configuring Visual Studio

Open the solution, right click Tram.Engine project and choose Properties.

Include directories

Make sure you have the following entries under C/C++ > General > Additional Include Directories:

E:\GLFW\glfw-3.3.3.bin.WIN64\include;E:\GLM\include;$(VULKAN_SDK)\Include;

Replace the E:\GLFW\glfw-3.3.3.bin.WIN64 and E:\GLM\ with the path to your GLFW/GLM install/download folder respectively.

Library directories

Under Linker > General > Additional Library Directories, check if the GLFW and Vulkan lib dirs are defined:

E:\GLFW\glfw-3.3.3.bin.WIN64\lib-vc2019;$(VULKAN_SDK)\Lib;

Again, replace the E:\GLFW\glfw-3.3.3.bin.WIN64 with the path to your GLFW install/download folder.

Aditional Dependencies

Lastly, under Linker > Input, check if the following entries are present:

vulkan-1.lib;glfw3.lib;

tram's People

Contributors

eduardojonssen avatar

Watchers

James Cloos avatar  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.