zenith391 / numworks-rasterizer

Fast rasterizer for the NumWorks calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NumWorks Rasterizer

External app for NumWorks made in Zig and based on https://github.com/numworks/epsilon-sample-app-cpp

Running on your calculator

Make sure you have NodeJS installed first

  1. Connect your calculator
  2. As for most Zig projects, you only need to execute
zig build run -Drelease-fast

(-Drelease-fast is recommended even in debug for the app to run at reasonable speed)

About

Fast rasterizer for the NumWorks calculator

License:MIT License


Languages

Language:Zig 100.0%