Skip to content

pro-anon/typewriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plays a typewriter key sound on every key press.

Dependencies

  • X11
  • SDL2, SDL2_mixer sudo pacman -S sdl2 sdl2_mixer

I've tried it with Zig version 0.11.0-dev.2336+5b82b4004.

Command to run

zig run typewriter.zig -lc -lX11 -lSDL2 -lSDL2_mixer

Command to build

zig build-exe typewriter.zig -lc -lX11 -lSDL2 -lSDL2_mixer

Ubuntu 20.04 focal notes:

On ubuntu you can install the edge version of zig by doing:

sudo snap install zig --edge --classic

Then after install the -dev packages in the dependencies list, you're going to have to do:

zig build-exe typewriter.zig -I/usr/include/SDL2 -lc -lX11 -lSDL2 -lSDL2_mixer
typewriter.webm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages