I'll try to regularly answer tech questions here. Please only use the comment section for submitting questions.
tutorial
help
subframe
filt
ama
computer
60hz
electronics
electric
Comments
-
tylermg: For logic you have your FILT particle set to the tmp and ctype you want (This is the first input.), a bray with ctype then goes through the FILT(Second input). The bray which comes out the other end is your output.
-
how do i make FILT memory work with jump, jump if zero, jump if x
-
how do multipliers and dividers work in computers
-
how do i do logic with FILT? do i put aray on top and bottom, where does in and out go? how do you make an adder
-
NugsWorld: With FILT there's a few ways, all randomizers on the powder toy are pseudorandom though. You could use the FILT quartz scatter mode, or an XORshift algorithm.
-
@nugsworld mercury.
-
How do you make a randomizer?
-
thank you
-
tylermg: FILT logic functions in a sense that if you're doing an XOR, for example, it applies the logic only to corresponding bits. So in this case only the first bits influence eachother, only the two second bits influence eachother etc. Then if both FILT and incoming BRAY have ctype=1 and the FILT tmp=7 (XOR): 1 XOR 1 = 0 So the bit annihilates.
-
SkeletonNight: id:1382457 is a great demonstration!