at0mic Posted July 23, 2017 Posted July 23, 2017 Let’s start with a primer to some of the techniques used to maintain an optimal frame rate when displaying computer game graphics. Games consoles such as the PS4, Xbox One and PC aren’t powerful enough to render a whole city in 3D. Instead, they only render what’s currently onscreen. Furthermore, only the camera facing sides of objects are rendered. The sides you can’t see only exist as calculations without any substance, ready to be rendered as your character moves through the game. This process is called hidden surface removal. Sometimes, objects are removed from view completely, like if a car drives past a trash can, there’s no need for the trash can to be rendered while it’s obscured from view. This process is called occlusion culling. Now back to the real world. The Double-slit experiment first performed in 1927 by Davisson and Germer showed that light and matter are waves, yet become matter when observed. Science can’t answer why quantum physics behaves this way. The only explanation that comes to my mind is that it’s to save processing power. To quote Galileo Galilei “Mathematics is the language in which God has written the universe”. A mathematics driven universe is perfect for a computer.
Sensei Posted July 23, 2017 Posted July 23, 2017 Small correction, double-slit experiment was the first time performed by Thomas Young around 1800. https://en.wikipedia.org/wiki/Young's_interference_experiment Davisson and Germer in 1927 just did version for electrons. https://en.wikipedia.org/wiki/Davisson–Germer_experiment
LabRat1 Posted July 24, 2017 Posted July 24, 2017 I didn't really understand your question. And shouldn't it be the other way round, that virtual games imitate (or should I say recreate) reality? 2
EdEarl Posted July 24, 2017 Posted July 24, 2017 Scientists do not know why the universe is mathematical, but it is marvelous.
at0mic Posted July 24, 2017 Author Posted July 24, 2017 6 hours ago, LabRat1 said: I didn't really understand your question. And shouldn't it be the other way round, that virtual games imitate (or should I say recreate) reality? I was referring to the similarities of how it works in the background at the quantum level. To me, it suggests that the universe may be running on a computer. Especially being such a mathematical universe.
nec209 Posted July 24, 2017 Posted July 24, 2017 (edited) 10 hours ago, LabRat1 said: I didn't really understand your question. And shouldn't it be the other way round, that virtual games imitate (or should I say recreate) reality? I think OP is advocating computer simulated universe or holographic universe base on the very strange nature of quantum mechanics being similar to computer game or computer. Edited July 24, 2017 by nec209
LabRat1 Posted July 25, 2017 Posted July 25, 2017 19 hours ago, at0mic said: I was referring to the similarities of how it works in the background at the quantum level. To me, it suggests that the universe may be running on a computer. Especially being such a mathematical universe. Well the universe to an extent does work on mathematics, in harmony with physics and chemistry.
DrP Posted July 25, 2017 Posted July 25, 2017 It has been said already.... but reality behaves like a 3D game because 3D games are modelled on reality. I first thought we might be in a program when I was a child and learnt a little BASIC programming. When I read - "let there be light" I imagined it as a definition in a programming line (as LET was a command in BASIC to define things). Pure imagination though.
imatfaal Posted July 26, 2017 Posted July 26, 2017 20 hours ago, DrP said: It has been said already.... but reality behaves like a 3D game because 3D games are modelled on reality. I first thought we might be in a program when I was a child and learnt a little BASIC programming. When I read - "let there be light" I imagined it as a definition in a programming line (as LET was a command in BASIC to define things). Pure imagination though. 2 And I guess that means all religion resolves down to a question/debate about whether we have processed the 20 PRINT "Hello World" program line yet?
DanTrentfield Posted August 14, 2017 Posted August 14, 2017 In a way, games are like universes: Rules affect outcomes, outcomes determine what is and isn't, there is matter, there is energy. So it shouldn't be surprising that our 'reality' as you put it, resembles a game. If you support the theory of parallel universes, there is a universe that is exactly the same as any given game you can think of. Therefore Skyrim exists as a parallel universe, as does Final Fantasy 7, and even Mario. Even if the theory of parallel universes is indeed true, the likelihood of existing in one of these parallel universes is equal to one in infinity, however one in infinity is still one out of a number.
Strange Posted August 15, 2017 Posted August 15, 2017 On 23/07/2017 at 9:53 PM, at0mic said: The Double-slit experiment first performed in 1927 by Davisson and Germer showed that light and matter are waves, yet become matter when observed. It doesn't show any such thing.
OldChemE Posted August 17, 2017 Posted August 17, 2017 3D games are not like reality-- but close. Computer programming does not produce any effect that is truly random-- while reality does. Computers can be programmed to simulate random behavior sufficient to fool the users, but code still follows rules.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now