Readit News logoReadit News
onirom commented on Easy Forth (2015)   skilldrick.github.io/easy... · Posted by u/pkilgore
nottwo · 3 months ago
This is fun!

I was going to try to draw a circle but was missing sin/sqrt. Then I thought of using a lookup table but got stumped.

Do you have any pointers for drawing a circle?

I'm looking at demo #4 (https://susam.net/fxyt.html#XYpTN1srN255pTN1sqD) to see where the circular shapes are coming from.

Have you seen Forth Haiku? https://forthsalon.appspot.com/

onirom · 3 months ago
doesn't need to be accurate, could do something like this (distance + treshold) :

https://susam.net/fxyt.html#XN128dXN128dpYN128dYN128dpsN4096...

smaller with dup :

https://susam.net/fxyt.html#XN128dDpYN128dDpsN4096lN255pC

circles pattern : https://susam.net/fxyt.html#XDpYDpsN8qN3riN255pC

PS: fun tool !

onirom commented on Generating the Alphabet   amygoodchild.com/blog/gen... · Posted by u/freediver
nuancebydefault · 2 years ago
I like that idea and the way it was implemented. It reduces a font to its design and then executes the design, an excellent compression technique. I think there are plenty more applications to that idea. For example, in stead of transferring bitmaps showing pictures pixel by pixel, describe the picture using vector graphics (coordinates) or even a more basic description of those vectors.
onirom · 2 years ago
Somewhat related but this can go pretty low in amount of code (and data) with a bit of design, here is some experiments and details on the generation of monospace blocky font with very low amount of data (data is encoded into bitfield) and how to style it through simple operators or algorithms such as diffusion curves, the aim was slightly different as it focus on using smallest amount of CPU instructions : https://www.onirom.fr/wiki/blog/25-09-2022_tiny_bitfield_bas...
onirom commented on A circuit simulator that doesn't look like it was made in 2003   withdiode.com/projects/62... · Posted by u/malerba118
onirom · 3 years ago
Is there some tools like this which can simulate old school stuff such as magnetic core memory ?
onirom commented on Highres Spectrograms with the DFT Shift Theorem   soundshader.github.io/hss... · Posted by u/ssgh
efnx · 5 years ago
I love this and have been looking for a program that's like Photoshop for sound.
onirom · 5 years ago
There is Photosounder which have excellent sound quality (all edit is in frequency domain and it then convert back)

For free there is also Virtual ANS and https://www.fsynth.com on the more experimental side (conversion is done raw using additive synthesis, phase information is lost so sound quality is affected)

onirom commented on Show HN: Oscillator Bank / Spectral Synthesizer driven by graphics data   fsynth.com/... · Posted by u/onirom
nkozyra · 5 years ago
I can't get the server to connect when attempting to try, but the demo youtube is extremely cool.
onirom · 5 years ago
Are you on Linux ? There is a known issue on Linux with the server running in background when you launch the AppImage directly (by clicking on it) so it is actually launched but you can't see it and if you launch it a second time it will fail to listen because the port is already busy with the first one, the AppImage must be launched in a terminal.

u/onirom

KarmaCake day180January 22, 2017View Original