• Stars
    star
    295
  • Rank 140,902 (Top 3 %)
  • Language
    Java
  • Created almost 11 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OriSim3D origami folding simulation on Android with openGL.

OriSim3D

OriSim3D origami folding simulation on Android with OpenGL 2.0. Work in progress... Before refactoring main.

This application is published on Google Play https://play.google.com/store/apps/details?id=rk.or.android

Android SDK is now in /Users/login/Library/Android/sdk My personal keys are just above this project directory. You won't find my personal signing keys in this repository ;-) app/build.gradle reference them as signingConfigs { release { storeFile file('../../../keystore.properties') } debug { storeFile file('../../../.android/debug.keystore') } } Signed APK a in /Users/remi/git/OriSim3D-Android/app/release