Reminds me of Dr Katz animation: https://youtu.be/CWaNSfkWb6s I believe they called their technique wobblevision.
Wobblepaint
11–20 of 70 posts
Re: Wobblepaint
#12could anyone explain what this means "BTW I had no idea CTRL+key and TAB had their own ORD values" I did a search but got nothing useful.
When a key is pressed, a key-code can be read from your program to detect the event and the associated key.
Pressing 2 keys (as described in this case it seems) has it's own key-code, instead of a combination of the 2 key-codes for each individual key.
For example CTRL could have key-code ==> 0008 And 'TAB' could have a key-code ==> 0002 But pressing CTRL+tab ==> 1010
Re: Wobblepaint
#13could anyone explain what this means "BTW I had no idea CTRL+key and TAB had their own ORD values" I did a search but got nothing useful.
Possibly this: When a key is pressed, a key-code can be read from your program to detect the event and the associated key. Pressing 2 keys (as described in this case it seems) has it's own key-code, instead of a combination of the 2 key-codes for each individual key. For example CTRL could have key-code ==> 0008 And 'TAB' could have a key-code ==> 0002 But pressing CTRL+tab ==> 1010
Re: Wobblepaint
#14Re: Wobblepaint
#15This is awesome! I should really check out the PICO-8, or maybe something similar but open-source.
Re: Wobblepaint
#16Who would have thought some wobble would add so much to the experience. This is wonderful and I don't think it would be half as good if it didn't wobble.
Re: Wobblepaint
#17That's one of these ideas I wish I had come up with. It sounds fun to program, fun to use and even potentially useful to make cutesy gifs. I wasn't familiar with PICO8, it seems to effectively be a faux-retro console emulator that you can use as a sandbox to build programs (that can then be exported to a web player, which is quite nifty): https://en.wikipedia.org/wiki/Pico-8 Unfortunately it's a proprietary platform.
I haven't tried it out so I can't speak to the quality of it but there's the LIKO-12 as a free alternative: https://liko-12.github.io
Re: Wobblepaint
#18Reminds me of Dr Katz animation: https://youtu.be/CWaNSfkWb6s I believe they called their technique wobblevision.
Re: Wobblepaint
#19Who would have thought some wobble would add so much to the experience. This is wonderful and I don't think it would be half as good if it didn't wobble.