-
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
Add CMake support #11
base: allegro5
Are you sure you want to change the base?
Conversation
Bring Allegro5 into Dev
…n done This is to make sure we only flip when the screen has actually updated. This removed the flicker on my laptop.
…er_removal Double buffer flicker removal
Merge allegro5 port into master
@karjonas do you think it would be possible to extend this compilation process to include the raspberry pi version? Is the an opportunity to have a single code base for both PC & Pi versions? My knowledge of cmake is pretty limited but based on what you have created, it looks possible, albeit there is a challenge that only allegro 5.0 is available via apt on the Pi and a minimum of 5.2 (preferably 5.2.2) is required. |
I have not tried it on a Pi but I think if you have all the prerequisite libraries installed it should work out of the box. |
Copy assets folder to destination to be able to run from compile directory
This adds support for compiling using cmake as well as instructions for windows and ubuntu.