Example

Synth Oscilloscope with sprite character encoding

3

SP4CEBAR 2022-08-02 13:35

It encodes half a period of the sine into characters, and then it puts it into a sprite, and then it repeats that sprite, this approach doesn't take as much processing power, but it can still draw waves


was8bit 2022-08-02 16:06

If you tap or drag oddly it creates breaks yielding oscillations strings... they look really cool though :)


SP4CEBAR 2022-08-02 20:46

It's the BG looping around


SP4CEBAR 2022-08-02 20:48

In this version I added four more wave types:
The wave types are:
- SINE
- TRIANGLE
- SAWTOOTH
- SQUARE (not yet PULSE)
- NOISE

all waves move by an offset


SP4CEBAR 2022-08-03 20:06

Fixed the user input


Log in to reply.