Skip to content

Test VulkanSceneGraph installation with this Hello World project. It is possible to render `.vsgt` files this way.

Notifications You must be signed in to change notification settings

fnardmann/vsg-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World project for VulkanSceneGraph

The teapot.vsgt file comes in the original from the vsgExamples project.

Installation (Linux)

https://packages.lunarg.com/#

# Ubuntu 20.04 - vulkan 1.3.231
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.3.231-focal.list https://packages.lunarg.com/vulkan/1.3.231/lunarg-vulkan-1.3.231-focal.list
sudo apt update
sudo apt install vulkan-sdk

Run

mkdir build
cd build
cmake ..
make
./main

Screenshot from 2023-01-30 19-32-15

About

Test VulkanSceneGraph installation with this Hello World project. It is possible to render `.vsgt` files this way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published