SUSaNOO
SUSaNOO
19 / 4
11th May 2023
5th July
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

  • SUSaNOO
    SUSaNOO
    16th Jun 2023
    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.
  • tylermg
    tylermg
    16th Jun 2023
    how do i make FILT memory work with jump, jump if zero, jump if x
  • tylermg
    tylermg
    16th Jun 2023
    how do multipliers and dividers work in computers
  • tylermg
    tylermg
    16th Jun 2023
    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
  • SUSaNOO
    SUSaNOO
    16th Jun 2023
    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.
  • tylermg
    tylermg
    15th Jun 2023
    @nugsworld mercury.
  • I_am_the_NugsWorld
    I_am_the_NugsWorld
    15th Jun 2023
    How do you make a randomizer?
  • Ingot
    Ingot
    11th Jun 2023
    thank you
  • SUSaNOO
    SUSaNOO
    11th Jun 2023
    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.
  • SUSaNOO
    SUSaNOO
    11th Jun 2023
    SkeletonNight: id:1382457 is a great demonstration!