Skip to content

brummer10/knobmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knobmake

create horizontal knob frames with cairo

example knobmake knobmake

build with:

gcc -g knob_make.c -lm pkg-config --cflags --libs cairo -o knobmake

gcc -g knob_view.c -lX11 pkg-config --cflags --libs cairo -o knobview

then run, for example:

./knobmake 150 101

to create a knob and try it in it's own window.

To create a new knob, you need to edit the source of knob_make.c,

rebuild knobmake and re-run it to check out your changes.

About

create knobs with cairo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages