Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulo-d2000/frameraster
https://github.com/paulo-d2000/frameraster
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulo-d2000/frameraster
- Owner: Paulo-D2000
- Created: 2024-01-25T14:21:15.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-12T00:27:22.000Z (11 months ago)
- Last Synced: 2024-02-12T04:20:08.180Z (11 months ago)
- Language: C++
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`