Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulo-d2000/frameraster


https://github.com/paulo-d2000/frameraster

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# FrameRaster

![img](image.png)

Program Screenshot

#### Deps Setup (Linux x86_64)

Install X11 deps...

`sudo apt install libxi-dev libcursor-dev libxinerama-dev`

Install vulkan tools and try running `vulkan_info`, then `vkcube`. If successfull your machine supports Vulkan, proceed...

`sudo apt install vulkan-tools`

Install the Vulkan library...

`sudo apt install libvulkan-dev`

Then install spirv-tools

`sudo apt install vulkan-validationlayers-dev spirv-tools`

#### Build

`git clone https://github.com/Paulo-D2000/FrameRaster.git --recursive`\
`cd FrameRaster`\
`mkdir build`\
`cd build`\
`cmake ..`\
`make`