openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

The Great Android Update - Updated 2024 #8020

Closed danoli3 closed 5 months ago

danoli3 commented 5 months ago

The Great Android Update [Updated 2024]

2024

Android Studio Latest and Android Studio Preview working

Most of this work was completed as apart of Super Hexagon Android Port and is active and live (super stable) Big ups @TerryCavanagh

2021 / 2022 Gradle Updated Build Gradle 7.0.0 / 7.10.0

Performance increased so much (13ms->2ms same code in tests)!

https://drive.google.com/file/d/1XBKfqZedQOy_UoW3HXCZ21q0-KXN1v77/view?usp=share_link Extract the libs from zip into openFrameworks/libs/ *

Or download via download_latest_libs.sh in scripts/android/

[ ] Merge issues identified (it was huge rebase merge)

danoli3 commented 5 months ago

Okay I see some of the merged contains libs so I'll figure out what happened there with @tctr and redo this one! On the path

tctr commented 5 months ago

Hey great work ! Yes, sorry for convenience I had added some libs in my fork !

tctr commented 5 months ago

yes this is this commit : c45a85017cca485f7d8ec525c4411 where I added the libs manually and not using download_libs.sh. This commit can be easily removed with interactive rebase. I can do it if you prefer.

image

Also I've got a commit dbf8f55f0fcf666494233bbbe5b where all the .gitignore are deleted. It should also be removed I guess !