Text.jpeg

By The Emerald Derp Leader

A program that uses sin waves to create a pattern of text. You can choose you own waves by modifying the array size, WAVECOUNT, and changing the information stored in WAVES. The first dimension indicates wave index. The second stores the waves values. 0 is the magnitude of the waves, 1 is the offset, and 2 is the frequency. The sum of the absolute values of the magnitudes must not be greater than 1!

Current setting create the pattern >SSC8>C8((

Display:
– The second number is always the current time value divided by pi
– Without input, the first print is a character resulting from the function
– When pressing A, the first print is the character’s numeric code
– When pressing B, the first print is the decimal value that creates the numeric code

Technically, it would be possible for this program to generate the code of itself if you gave it the right wavelengths; although, I don’t know how to create a fourier transform generator to create the waves for that. However, getting the code to generate the data that generates itself would still a significant roadblock.

Get LowRes Coder to use this program.

Play homegrown retro games and program your own!