-
Notifications
You must be signed in to change notification settings - Fork 304
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
Out of the window #8
Comments
You need to have a FULL HD monitor (1920 x 1028). We might add resize ability at some moment. |
Same problem for me, I have an HD monitor (768x1366, Intel HD Graphics) but window goes out of bounds... |
try download directly from the repository |
Is is ask too much for a 1366x766 or configurable screen settings executable? Edit:
|
The problem is not just the screen size, I have hard coded many numbers to visualize the model, GUI controls. Changing the screen size would require changing all these numbers too. Hard coding numbers is a very bad programming habit but I didn't expect this program to get this traction to care about my coding style 🤦♂️ |
I have now made the screen size for the C++ version to be 1600 x 900 so it is a bit friendlier for those who don't have Full+HD monitors |
the pull request I made will make the cpp version of the code dynamically resizable. it's actually a very simple 2 lines patch: aed94d1 |
Hello,
When I run particle_life.exe, the simulation is out of the window. I only see a quarter of the simulation, as if the app thinks my screen is bigger than it really is. How I can fix it ?
Thank you in advance,
Jules
The text was updated successfully, but these errors were encountered: