Skip to content
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

running on raspi #46

Open
micuat opened this issue Jul 17, 2018 · 8 comments
Open

running on raspi #46

micuat opened this issue Jul 17, 2018 · 8 comments

Comments

@micuat
Copy link
Contributor

micuat commented Jul 17, 2018

it seems freeliner works out of the box as long as full kms is enabled. ref:
https://pi.processing.org/technical/#experimental-graphics

I will do more tests on framerate and stuff... my idea is to make a raspi-freeliner box image so you plug it into a beamer, mouse/keyboard and works when powered + use wifi hotspot to connect tablet etc for control

@maxdee
Copy link
Owner

maxdee commented Jul 17, 2018

awesome!
You might want to look at the Config.pde file and the rendering pipeline option. Basically the lightweight one has two fixed rendering layers, one with tracers and one without. The other is the modular one with shaders and all.

  // Pick your rendering pipeline,
  // 0 is lightest, best for older hardware
  // 1 is fancy, but only good with newer hardware
final int RENDERING_PIPELINE = 1;

Also looks like this could be a good point to do a "release" :P
Let me know when you want to make the image and I will try to fix bugs before then.

@micuat
Copy link
Contributor Author

micuat commented Jul 17, 2018

nice. I just noticed that fullscreen(...) crashes. maybe I need to find other ways to hide the title bar

@micuat
Copy link
Contributor Author

micuat commented Jul 17, 2018

seems like it's just an issue with resolution. it shouldn't go higher than 720p. I need to set the resolution of raspi but config.txt is not working for me so I will look into it later

@micuat
Copy link
Contributor Author

micuat commented Jul 20, 2018

I ended up using xrandr command to change resolution after boot. I have an image ready but it's basically a dd of 32 gb micro sd so I need to find a way to shrink it...

@dovinmu
Copy link

dovinmu commented Oct 10, 2019

Hmm, Installing it on a Raspberry 3 with 4.9, I get an error that it can't find spout. Is there some part of the code that thinks I'm running on Windows and looks for that library?

@micuat
Copy link
Contributor Author

micuat commented Oct 10, 2019 via email

@maxdee
Copy link
Owner

maxdee commented Oct 11, 2019

Oh hello Rowan ! I was fixing #47 and maybe forgot to comment the lines again. Whatever is up now should work!

@dovinmu
Copy link

dovinmu commented Oct 22, 2019

Hey Max! Yep that was it, thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants