Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

calebarg/vkcalc

Repository files navigation

vkcalc

Entire calculator inside a compute shader using vulkan graphics api.

Limitations:

  • Integer arithmetic only
  • No grouping operators
  • No error handling
  • Only supports linux

Usage

vkcalc "expr"

Build instructions

./build_linux.sh && glslc vkcalc.comp -o compute.spv compile platform and shader code

About

Entire calculator inside a compute shader using vulkan graphics api.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published