Hi all,
ive made a particle system from tutorials, it worked and tried to implement full screen option to it with this tutorial openFrameworks tutorial series - episode 023 - fullscreen - YouTube
all 3 (fullscreen) options gave same result when entering the fullscreen: the screen went “blank”, distorted and not working.
Then i tried to copy all files from (domestikaApps/FinalProject at main · paul-ferragut/domestikaApps · GitHub) repo for the project to see if it was working and to some how to find solution from there. I made 2 classes for that (particle and vectorField) and they worked fine until i tried to enter fullscreen mode (when on run mode). Same result: the screen went “blank”, distorted and not working.
I also “scanned” my laptop with intel "software to see if there were some drivers etc to be updated, nada…
Could someone give some advice where to start troubleshooting? Im lost with this one.
Thank you in advance.