Go to file
Mossfet 754776687c Removed binary, made program more hardware-independent, and created gitignore 2024-03-26 00:29:22 +00:00
shaders Initial commit 2023-03-17 23:00:47 +00:00
.gitignore Removed binary, made program more hardware-independent, and created gitignore 2024-03-26 00:29:22 +00:00
LICENSE Initial commit 2023-03-17 23:00:47 +00:00
Makefile Initial commit 2023-03-17 23:00:47 +00:00
README.md Initial commit 2023-03-17 23:00:47 +00:00
main.cpp Removed binary, made program more hardware-independent, and created gitignore 2024-03-26 00:29:22 +00:00

README.md

This is a metaballs project I worked on for fun, with the Vulkan library. It was tested for a pretty weak Chromebook, and is totally broken on most other systems. I might go back to fix it, but I'm looking to do new projects.

The code here was based on the code (and knowledge) from the Vulkan Tutorial website, the code of which has kindly been licensed under the CC0. This project is licensed under the GPLv3 or later.