05-20-2015, 04:29 PM
"Top secret".... none of that plz... every time I have seen that people always end up saying "I have an idea and I have no idea HOW it will work"
So plz explain... not like anyone will take the idea, if they do they will give u credit, if it's due.
Also in MC a GPU is pretty much the same as a Video card... both require mass parellelization and specialized cores, if you want some pictures or slight animations. I HIGHLY recommend doing Sprite Mapping.
Sound won't be able to react fast enough for a "ball hitting the paddle in pong", unless it's dedicated pong hardware... in fact you won't be able to even get user input to react fast enough unless ur ball moves at like a pixel every second.. MC CPU interrupt response isn't great, at all. Best guess is a keyboard press can be processed in about 2-3 seconds, way to long to do any game requiring reaction time (pong).
And Redstone lag is caused my lighting updates.. but it's also highly effect by the number of blocks needing an update In general, like a repeater or wire changing states.
And RAM is only useful in MC CPUs if u can directly access it.. if you can't it's just external storage
So plz explain... not like anyone will take the idea, if they do they will give u credit, if it's due.
Also in MC a GPU is pretty much the same as a Video card... both require mass parellelization and specialized cores, if you want some pictures or slight animations. I HIGHLY recommend doing Sprite Mapping.
Sound won't be able to react fast enough for a "ball hitting the paddle in pong", unless it's dedicated pong hardware... in fact you won't be able to even get user input to react fast enough unless ur ball moves at like a pixel every second.. MC CPU interrupt response isn't great, at all. Best guess is a keyboard press can be processed in about 2-3 seconds, way to long to do any game requiring reaction time (pong).
And Redstone lag is caused my lighting updates.. but it's also highly effect by the number of blocks needing an update In general, like a repeater or wire changing states.
And RAM is only useful in MC CPUs if u can directly access it.. if you can't it's just external storage