-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runs slowly on integrated graphics cards #18
Comments
What GPU and CPU? |
GPU: Intel HD Graphics 3000 8GB of RAM |
Sorry man, but it's not gonna get very far with an Intel 3000. I tried on 2014-11-05 15:10 GMT+01:00 Ivoah [email protected]:
|
Bummer :( |
Because basically everything is done on the GPU. Every screen pixel has a ray that is traced into the space individually untill it collides with something. It's a very different technique from traditional games and very expensive. Maybe the shaders can be optimized further, but I think @cnlohr has to look into that. |
Hmm, okay. |
Runs at about 10 FPS on Mac OS X Yosemite
The text was updated successfully, but these errors were encountered: