Keyboard Image Mapper (KIM)
Simple webapp that maps images to keys to display them upon keypress. Intended to make animating to a rythm more natural.
- Create a new folder in kim/projects and name it whatever you'd like.
- For each frame, copy and paste it in the folder created previously, and assign it to a key by using the file name. Ex: Image for A key would be a.png.
- run
node kim/server/index.js
and go to localhost:3000 in your browser of choice - Enter the name of the folder you created in the project text field and load.
- Press keys and enjoy.
This is a PROOF OF CONCEPT program. It is not intended to be polished nor easily usable. It was created for a very niche use case and will break with improper user input.