Brandon's Semiconductor Simulator
11–20 of 32 posts
Re: Brandon's Semiconductor Simulator
#12Re: Brandon's Semiconductor Simulator
#13Fun. I am reminded of the long forgotten Zachtronics semiconductor game “KOHCTPYKTOP: Engineer of the People” [1] [1] https://www.zachtronics.com/kohctpyktop-engineer-of-the-peop...
https://web.archive.org/web/20160305205215/http://www.zachtr...
Re: Brandon's Semiconductor Simulator
#14Fun. I am reminded of the long forgotten Zachtronics semiconductor game “KOHCTPYKTOP: Engineer of the People” [1] [1] https://www.zachtronics.com/kohctpyktop-engineer-of-the-peop...
Did you know that archive supports old Flash games like this via the Ruffle Flash emulator? https://web.archive.org/web/20160305205215/http://www.zachtr...
Re: Brandon's Semiconductor Simulator
#15Fun. I am reminded of the long forgotten Zachtronics semiconductor game “KOHCTPYKTOP: Engineer of the People” [1] [1] https://www.zachtronics.com/kohctpyktop-engineer-of-the-peop...
Re: Brandon's Semiconductor Simulator
#16Amazing work feels very similar to Paul Falstad page https://www.falstad.com/emstatic/index.html . This really needs a WebGPU port. Multigrid on a GPU is moderately easy.
The similarity is likely not a coincidence! > (c) Brandon Li, 2025. Ported to Javascript with the help of Paul Falstad.
Re: Brandon's Semiconductor Simulator
#17When spice simulation isn't deep enough... Very educational to show how circuit elements work "under the hood"...for example the LC example doesn't use an L element and a C element as building blocks, but rather it is the two metal plates in close contact which form the bulk of the circuit's capacitance and it is the loop of metal itself which form the inductance.
I also wonder why the simulator only allows to show E and D fields, and not H and B.
Re: Brandon's Semiconductor Simulator
#18Re: Brandon's Semiconductor Simulator
#19Re: Brandon's Semiconductor Simulator
#20Earlier quoted context omitted.
The similarity is likely not a coincidence! > (c) Brandon Li, 2025. Ported to Javascript with the help of Paul Falstad.
Brandon here. I was very much inspired by Falstad's applets. I had him take a look at my simulation and he generously offered to make a JS port.