-
Notifications
You must be signed in to change notification settings - Fork 2
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
Compile example error #4
Comments
Indeed, thanks! This should be fixed now. |
now i got this error: thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: "Couldn\'t find any pixel format that matches the criterias."', /checkout/src/libcore/result.rs:906:4
note: Run with `RUST_BACKTRACE=1` for a backtrace. maybe i got a old GPU |
Hmm sounds like a piston error? I don't have much experience with it. |
yeah i got the same error, dont worry i think is a Opengl problem. thanks!!! |
Considering the (very low) graphical requirements of this simulator, I'd be open to considering more compatible output engines. |
yeah maybe sdl2 or sfml. The non graphical simulator works fine and the code is very clean. |
Hi Nice package!!!
compiling with :
cargo run --example basic
i tried to solve without success
The text was updated successfully, but these errors were encountered: