All Projects → eschao → android-PageFlip-JNI

eschao / android-PageFlip-JNI

Licence: Apache-2.0 License
JNI library of Page Flip

Programming Languages

C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to android-PageFlip-JNI

Android Pageflip
3D Style Page Flip on Android
Stars: ✭ 1,668 (+11814.29%)
Mutual labels:  opengl-es, reading-program, flip-animating
PhoneVR
Use Steam VR-enabled applications with your phone as HMD (Head-mounted display). The only Open-Source solution to similar commercial packages like VRidge, iVRy, Trinus etc etc.
Stars: ✭ 178 (+1171.43%)
Mutual labels:  jni, opengl-es
Camera2GLPreview
Android camera preview application using Camera2 API and OpenGL ES/Vulkan
Stars: ✭ 140 (+900%)
Mutual labels:  jni, opengl-es
NativeGL demo
此程序使用android native代码实现EGL,并使用SurfaceView作为OpenGL绘图窗口。即可提高图形渲染性能,又可使用java层定义的图形界面
Stars: ✭ 43 (+207.14%)
Mutual labels:  jni
redcube
JS renderer based on GLTF to WebGPU or WebGL backends.
Stars: ✭ 86 (+514.29%)
Mutual labels:  opengl-es
jvm-dump-proxy
A proxy DLL for Windows to dump JVM classes at JNI level
Stars: ✭ 53 (+278.57%)
Mutual labels:  jni
gradle-native
The home of anything about Gradle support for natively compiled languages
Stars: ✭ 36 (+157.14%)
Mutual labels:  jni
android-openssl
OpenSSL build for Android (arm, armv7, x86)
Stars: ✭ 69 (+392.86%)
Mutual labels:  jni
Little-Ruler
A game engine that can be built for Android and Windows.
Stars: ✭ 16 (+14.29%)
Mutual labels:  opengl-es
flutter gl
cross-platform call OpenGL API by Dart through dart:ffi. Provides OpenGL with Texture Widget on Flutter.
Stars: ✭ 111 (+692.86%)
Mutual labels:  opengl-es
traceroute-for-android
traceroute for android
Stars: ✭ 60 (+328.57%)
Mutual labels:  jni
Serious-Sam-Android
Porting of Serious Sam: The Second Encounter for android
Stars: ✭ 49 (+250%)
Mutual labels:  opengl-es
jni-bind
JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++17 (and up).
Stars: ✭ 42 (+200%)
Mutual labels:  jni
narcissus
A library for bypassing all of Java's security mechanisms, visibility checks, and encapsulation measures via the JNI API
Stars: ✭ 27 (+92.86%)
Mutual labels:  jni
imgui-java
JNI based binding for Dear ImGui
Stars: ✭ 270 (+1828.57%)
Mutual labels:  jni
android-webrtc-aecm
An acoustic echo cancellation for android, based on webrtc aecm algorithms
Stars: ✭ 24 (+71.43%)
Mutual labels:  jni
jcrfsuite
Java interface for CRFsuite: http://www.chokkan.org/software/crfsuite/
Stars: ✭ 44 (+214.29%)
Mutual labels:  jni
AndroidScreenRecordAndCrop
A simple demo to demonstrate how to record screen using MediaProjectionManager and crop the video using OpenGL ES when recording on Android. Also record audio from microphone.
Stars: ✭ 50 (+257.14%)
Mutual labels:  opengl-es
SignatureVerificationDemo
Android 使用jni校验应用签名sha1值,防止so文件逆向盗用
Stars: ✭ 111 (+692.86%)
Mutual labels:  jni
jni
V wrapper around the C Java Native Interface
Stars: ✭ 15 (+7.14%)
Mutual labels:  jni

PageFlip JNI

An Android library of 3D style page flip. It needs OpenGL 2.0!

For Java version, please visit: android-PageFlip

Installation

Gradle

Add it to your build.gradle with:

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}

and:

dependencies {
    compile 'com.github.eschao:android-PageFlip-JNI:1.0'
}

License

This project is licensed under the Apache License Version 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].