how to do these graphics
-
I found this web page from the digg site: Paul Ford: What Is Code? | Bloomberg[^] Scroll down a ways and there is a rather cool interactive graphics showing logic circuits with lows and highs flowing through. I think it is really cool. What language is good for creating this type of a display?
Thank you for your time
-
I found this web page from the digg site: Paul Ford: What Is Code? | Bloomberg[^] Scroll down a ways and there is a rather cool interactive graphics showing logic circuits with lows and highs flowing through. I think it is really cool. What language is good for creating this type of a display?
Thank you for your time
Looks like JavaScript: "<script src="modules/circuit/circuit.js"></script>"
My CodeProject Articles :: Our forgotten astronomic heritage :: My website.
"Sorry, buddy, but this mission counts on everyone being as silent as possible, and your farts are just too much of a wildcard." - Korra to Meelo, "Kuvira's Gambit" -
I found this web page from the digg site: Paul Ford: What Is Code? | Bloomberg[^] Scroll down a ways and there is a rather cool interactive graphics showing logic circuits with lows and highs flowing through. I think it is really cool. What language is good for creating this type of a display?
Thank you for your time
bkelly13 wrote:
What language is good for creating this type of a display?
It's not really the language, it's more that you have access to graphics subsystem. You could tweak FlowSharp[^] to do something like this. ;) Marc
V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
Looks like JavaScript: "<script src="modules/circuit/circuit.js"></script>"
My CodeProject Articles :: Our forgotten astronomic heritage :: My website.
"Sorry, buddy, but this mission counts on everyone being as silent as possible, and your farts are just too much of a wildcard." - Korra to Meelo, "Kuvira's Gambit"