stepmania / stepmania

Advanced rhythm game for Windows, Linux and OS X. Designed for both home and arcade use.
https://www.stepmania.com/
1.86k stars 444 forks source link

Introduce cmake support for Android #623

Open cybik opened 9 years ago

cybik commented 9 years ago

Try to bring Android support using https://github.com/taka-no-me/android-cmake to integrate with upstream cmake adoption.

wolfman2000 commented 9 years ago

I do not have an Android device, but if you are able to get it to work, more power to you.

cybik commented 9 years ago

This is just for tracking and to keep this task in my face. I had a non-cmake-based compile stack running a while ago; this will get it "in sync" with mainline.

:)

cybik commented 9 years ago

Two follow-ups

  1. The development for this has been migrated to https://github.com/cybik/stepmania/ (usually https://github.com/cybik/stepmania/tree/android_over_508 but the branch can change) in order to not plague Travis with too many builds
  2. The thing compiles properly now, but the linkage is being painful (at best).
NullVoxPopuli commented 7 years ago

any updates on this? I think it would be great to have on the nvidia shield

cybik commented 7 years ago

Haven't touched this in months, my branch suffers of bitrot. Might take another gander at it, I've learned a couple of things about the proper use of the graphics contexts and may have discovered an easy audio library (if my opensles code is broken af, which it most likely totally is)