├── CHANGES.md ├── LICENSE ├── README.md ├── include └── VG │ ├── openvg.h │ ├── vgext.h │ ├── vgplatform.h │ └── vgu.h ├── lib ├── android │ ├── arm64-v8a │ │ ├── gle │ │ │ └── standalone │ │ │ │ ├── libAmanithVG-JNI.so │ │ │ │ └── libAmanithVG.so │ │ └── sre │ │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ └── libAmanithVG.so │ ├── armeabi-v7a │ │ ├── gle │ │ │ └── standalone │ │ │ │ ├── libAmanithVG-JNI.so │ │ │ │ └── libAmanithVG.so │ │ └── sre │ │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ └── libAmanithVG.so │ ├── x86 │ │ ├── gle │ │ │ └── standalone │ │ │ │ ├── libAmanithVG-JNI.so │ │ │ │ └── libAmanithVG.so │ │ └── sre │ │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ └── libAmanithVG.so │ └── x86_64 │ │ ├── gle │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ └── libAmanithVG.so │ │ └── sre │ │ └── standalone │ │ ├── libAmanithVG-JNI.so │ │ └── libAmanithVG.so ├── ios │ └── ub │ │ ├── gle │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.a │ │ │ └── libAmanithVG.a │ │ └── sre │ │ └── standalone │ │ ├── libAmanithVG-JNI.a │ │ └── libAmanithVG.a ├── linux │ ├── aarch64 │ │ ├── gle │ │ │ └── standalone │ │ │ │ ├── libAmanithVG-JNI.so │ │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ │ ├── libAmanithVG.so │ │ │ │ ├── libAmanithVG.so.6 │ │ │ │ └── libAmanithVG.so.6.0.2 │ │ └── sre │ │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ ├── libAmanithVG.so │ │ │ ├── libAmanithVG.so.6 │ │ │ └── libAmanithVG.so.6.0.2 │ ├── arm-gnueabi-v7a │ │ ├── gle │ │ │ └── standalone │ │ │ │ ├── libAmanithVG-JNI.so │ │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ │ ├── libAmanithVG.so │ │ │ │ ├── libAmanithVG.so.6 │ │ │ │ └── libAmanithVG.so.6.0.2 │ │ └── sre │ │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ ├── libAmanithVG.so │ │ │ ├── libAmanithVG.so.6 │ │ │ └── libAmanithVG.so.6.0.2 │ ├── arm-gnueabi │ │ ├── gle │ │ │ └── standalone │ │ │ │ ├── libAmanithVG-JNI.so │ │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ │ ├── libAmanithVG.so │ │ │ │ ├── libAmanithVG.so.6 │ │ │ │ └── libAmanithVG.so.6.0.2 │ │ └── sre │ │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ ├── libAmanithVG.so │ │ │ ├── libAmanithVG.so.6 │ │ │ └── libAmanithVG.so.6.0.2 │ ├── arm-gnueabihf-v6 │ │ ├── gle │ │ │ └── standalone │ │ │ │ ├── libAmanithVG-JNI.so │ │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ │ ├── libAmanithVG.so │ │ │ │ ├── libAmanithVG.so.6 │ │ │ │ └── libAmanithVG.so.6.0.2 │ │ └── sre │ │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ ├── libAmanithVG.so │ │ │ ├── libAmanithVG.so.6 │ │ │ └── libAmanithVG.so.6.0.2 │ ├── mips64el │ │ ├── gle │ │ │ └── standalone │ │ │ │ ├── libAmanithVG-JNI.so │ │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ │ ├── libAmanithVG.so │ │ │ │ ├── libAmanithVG.so.6 │ │ │ │ └── libAmanithVG.so.6.0.2 │ │ └── sre │ │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ ├── libAmanithVG.so │ │ │ ├── libAmanithVG.so.6 │ │ │ └── libAmanithVG.so.6.0.2 │ ├── mipsel │ │ ├── gle │ │ │ └── standalone │ │ │ │ ├── libAmanithVG-JNI.so │ │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ │ ├── libAmanithVG.so │ │ │ │ ├── libAmanithVG.so.6 │ │ │ │ └── libAmanithVG.so.6.0.2 │ │ └── sre │ │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ ├── libAmanithVG.so │ │ │ ├── libAmanithVG.so.6 │ │ │ └── libAmanithVG.so.6.0.2 │ ├── ppc64el │ │ ├── gle │ │ │ └── standalone │ │ │ │ ├── libAmanithVG-JNI.so │ │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ │ ├── libAmanithVG.so │ │ │ │ ├── libAmanithVG.so.6 │ │ │ │ └── libAmanithVG.so.6.0.2 │ │ └── sre │ │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ ├── libAmanithVG.so │ │ │ ├── libAmanithVG.so.6 │ │ │ └── libAmanithVG.so.6.0.2 │ ├── x86 │ │ ├── gle │ │ │ └── standalone │ │ │ │ ├── libAmanithVG-JNI.so │ │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ │ ├── libAmanithVG.so │ │ │ │ ├── libAmanithVG.so.6 │ │ │ │ └── libAmanithVG.so.6.0.2 │ │ └── sre │ │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ ├── libAmanithVG.so │ │ │ ├── libAmanithVG.so.6 │ │ │ └── libAmanithVG.so.6.0.2 │ └── x86_64 │ │ ├── gle │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ ├── libAmanithVG.so │ │ │ ├── libAmanithVG.so.6 │ │ │ └── libAmanithVG.so.6.0.2 │ │ └── sre │ │ └── standalone │ │ ├── libAmanithVG-JNI.so │ │ ├── libAmanithVG-JNI.so.6 │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ ├── libAmanithVG-MT-JNI.so │ │ ├── libAmanithVG-MT-JNI.so.5 │ │ ├── libAmanithVG-MT-JNI.so.5.0.3 │ │ ├── libAmanithVG-MT.so │ │ ├── libAmanithVG-MT.so.5 │ │ ├── libAmanithVG-MT.so.5.0.3 │ │ ├── libAmanithVG.so │ │ ├── libAmanithVG.so.6 │ │ └── libAmanithVG.so.6.0.2 ├── macosx │ └── ub │ │ ├── gle │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.6.0.2.dylib │ │ │ ├── libAmanithVG-JNI.6.dylib │ │ │ ├── libAmanithVG-JNI.dylib │ │ │ ├── libAmanithVG.6.0.2.dylib │ │ │ ├── libAmanithVG.6.dylib │ │ │ └── libAmanithVG.dylib │ │ └── sre │ │ └── standalone │ │ ├── libAmanithVG-JNI.6.0.2.dylib │ │ ├── libAmanithVG-JNI.6.dylib │ │ ├── libAmanithVG-JNI.dylib │ │ ├── libAmanithVG.6.0.2.dylib │ │ ├── libAmanithVG.6.dylib │ │ └── libAmanithVG.dylib ├── qnx │ ├── armv7-le │ │ ├── gle │ │ │ └── standalone │ │ │ │ ├── libAmanithVG-JNI.so │ │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ │ ├── libAmanithVG.so │ │ │ │ ├── libAmanithVG.so.6 │ │ │ │ └── libAmanithVG.so.6.0.2 │ │ └── sre │ │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ ├── libAmanithVG.so │ │ │ ├── libAmanithVG.so.6 │ │ │ └── libAmanithVG.so.6.0.2 │ └── x86 │ │ ├── gle │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.so │ │ │ ├── libAmanithVG-JNI.so.6 │ │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ │ ├── libAmanithVG.so │ │ │ ├── libAmanithVG.so.6 │ │ │ └── libAmanithVG.so.6.0.2 │ │ └── sre │ │ └── standalone │ │ ├── libAmanithVG-JNI.so │ │ ├── libAmanithVG-JNI.so.6 │ │ ├── libAmanithVG-JNI.so.6.0.2 │ │ ├── libAmanithVG.so │ │ ├── libAmanithVG.so.6 │ │ └── libAmanithVG.so.6.0.2 ├── windows │ ├── x86 │ │ ├── gle │ │ │ └── standalone │ │ │ │ ├── libAmanithVG-JNI.dll │ │ │ │ ├── libAmanithVG.a │ │ │ │ ├── libAmanithVG.def │ │ │ │ ├── libAmanithVG.dll │ │ │ │ └── libAmanithVG.lib │ │ └── sre │ │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.dll │ │ │ ├── libAmanithVG.a │ │ │ ├── libAmanithVG.def │ │ │ ├── libAmanithVG.dll │ │ │ └── libAmanithVG.lib │ └── x86_64 │ │ ├── gle │ │ └── standalone │ │ │ ├── libAmanithVG-JNI.dll │ │ │ ├── libAmanithVG.a │ │ │ ├── libAmanithVG.def │ │ │ ├── libAmanithVG.dll │ │ │ └── libAmanithVG.lib │ │ └── sre │ │ └── standalone │ │ ├── libAmanithVG-JNI.dll │ │ ├── libAmanithVG.a │ │ ├── libAmanithVG.def │ │ ├── libAmanithVG.dll │ │ └── libAmanithVG.lib └── windowsce │ └── arm-v7a │ ├── gle │ └── standalone │ │ ├── libAmanithVG.a │ │ ├── libAmanithVG.def │ │ ├── libAmanithVG.dll │ │ └── libAmanithVG.lib │ └── sre │ └── standalone │ ├── libAmanithVG.a │ ├── libAmanithVG.def │ ├── libAmanithVG.dll │ └── libAmanithVG.lib └── tutorials ├── 01_setup ├── CMake │ ├── checkSystem.cmake │ ├── fix-bundle.cmake │ └── toolchain │ │ ├── ios_ub.cmake │ │ ├── linux_armv5.cmake │ │ ├── linux_armv6hf.cmake │ │ ├── linux_armv7.cmake │ │ ├── linux_armv8.cmake │ │ ├── linux_mips.cmake │ │ ├── linux_mips64.cmake │ │ ├── linux_ppc64.cmake │ │ ├── linux_x86.cmake │ │ ├── linux_x86_64.cmake │ │ ├── osx_ub.cmake │ │ ├── win_x86.cmake │ │ └── win_x86_64.cmake ├── CMakeLists.txt ├── README.md ├── platform │ ├── android │ │ ├── .gitignore │ │ ├── app │ │ │ ├── .gitignore │ │ │ ├── build.gradle │ │ │ ├── proguard-rules.pro │ │ │ ├── sdktools.gradle │ │ │ └── src │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ ├── com │ │ │ │ │ └── mazatech │ │ │ │ │ │ └── amanithvg │ │ │ │ │ │ └── tutorial01 │ │ │ │ │ │ ├── Tutorial.java │ │ │ │ │ │ ├── TutorialActivity.java │ │ │ │ │ │ └── TutorialView.java │ │ │ │ └── javax │ │ │ │ │ └── microedition │ │ │ │ │ └── khronos │ │ │ │ │ └── openvg │ │ │ │ │ ├── AmanithVG.java │ │ │ │ │ ├── AmanithVGJNI.java │ │ │ │ │ ├── VG.java │ │ │ │ │ ├── VG101.java │ │ │ │ │ ├── VG11.java │ │ │ │ │ ├── VG11Ext.java │ │ │ │ │ ├── VGFont.java │ │ │ │ │ ├── VGHandle.java │ │ │ │ │ ├── VGImage.java │ │ │ │ │ ├── VGMaskLayer.java │ │ │ │ │ ├── VGPaint.java │ │ │ │ │ ├── VGPath.java │ │ │ │ │ ├── VGU.java │ │ │ │ │ ├── VGU101.java │ │ │ │ │ └── VGU11.java │ │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ └── error_view.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── bools.xml │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ ├── ios │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── ShaderTypes.h │ │ ├── View.h │ │ ├── View.m │ │ ├── ViewController.h │ │ ├── ViewController.m │ │ ├── icons │ │ │ ├── Icon-120.png │ │ │ ├── Icon-152.png │ │ │ ├── Icon-16.png │ │ │ ├── Icon-167.png │ │ │ ├── Icon-180.png │ │ │ ├── Icon-24.png │ │ │ ├── Icon-32.png │ │ │ ├── Icon-40.png │ │ │ ├── Icon-40@2x.png │ │ │ ├── Icon-40@3x.png │ │ │ ├── Icon-60.png │ │ │ ├── Icon-60@2x.png │ │ │ ├── Icon-60@3x.png │ │ │ ├── Icon-64.png │ │ │ ├── Icon-72.png │ │ │ ├── Icon-72@2x.png │ │ │ ├── Icon-76.png │ │ │ ├── Icon-76@2x.png │ │ │ ├── Icon-Small-40.png │ │ │ ├── Icon-Small-40@2x.png │ │ │ ├── Icon-Small-40@3x.png │ │ │ ├── Icon-Small-50.png │ │ │ ├── Icon-Small-50@2x.png │ │ │ ├── Icon-Small.png │ │ │ ├── Icon-Small@2x.png │ │ │ ├── Icon-Small@3x.png │ │ │ ├── Icon.png │ │ │ ├── Icon@2x.png │ │ │ └── Icon@3x.png │ │ ├── images │ │ │ ├── ipad │ │ │ │ ├── Default-Landscape@2x~ipad.png │ │ │ │ ├── Default-Landscape~ipad.png │ │ │ │ ├── Default-Portrait@2x~ipad.png │ │ │ │ └── Default-Portrait~ipad.png │ │ │ └── iphone │ │ │ │ ├── Default-568h@2x.png │ │ │ │ └── Default@2x.png │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── storyboards │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ ├── linux │ │ └── main.c │ ├── macosx │ │ ├── ShaderTypes.h │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── tutorial.icns │ └── win │ │ ├── main.c │ │ ├── manifest.xml │ │ ├── resource.h │ │ ├── tutorial.ico │ │ ├── tutorial.rc │ │ └── wglext.h └── src │ ├── tutorial_01.c │ └── tutorial_01.h ├── 02_lingrad ├── CMake │ ├── checkSystem.cmake │ ├── fix-bundle.cmake │ └── toolchain │ │ ├── ios_ub.cmake │ │ ├── linux_armv5.cmake │ │ ├── linux_armv6hf.cmake │ │ ├── linux_armv7.cmake │ │ ├── linux_armv8.cmake │ │ ├── linux_mips.cmake │ │ ├── linux_mips64.cmake │ │ ├── linux_ppc64.cmake │ │ ├── linux_x86.cmake │ │ ├── linux_x86_64.cmake │ │ ├── osx_ub.cmake │ │ ├── win_x86.cmake │ │ └── win_x86_64.cmake ├── CMakeLists.txt ├── README.md ├── platform │ ├── android │ │ ├── .gitignore │ │ ├── app │ │ │ ├── .gitignore │ │ │ ├── build.gradle │ │ │ ├── proguard-rules.pro │ │ │ ├── sdktools.gradle │ │ │ └── src │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ ├── com │ │ │ │ │ └── mazatech │ │ │ │ │ │ └── amanithvg │ │ │ │ │ │ └── tutorial02 │ │ │ │ │ │ ├── Tutorial.java │ │ │ │ │ │ ├── TutorialActivity.java │ │ │ │ │ │ └── TutorialView.java │ │ │ │ └── javax │ │ │ │ │ └── microedition │ │ │ │ │ └── khronos │ │ │ │ │ └── openvg │ │ │ │ │ ├── AmanithVG.java │ │ │ │ │ ├── AmanithVGJNI.java │ │ │ │ │ ├── VG.java │ │ │ │ │ ├── VG101.java │ │ │ │ │ ├── VG11.java │ │ │ │ │ ├── VG11Ext.java │ │ │ │ │ ├── VGFont.java │ │ │ │ │ ├── VGHandle.java │ │ │ │ │ ├── VGImage.java │ │ │ │ │ ├── VGMaskLayer.java │ │ │ │ │ ├── VGPaint.java │ │ │ │ │ ├── VGPath.java │ │ │ │ │ ├── VGU.java │ │ │ │ │ ├── VGU101.java │ │ │ │ │ └── VGU11.java │ │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ └── error_view.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── bools.xml │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ ├── ios │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── ShaderTypes.h │ │ ├── View.h │ │ ├── View.m │ │ ├── ViewController.h │ │ ├── ViewController.m │ │ ├── icons │ │ │ ├── Icon-120.png │ │ │ ├── Icon-152.png │ │ │ ├── Icon-16.png │ │ │ ├── Icon-167.png │ │ │ ├── Icon-180.png │ │ │ ├── Icon-24.png │ │ │ ├── Icon-32.png │ │ │ ├── Icon-40.png │ │ │ ├── Icon-40@2x.png │ │ │ ├── Icon-40@3x.png │ │ │ ├── Icon-60.png │ │ │ ├── Icon-60@2x.png │ │ │ ├── Icon-60@3x.png │ │ │ ├── Icon-64.png │ │ │ ├── Icon-72.png │ │ │ ├── Icon-72@2x.png │ │ │ ├── Icon-76.png │ │ │ ├── Icon-76@2x.png │ │ │ ├── Icon-Small-40.png │ │ │ ├── Icon-Small-40@2x.png │ │ │ ├── Icon-Small-40@3x.png │ │ │ ├── Icon-Small-50.png │ │ │ ├── Icon-Small-50@2x.png │ │ │ ├── Icon-Small.png │ │ │ ├── Icon-Small@2x.png │ │ │ ├── Icon-Small@3x.png │ │ │ ├── Icon.png │ │ │ ├── Icon@2x.png │ │ │ └── Icon@3x.png │ │ ├── images │ │ │ ├── ipad │ │ │ │ ├── Default-Landscape@2x~ipad.png │ │ │ │ ├── Default-Landscape~ipad.png │ │ │ │ ├── Default-Portrait@2x~ipad.png │ │ │ │ └── Default-Portrait~ipad.png │ │ │ └── iphone │ │ │ │ ├── Default-568h@2x.png │ │ │ │ └── Default@2x.png │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── storyboards │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ ├── linux │ │ └── main.c │ ├── macosx │ │ ├── ShaderTypes.h │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── tutorial.icns │ └── win │ │ ├── main.c │ │ ├── manifest.xml │ │ ├── resource.h │ │ ├── tutorial.ico │ │ ├── tutorial.rc │ │ └── wglext.h └── src │ ├── tutorial_02.c │ └── tutorial_02.h ├── 03_radgrad ├── CMake │ ├── checkSystem.cmake │ ├── fix-bundle.cmake │ └── toolchain │ │ ├── ios_ub.cmake │ │ ├── linux_armv5.cmake │ │ ├── linux_armv6hf.cmake │ │ ├── linux_armv7.cmake │ │ ├── linux_armv8.cmake │ │ ├── linux_mips.cmake │ │ ├── linux_mips64.cmake │ │ ├── linux_ppc64.cmake │ │ ├── linux_x86.cmake │ │ ├── linux_x86_64.cmake │ │ ├── osx_ub.cmake │ │ ├── win_x86.cmake │ │ └── win_x86_64.cmake ├── CMakeLists.txt ├── README.md ├── platform │ ├── android │ │ ├── .gitignore │ │ ├── app │ │ │ ├── .gitignore │ │ │ ├── build.gradle │ │ │ ├── proguard-rules.pro │ │ │ ├── sdktools.gradle │ │ │ └── src │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ ├── com │ │ │ │ │ └── mazatech │ │ │ │ │ │ └── amanithvg │ │ │ │ │ │ └── tutorial03 │ │ │ │ │ │ ├── Tutorial.java │ │ │ │ │ │ ├── TutorialActivity.java │ │ │ │ │ │ └── TutorialView.java │ │ │ │ └── javax │ │ │ │ │ └── microedition │ │ │ │ │ └── khronos │ │ │ │ │ └── openvg │ │ │ │ │ ├── AmanithVG.java │ │ │ │ │ ├── AmanithVGJNI.java │ │ │ │ │ ├── VG.java │ │ │ │ │ ├── VG101.java │ │ │ │ │ ├── VG11.java │ │ │ │ │ ├── VG11Ext.java │ │ │ │ │ ├── VGFont.java │ │ │ │ │ ├── VGHandle.java │ │ │ │ │ ├── VGImage.java │ │ │ │ │ ├── VGMaskLayer.java │ │ │ │ │ ├── VGPaint.java │ │ │ │ │ ├── VGPath.java │ │ │ │ │ ├── VGU.java │ │ │ │ │ ├── VGU101.java │ │ │ │ │ └── VGU11.java │ │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ └── error_view.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── bools.xml │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ ├── ios │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── ShaderTypes.h │ │ ├── View.h │ │ ├── View.m │ │ ├── ViewController.h │ │ ├── ViewController.m │ │ ├── icons │ │ │ ├── Icon-120.png │ │ │ ├── Icon-152.png │ │ │ ├── Icon-16.png │ │ │ ├── Icon-167.png │ │ │ ├── Icon-180.png │ │ │ ├── Icon-24.png │ │ │ ├── Icon-32.png │ │ │ ├── Icon-40.png │ │ │ ├── Icon-40@2x.png │ │ │ ├── Icon-40@3x.png │ │ │ ├── Icon-60.png │ │ │ ├── Icon-60@2x.png │ │ │ ├── Icon-60@3x.png │ │ │ ├── Icon-64.png │ │ │ ├── Icon-72.png │ │ │ ├── Icon-72@2x.png │ │ │ ├── Icon-76.png │ │ │ ├── Icon-76@2x.png │ │ │ ├── Icon-Small-40.png │ │ │ ├── Icon-Small-40@2x.png │ │ │ ├── Icon-Small-40@3x.png │ │ │ ├── Icon-Small-50.png │ │ │ ├── Icon-Small-50@2x.png │ │ │ ├── Icon-Small.png │ │ │ ├── Icon-Small@2x.png │ │ │ ├── Icon-Small@3x.png │ │ │ ├── Icon.png │ │ │ ├── Icon@2x.png │ │ │ └── Icon@3x.png │ │ ├── images │ │ │ ├── ipad │ │ │ │ ├── Default-Landscape@2x~ipad.png │ │ │ │ ├── Default-Landscape~ipad.png │ │ │ │ ├── Default-Portrait@2x~ipad.png │ │ │ │ └── Default-Portrait~ipad.png │ │ │ └── iphone │ │ │ │ ├── Default-568h@2x.png │ │ │ │ └── Default@2x.png │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── storyboards │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ ├── linux │ │ └── main.c │ ├── macosx │ │ ├── ShaderTypes.h │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── tutorial.icns │ └── win │ │ ├── main.c │ │ ├── manifest.xml │ │ ├── resource.h │ │ ├── tutorial.ico │ │ ├── tutorial.rc │ │ └── wglext.h └── src │ ├── tutorial_03.c │ └── tutorial_03.h ├── 04_congrad ├── CMake │ ├── checkSystem.cmake │ ├── fix-bundle.cmake │ └── toolchain │ │ ├── ios_ub.cmake │ │ ├── linux_armv5.cmake │ │ ├── linux_armv6hf.cmake │ │ ├── linux_armv7.cmake │ │ ├── linux_armv8.cmake │ │ ├── linux_mips.cmake │ │ ├── linux_mips64.cmake │ │ ├── linux_ppc64.cmake │ │ ├── linux_x86.cmake │ │ ├── linux_x86_64.cmake │ │ ├── osx_ub.cmake │ │ ├── win_x86.cmake │ │ └── win_x86_64.cmake ├── CMakeLists.txt ├── README.md ├── platform │ ├── android │ │ ├── .gitignore │ │ ├── app │ │ │ ├── .gitignore │ │ │ ├── build.gradle │ │ │ ├── proguard-rules.pro │ │ │ ├── sdktools.gradle │ │ │ └── src │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ ├── com │ │ │ │ │ └── mazatech │ │ │ │ │ │ └── amanithvg │ │ │ │ │ │ └── tutorial04 │ │ │ │ │ │ ├── Tutorial.java │ │ │ │ │ │ ├── TutorialActivity.java │ │ │ │ │ │ └── TutorialView.java │ │ │ │ └── javax │ │ │ │ │ └── microedition │ │ │ │ │ └── khronos │ │ │ │ │ └── openvg │ │ │ │ │ ├── AmanithVG.java │ │ │ │ │ ├── AmanithVGJNI.java │ │ │ │ │ ├── VG.java │ │ │ │ │ ├── VG101.java │ │ │ │ │ ├── VG11.java │ │ │ │ │ ├── VG11Ext.java │ │ │ │ │ ├── VGFont.java │ │ │ │ │ ├── VGHandle.java │ │ │ │ │ ├── VGImage.java │ │ │ │ │ ├── VGMaskLayer.java │ │ │ │ │ ├── VGPaint.java │ │ │ │ │ ├── VGPath.java │ │ │ │ │ ├── VGU.java │ │ │ │ │ ├── VGU101.java │ │ │ │ │ └── VGU11.java │ │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ └── error_view.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── bools.xml │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ ├── ios │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── ShaderTypes.h │ │ ├── View.h │ │ ├── View.m │ │ ├── ViewController.h │ │ ├── ViewController.m │ │ ├── icons │ │ │ ├── Icon-120.png │ │ │ ├── Icon-152.png │ │ │ ├── Icon-16.png │ │ │ ├── Icon-167.png │ │ │ ├── Icon-180.png │ │ │ ├── Icon-24.png │ │ │ ├── Icon-32.png │ │ │ ├── Icon-40.png │ │ │ ├── Icon-40@2x.png │ │ │ ├── Icon-40@3x.png │ │ │ ├── Icon-60.png │ │ │ ├── Icon-60@2x.png │ │ │ ├── Icon-60@3x.png │ │ │ ├── Icon-64.png │ │ │ ├── Icon-72.png │ │ │ ├── Icon-72@2x.png │ │ │ ├── Icon-76.png │ │ │ ├── Icon-76@2x.png │ │ │ ├── Icon-Small-40.png │ │ │ ├── Icon-Small-40@2x.png │ │ │ ├── Icon-Small-40@3x.png │ │ │ ├── Icon-Small-50.png │ │ │ ├── Icon-Small-50@2x.png │ │ │ ├── Icon-Small.png │ │ │ ├── Icon-Small@2x.png │ │ │ ├── Icon-Small@3x.png │ │ │ ├── Icon.png │ │ │ ├── Icon@2x.png │ │ │ └── Icon@3x.png │ │ ├── images │ │ │ ├── ipad │ │ │ │ ├── Default-Landscape@2x~ipad.png │ │ │ │ ├── Default-Landscape~ipad.png │ │ │ │ ├── Default-Portrait@2x~ipad.png │ │ │ │ └── Default-Portrait~ipad.png │ │ │ └── iphone │ │ │ │ ├── Default-568h@2x.png │ │ │ │ └── Default@2x.png │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── storyboards │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ ├── linux │ │ └── main.c │ ├── macosx │ │ ├── ShaderTypes.h │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── tutorial.icns │ └── win │ │ ├── main.c │ │ ├── manifest.xml │ │ ├── resource.h │ │ ├── tutorial.ico │ │ ├── tutorial.rc │ │ └── wglext.h └── src │ ├── tutorial_04.c │ └── tutorial_04.h ├── 05_pattern ├── CMake │ ├── checkSystem.cmake │ ├── fix-bundle.cmake │ └── toolchain │ │ ├── ios_ub.cmake │ │ ├── linux_armv5.cmake │ │ ├── linux_armv6hf.cmake │ │ ├── linux_armv7.cmake │ │ ├── linux_armv8.cmake │ │ ├── linux_mips.cmake │ │ ├── linux_mips64.cmake │ │ ├── linux_ppc64.cmake │ │ ├── linux_x86.cmake │ │ ├── linux_x86_64.cmake │ │ ├── osx_ub.cmake │ │ ├── win_x86.cmake │ │ └── win_x86_64.cmake ├── CMakeLists.txt ├── README.md ├── platform │ ├── android │ │ ├── .gitignore │ │ ├── app │ │ │ ├── .gitignore │ │ │ ├── build.gradle │ │ │ ├── proguard-rules.pro │ │ │ ├── sdktools.gradle │ │ │ └── src │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ ├── com │ │ │ │ │ └── mazatech │ │ │ │ │ │ └── amanithvg │ │ │ │ │ │ └── tutorial05 │ │ │ │ │ │ ├── Tutorial.java │ │ │ │ │ │ ├── TutorialActivity.java │ │ │ │ │ │ └── TutorialView.java │ │ │ │ └── javax │ │ │ │ │ └── microedition │ │ │ │ │ └── khronos │ │ │ │ │ └── openvg │ │ │ │ │ ├── AmanithVG.java │ │ │ │ │ ├── AmanithVGJNI.java │ │ │ │ │ ├── VG.java │ │ │ │ │ ├── VG101.java │ │ │ │ │ ├── VG11.java │ │ │ │ │ ├── VG11Ext.java │ │ │ │ │ ├── VGFont.java │ │ │ │ │ ├── VGHandle.java │ │ │ │ │ ├── VGImage.java │ │ │ │ │ ├── VGMaskLayer.java │ │ │ │ │ ├── VGPaint.java │ │ │ │ │ ├── VGPath.java │ │ │ │ │ ├── VGU.java │ │ │ │ │ ├── VGU101.java │ │ │ │ │ └── VGU11.java │ │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ └── error_view.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── bools.xml │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ ├── ios │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── ShaderTypes.h │ │ ├── View.h │ │ ├── View.m │ │ ├── ViewController.h │ │ ├── ViewController.m │ │ ├── icons │ │ │ ├── Icon-120.png │ │ │ ├── Icon-152.png │ │ │ ├── Icon-16.png │ │ │ ├── Icon-167.png │ │ │ ├── Icon-180.png │ │ │ ├── Icon-24.png │ │ │ ├── Icon-32.png │ │ │ ├── Icon-40.png │ │ │ ├── Icon-40@2x.png │ │ │ ├── Icon-40@3x.png │ │ │ ├── Icon-60.png │ │ │ ├── Icon-60@2x.png │ │ │ ├── Icon-60@3x.png │ │ │ ├── Icon-64.png │ │ │ ├── Icon-72.png │ │ │ ├── Icon-72@2x.png │ │ │ ├── Icon-76.png │ │ │ ├── Icon-76@2x.png │ │ │ ├── Icon-Small-40.png │ │ │ ├── Icon-Small-40@2x.png │ │ │ ├── Icon-Small-40@3x.png │ │ │ ├── Icon-Small-50.png │ │ │ ├── Icon-Small-50@2x.png │ │ │ ├── Icon-Small.png │ │ │ ├── Icon-Small@2x.png │ │ │ ├── Icon-Small@3x.png │ │ │ ├── Icon.png │ │ │ ├── Icon@2x.png │ │ │ └── Icon@3x.png │ │ ├── images │ │ │ ├── ipad │ │ │ │ ├── Default-Landscape@2x~ipad.png │ │ │ │ ├── Default-Landscape~ipad.png │ │ │ │ ├── Default-Portrait@2x~ipad.png │ │ │ │ └── Default-Portrait~ipad.png │ │ │ └── iphone │ │ │ │ ├── Default-568h@2x.png │ │ │ │ └── Default@2x.png │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── storyboards │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ ├── linux │ │ └── main.c │ ├── macosx │ │ ├── ShaderTypes.h │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── tutorial.icns │ └── win │ │ ├── main.c │ │ ├── manifest.xml │ │ ├── resource.h │ │ ├── tutorial.ico │ │ ├── tutorial.rc │ │ └── wglext.h └── src │ ├── tutorial_05.c │ └── tutorial_05.h ├── 06_stroking ├── CMake │ ├── checkSystem.cmake │ ├── fix-bundle.cmake │ └── toolchain │ │ ├── ios_ub.cmake │ │ ├── linux_armv5.cmake │ │ ├── linux_armv6hf.cmake │ │ ├── linux_armv7.cmake │ │ ├── linux_armv8.cmake │ │ ├── linux_mips.cmake │ │ ├── linux_mips64.cmake │ │ ├── linux_ppc64.cmake │ │ ├── linux_x86.cmake │ │ ├── linux_x86_64.cmake │ │ ├── osx_ub.cmake │ │ ├── win_x86.cmake │ │ └── win_x86_64.cmake ├── CMakeLists.txt ├── README.md ├── platform │ ├── android │ │ ├── .gitignore │ │ ├── app │ │ │ ├── .gitignore │ │ │ ├── build.gradle │ │ │ ├── proguard-rules.pro │ │ │ ├── sdktools.gradle │ │ │ └── src │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ ├── com │ │ │ │ │ └── mazatech │ │ │ │ │ │ └── amanithvg │ │ │ │ │ │ └── tutorial06 │ │ │ │ │ │ ├── Tutorial.java │ │ │ │ │ │ ├── TutorialActivity.java │ │ │ │ │ │ └── TutorialView.java │ │ │ │ └── javax │ │ │ │ │ └── microedition │ │ │ │ │ └── khronos │ │ │ │ │ └── openvg │ │ │ │ │ ├── AmanithVG.java │ │ │ │ │ ├── AmanithVGJNI.java │ │ │ │ │ ├── VG.java │ │ │ │ │ ├── VG101.java │ │ │ │ │ ├── VG11.java │ │ │ │ │ ├── VG11Ext.java │ │ │ │ │ ├── VGFont.java │ │ │ │ │ ├── VGHandle.java │ │ │ │ │ ├── VGImage.java │ │ │ │ │ ├── VGMaskLayer.java │ │ │ │ │ ├── VGPaint.java │ │ │ │ │ ├── VGPath.java │ │ │ │ │ ├── VGU.java │ │ │ │ │ ├── VGU101.java │ │ │ │ │ └── VGU11.java │ │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ └── error_view.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── bools.xml │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ ├── ios │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── ShaderTypes.h │ │ ├── View.h │ │ ├── View.m │ │ ├── ViewController.h │ │ ├── ViewController.m │ │ ├── icons │ │ │ ├── Icon-120.png │ │ │ ├── Icon-152.png │ │ │ ├── Icon-16.png │ │ │ ├── Icon-167.png │ │ │ ├── Icon-180.png │ │ │ ├── Icon-24.png │ │ │ ├── Icon-32.png │ │ │ ├── Icon-40.png │ │ │ ├── Icon-40@2x.png │ │ │ ├── Icon-40@3x.png │ │ │ ├── Icon-60.png │ │ │ ├── Icon-60@2x.png │ │ │ ├── Icon-60@3x.png │ │ │ ├── Icon-64.png │ │ │ ├── Icon-72.png │ │ │ ├── Icon-72@2x.png │ │ │ ├── Icon-76.png │ │ │ ├── Icon-76@2x.png │ │ │ ├── Icon-Small-40.png │ │ │ ├── Icon-Small-40@2x.png │ │ │ ├── Icon-Small-40@3x.png │ │ │ ├── Icon-Small-50.png │ │ │ ├── Icon-Small-50@2x.png │ │ │ ├── Icon-Small.png │ │ │ ├── Icon-Small@2x.png │ │ │ ├── Icon-Small@3x.png │ │ │ ├── Icon.png │ │ │ ├── Icon@2x.png │ │ │ └── Icon@3x.png │ │ ├── images │ │ │ ├── ipad │ │ │ │ ├── Default-Landscape@2x~ipad.png │ │ │ │ ├── Default-Landscape~ipad.png │ │ │ │ ├── Default-Portrait@2x~ipad.png │ │ │ │ └── Default-Portrait~ipad.png │ │ │ └── iphone │ │ │ │ ├── Default-568h@2x.png │ │ │ │ └── Default@2x.png │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── storyboards │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ ├── linux │ │ └── main.c │ ├── macosx │ │ ├── ShaderTypes.h │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── tutorial.icns │ └── win │ │ ├── main.c │ │ ├── manifest.xml │ │ ├── resource.h │ │ ├── tutorial.ico │ │ ├── tutorial.rc │ │ └── wglext.h └── src │ ├── tutorial_06.c │ └── tutorial_06.h ├── 07_compositing ├── CMake │ ├── checkSystem.cmake │ ├── fix-bundle.cmake │ └── toolchain │ │ ├── ios_ub.cmake │ │ ├── linux_armv5.cmake │ │ ├── linux_armv6hf.cmake │ │ ├── linux_armv7.cmake │ │ ├── linux_armv8.cmake │ │ ├── linux_mips.cmake │ │ ├── linux_mips64.cmake │ │ ├── linux_ppc64.cmake │ │ ├── linux_x86.cmake │ │ ├── linux_x86_64.cmake │ │ ├── osx_ub.cmake │ │ ├── win_x86.cmake │ │ └── win_x86_64.cmake ├── CMakeLists.txt ├── README.md ├── platform │ ├── android │ │ ├── .gitignore │ │ ├── app │ │ │ ├── .gitignore │ │ │ ├── build.gradle │ │ │ ├── proguard-rules.pro │ │ │ ├── sdktools.gradle │ │ │ └── src │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ ├── com │ │ │ │ │ └── mazatech │ │ │ │ │ │ └── amanithvg │ │ │ │ │ │ └── tutorial07 │ │ │ │ │ │ ├── Tutorial.java │ │ │ │ │ │ ├── TutorialActivity.java │ │ │ │ │ │ └── TutorialView.java │ │ │ │ └── javax │ │ │ │ │ └── microedition │ │ │ │ │ └── khronos │ │ │ │ │ └── openvg │ │ │ │ │ ├── AmanithVG.java │ │ │ │ │ ├── AmanithVGJNI.java │ │ │ │ │ ├── VG.java │ │ │ │ │ ├── VG101.java │ │ │ │ │ ├── VG11.java │ │ │ │ │ ├── VG11Ext.java │ │ │ │ │ ├── VGFont.java │ │ │ │ │ ├── VGHandle.java │ │ │ │ │ ├── VGImage.java │ │ │ │ │ ├── VGMaskLayer.java │ │ │ │ │ ├── VGPaint.java │ │ │ │ │ ├── VGPath.java │ │ │ │ │ ├── VGU.java │ │ │ │ │ ├── VGU101.java │ │ │ │ │ └── VGU11.java │ │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ └── error_view.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── bools.xml │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ ├── ios │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── ShaderTypes.h │ │ ├── View.h │ │ ├── View.m │ │ ├── ViewController.h │ │ ├── ViewController.m │ │ ├── icons │ │ │ ├── Icon-120.png │ │ │ ├── Icon-152.png │ │ │ ├── Icon-16.png │ │ │ ├── Icon-167.png │ │ │ ├── Icon-180.png │ │ │ ├── Icon-24.png │ │ │ ├── Icon-32.png │ │ │ ├── Icon-40.png │ │ │ ├── Icon-40@2x.png │ │ │ ├── Icon-40@3x.png │ │ │ ├── Icon-60.png │ │ │ ├── Icon-60@2x.png │ │ │ ├── Icon-60@3x.png │ │ │ ├── Icon-64.png │ │ │ ├── Icon-72.png │ │ │ ├── Icon-72@2x.png │ │ │ ├── Icon-76.png │ │ │ ├── Icon-76@2x.png │ │ │ ├── Icon-Small-40.png │ │ │ ├── Icon-Small-40@2x.png │ │ │ ├── Icon-Small-40@3x.png │ │ │ ├── Icon-Small-50.png │ │ │ ├── Icon-Small-50@2x.png │ │ │ ├── Icon-Small.png │ │ │ ├── Icon-Small@2x.png │ │ │ ├── Icon-Small@3x.png │ │ │ ├── Icon.png │ │ │ ├── Icon@2x.png │ │ │ └── Icon@3x.png │ │ ├── images │ │ │ ├── ipad │ │ │ │ ├── Default-Landscape@2x~ipad.png │ │ │ │ ├── Default-Landscape~ipad.png │ │ │ │ ├── Default-Portrait@2x~ipad.png │ │ │ │ └── Default-Portrait~ipad.png │ │ │ └── iphone │ │ │ │ ├── Default-568h@2x.png │ │ │ │ └── Default@2x.png │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── storyboards │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ ├── linux │ │ └── main.c │ ├── macosx │ │ ├── ShaderTypes.h │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── tutorial.icns │ └── win │ │ ├── main.c │ │ ├── manifest.xml │ │ ├── resource.h │ │ ├── tutorial.ico │ │ ├── tutorial.rc │ │ └── wglext.h └── src │ ├── tutorial_07.c │ └── tutorial_07.h ├── 08_imgwarp ├── CMake │ ├── checkSystem.cmake │ ├── fix-bundle.cmake │ └── toolchain │ │ ├── ios_ub.cmake │ │ ├── linux_armv5.cmake │ │ ├── linux_armv6hf.cmake │ │ ├── linux_armv7.cmake │ │ ├── linux_armv8.cmake │ │ ├── linux_mips.cmake │ │ ├── linux_mips64.cmake │ │ ├── linux_ppc64.cmake │ │ ├── linux_x86.cmake │ │ ├── linux_x86_64.cmake │ │ ├── osx_ub.cmake │ │ ├── win_x86.cmake │ │ └── win_x86_64.cmake ├── CMakeLists.txt ├── README.md ├── platform │ ├── android │ │ ├── .gitignore │ │ ├── app │ │ │ ├── .gitignore │ │ │ ├── build.gradle │ │ │ ├── proguard-rules.pro │ │ │ ├── sdktools.gradle │ │ │ └── src │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ ├── com │ │ │ │ │ └── mazatech │ │ │ │ │ │ └── amanithvg │ │ │ │ │ │ └── tutorial08 │ │ │ │ │ │ ├── GirlData.java │ │ │ │ │ │ ├── Tutorial.java │ │ │ │ │ │ ├── TutorialActivity.java │ │ │ │ │ │ └── TutorialView.java │ │ │ │ └── javax │ │ │ │ │ └── microedition │ │ │ │ │ └── khronos │ │ │ │ │ └── openvg │ │ │ │ │ ├── AmanithVG.java │ │ │ │ │ ├── AmanithVGJNI.java │ │ │ │ │ ├── VG.java │ │ │ │ │ ├── VG101.java │ │ │ │ │ ├── VG11.java │ │ │ │ │ ├── VG11Ext.java │ │ │ │ │ ├── VGFont.java │ │ │ │ │ ├── VGHandle.java │ │ │ │ │ ├── VGImage.java │ │ │ │ │ ├── VGMaskLayer.java │ │ │ │ │ ├── VGPaint.java │ │ │ │ │ ├── VGPath.java │ │ │ │ │ ├── VGU.java │ │ │ │ │ ├── VGU101.java │ │ │ │ │ └── VGU11.java │ │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ └── error_view.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── bools.xml │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ ├── ios │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── ShaderTypes.h │ │ ├── View.h │ │ ├── View.m │ │ ├── ViewController.h │ │ ├── ViewController.m │ │ ├── icons │ │ │ ├── Icon-120.png │ │ │ ├── Icon-152.png │ │ │ ├── Icon-16.png │ │ │ ├── Icon-167.png │ │ │ ├── Icon-180.png │ │ │ ├── Icon-24.png │ │ │ ├── Icon-32.png │ │ │ ├── Icon-40.png │ │ │ ├── Icon-40@2x.png │ │ │ ├── Icon-40@3x.png │ │ │ ├── Icon-60.png │ │ │ ├── Icon-60@2x.png │ │ │ ├── Icon-60@3x.png │ │ │ ├── Icon-64.png │ │ │ ├── Icon-72.png │ │ │ ├── Icon-72@2x.png │ │ │ ├── Icon-76.png │ │ │ ├── Icon-76@2x.png │ │ │ ├── Icon-Small-40.png │ │ │ ├── Icon-Small-40@2x.png │ │ │ ├── Icon-Small-40@3x.png │ │ │ ├── Icon-Small-50.png │ │ │ ├── Icon-Small-50@2x.png │ │ │ ├── Icon-Small.png │ │ │ ├── Icon-Small@2x.png │ │ │ ├── Icon-Small@3x.png │ │ │ ├── Icon.png │ │ │ ├── Icon@2x.png │ │ │ └── Icon@3x.png │ │ ├── images │ │ │ ├── ipad │ │ │ │ ├── Default-Landscape@2x~ipad.png │ │ │ │ ├── Default-Landscape~ipad.png │ │ │ │ ├── Default-Portrait@2x~ipad.png │ │ │ │ └── Default-Portrait~ipad.png │ │ │ └── iphone │ │ │ │ ├── Default-568h@2x.png │ │ │ │ └── Default@2x.png │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── storyboards │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ ├── linux │ │ └── main.c │ ├── macosx │ │ ├── ShaderTypes.h │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── tutorial.icns │ └── win │ │ ├── main.c │ │ ├── manifest.xml │ │ ├── resource.h │ │ ├── tutorial.ico │ │ ├── tutorial.rc │ │ └── wglext.h └── src │ ├── girl_data.c │ ├── tutorial_08.c │ └── tutorial_08.h ├── 09_text ├── CMake │ ├── checkSystem.cmake │ ├── fix-bundle.cmake │ └── toolchain │ │ ├── ios_ub.cmake │ │ ├── linux_armv5.cmake │ │ ├── linux_armv6hf.cmake │ │ ├── linux_armv7.cmake │ │ ├── linux_armv8.cmake │ │ ├── linux_mips.cmake │ │ ├── linux_mips64.cmake │ │ ├── linux_ppc64.cmake │ │ ├── linux_x86.cmake │ │ ├── linux_x86_64.cmake │ │ ├── osx_ub.cmake │ │ ├── win_x86.cmake │ │ └── win_x86_64.cmake ├── CMakeLists.txt ├── README.md ├── platform │ ├── android │ │ ├── .gitignore │ │ ├── app │ │ │ ├── .gitignore │ │ │ ├── build.gradle │ │ │ ├── proguard-rules.pro │ │ │ ├── sdktools.gradle │ │ │ └── src │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ ├── com │ │ │ │ │ └── mazatech │ │ │ │ │ │ └── amanithvg │ │ │ │ │ │ └── tutorial09 │ │ │ │ │ │ ├── FontCommon.java │ │ │ │ │ │ ├── Tutorial.java │ │ │ │ │ │ ├── TutorialActivity.java │ │ │ │ │ │ ├── TutorialView.java │ │ │ │ │ │ └── VeraFont.java │ │ │ │ └── javax │ │ │ │ │ └── microedition │ │ │ │ │ └── khronos │ │ │ │ │ └── openvg │ │ │ │ │ ├── AmanithVG.java │ │ │ │ │ ├── AmanithVGJNI.java │ │ │ │ │ ├── VG.java │ │ │ │ │ ├── VG101.java │ │ │ │ │ ├── VG11.java │ │ │ │ │ ├── VG11Ext.java │ │ │ │ │ ├── VGFont.java │ │ │ │ │ ├── VGHandle.java │ │ │ │ │ ├── VGImage.java │ │ │ │ │ ├── VGMaskLayer.java │ │ │ │ │ ├── VGPaint.java │ │ │ │ │ ├── VGPath.java │ │ │ │ │ ├── VGU.java │ │ │ │ │ ├── VGU101.java │ │ │ │ │ └── VGU11.java │ │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ └── error_view.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── bools.xml │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ ├── ios │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── ShaderTypes.h │ │ ├── View.h │ │ ├── View.m │ │ ├── ViewController.h │ │ ├── ViewController.m │ │ ├── icons │ │ │ ├── Icon-120.png │ │ │ ├── Icon-152.png │ │ │ ├── Icon-16.png │ │ │ ├── Icon-167.png │ │ │ ├── Icon-180.png │ │ │ ├── Icon-24.png │ │ │ ├── Icon-32.png │ │ │ ├── Icon-40.png │ │ │ ├── Icon-40@2x.png │ │ │ ├── Icon-40@3x.png │ │ │ ├── Icon-60.png │ │ │ ├── Icon-60@2x.png │ │ │ ├── Icon-60@3x.png │ │ │ ├── Icon-64.png │ │ │ ├── Icon-72.png │ │ │ ├── Icon-72@2x.png │ │ │ ├── Icon-76.png │ │ │ ├── Icon-76@2x.png │ │ │ ├── Icon-Small-40.png │ │ │ ├── Icon-Small-40@2x.png │ │ │ ├── Icon-Small-40@3x.png │ │ │ ├── Icon-Small-50.png │ │ │ ├── Icon-Small-50@2x.png │ │ │ ├── Icon-Small.png │ │ │ ├── Icon-Small@2x.png │ │ │ ├── Icon-Small@3x.png │ │ │ ├── Icon.png │ │ │ ├── Icon@2x.png │ │ │ └── Icon@3x.png │ │ ├── images │ │ │ ├── ipad │ │ │ │ ├── Default-Landscape@2x~ipad.png │ │ │ │ ├── Default-Landscape~ipad.png │ │ │ │ ├── Default-Portrait@2x~ipad.png │ │ │ │ └── Default-Portrait~ipad.png │ │ │ └── iphone │ │ │ │ ├── Default-568h@2x.png │ │ │ │ └── Default@2x.png │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── storyboards │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ ├── linux │ │ └── main.c │ ├── macosx │ │ ├── ShaderTypes.h │ │ ├── info.plist.in │ │ ├── main.m │ │ ├── programs.metal │ │ └── tutorial.icns │ └── win │ │ ├── main.c │ │ ├── manifest.xml │ │ ├── resource.h │ │ ├── tutorial.ico │ │ ├── tutorial.rc │ │ └── wglext.h └── src │ ├── font_common.c │ ├── font_common.h │ ├── tutorial_09.c │ ├── tutorial_09.h │ ├── vera_font.c │ └── vera_font.h └── 10_masking ├── CMake ├── checkSystem.cmake ├── fix-bundle.cmake └── toolchain │ ├── android_armv5.cmake │ ├── android_armv7.cmake │ ├── android_armv8.cmake │ ├── android_mips.cmake │ ├── android_mips64.cmake │ ├── android_x86.cmake │ ├── android_x86_64.cmake │ ├── ios_ub.cmake │ ├── linux_armv5.cmake │ ├── linux_armv6hf.cmake │ ├── linux_armv7.cmake │ ├── linux_armv8.cmake │ ├── linux_mips.cmake │ ├── linux_mips64.cmake │ ├── linux_ppc64.cmake │ ├── linux_x86.cmake │ ├── linux_x86_64.cmake │ ├── osx_ub.cmake │ ├── qnx_armv7.cmake │ ├── qnx_x86.cmake │ ├── win_x86.cmake │ └── win_x86_64.cmake ├── CMakeLists.txt ├── README.md ├── platform ├── android │ ├── .gitignore │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ ├── sdktools.gradle │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ ├── com │ │ │ │ └── mazatech │ │ │ │ │ └── amanithvg │ │ │ │ │ └── tutorial10 │ │ │ │ │ ├── MaskPaths.java │ │ │ │ │ ├── Ship.java │ │ │ │ │ ├── Tutorial.java │ │ │ │ │ ├── TutorialActivity.java │ │ │ │ │ └── TutorialView.java │ │ │ └── javax │ │ │ │ └── microedition │ │ │ │ └── khronos │ │ │ │ └── openvg │ │ │ │ ├── AmanithVG.java │ │ │ │ ├── AmanithVGJNI.java │ │ │ │ ├── VG.java │ │ │ │ ├── VG101.java │ │ │ │ ├── VG11.java │ │ │ │ ├── VG11Ext.java │ │ │ │ ├── VGFont.java │ │ │ │ ├── VGHandle.java │ │ │ │ ├── VGImage.java │ │ │ │ ├── VGMaskLayer.java │ │ │ │ ├── VGPaint.java │ │ │ │ ├── VGPath.java │ │ │ │ ├── VGU.java │ │ │ │ ├── VGU101.java │ │ │ │ └── VGU11.java │ │ │ └── res │ │ │ ├── layout │ │ │ └── error_view.xml │ │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── raw │ │ │ ├── cloud.raw │ │ │ └── star.raw │ │ │ └── values │ │ │ ├── bools.xml │ │ │ ├── colors.xml │ │ │ ├── strings.xml │ │ │ └── styles.xml │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── ios │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── ShaderTypes.h │ ├── View.h │ ├── View.m │ ├── ViewController.h │ ├── ViewController.m │ ├── icons │ │ ├── Icon-120.png │ │ ├── Icon-152.png │ │ ├── Icon-16.png │ │ ├── Icon-167.png │ │ ├── Icon-180.png │ │ ├── Icon-24.png │ │ ├── Icon-32.png │ │ ├── Icon-40.png │ │ ├── Icon-40@2x.png │ │ ├── Icon-40@3x.png │ │ ├── Icon-60.png │ │ ├── Icon-60@2x.png │ │ ├── Icon-60@3x.png │ │ ├── Icon-64.png │ │ ├── Icon-72.png │ │ ├── Icon-72@2x.png │ │ ├── Icon-76.png │ │ ├── Icon-76@2x.png │ │ ├── Icon-Small-40.png │ │ ├── Icon-Small-40@2x.png │ │ ├── Icon-Small-40@3x.png │ │ ├── Icon-Small-50.png │ │ ├── Icon-Small-50@2x.png │ │ ├── Icon-Small.png │ │ ├── Icon-Small@2x.png │ │ ├── Icon-Small@3x.png │ │ ├── Icon.png │ │ ├── Icon@2x.png │ │ └── Icon@3x.png │ ├── images │ │ ├── ipad │ │ │ ├── Default-Landscape@2x~ipad.png │ │ │ ├── Default-Landscape~ipad.png │ │ │ ├── Default-Portrait@2x~ipad.png │ │ │ └── Default-Portrait~ipad.png │ │ └── iphone │ │ │ ├── Default-568h@2x.png │ │ │ └── Default@2x.png │ ├── info.plist.in │ ├── main.m │ ├── programs.metal │ └── storyboards │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard ├── linux │ └── main.c ├── macosx │ ├── ShaderTypes.h │ ├── info.plist.in │ ├── main.m │ ├── programs.metal │ └── tutorial.icns └── win │ ├── main.c │ ├── manifest.xml │ ├── resource.h │ ├── tutorial.ico │ ├── tutorial.rc │ └── wglext.h └── src ├── mask_images.c ├── mask_paths.c ├── ship.c ├── tutorial_10.c └── tutorial_10.h /CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/CHANGES.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/README.md -------------------------------------------------------------------------------- /include/VG/openvg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/include/VG/openvg.h -------------------------------------------------------------------------------- /include/VG/vgext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/include/VG/vgext.h -------------------------------------------------------------------------------- /include/VG/vgplatform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/include/VG/vgplatform.h -------------------------------------------------------------------------------- /include/VG/vgu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/include/VG/vgu.h -------------------------------------------------------------------------------- /lib/android/arm64-v8a/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/android/arm64-v8a/gle/standalone/libAmanithVG.so -------------------------------------------------------------------------------- /lib/android/arm64-v8a/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/android/arm64-v8a/sre/standalone/libAmanithVG.so -------------------------------------------------------------------------------- /lib/android/armeabi-v7a/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/android/armeabi-v7a/gle/standalone/libAmanithVG.so -------------------------------------------------------------------------------- /lib/android/armeabi-v7a/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/android/armeabi-v7a/sre/standalone/libAmanithVG.so -------------------------------------------------------------------------------- /lib/android/x86/gle/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/android/x86/gle/standalone/libAmanithVG-JNI.so -------------------------------------------------------------------------------- /lib/android/x86/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/android/x86/gle/standalone/libAmanithVG.so -------------------------------------------------------------------------------- /lib/android/x86/sre/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/android/x86/sre/standalone/libAmanithVG-JNI.so -------------------------------------------------------------------------------- /lib/android/x86/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/android/x86/sre/standalone/libAmanithVG.so -------------------------------------------------------------------------------- /lib/android/x86_64/gle/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/android/x86_64/gle/standalone/libAmanithVG-JNI.so -------------------------------------------------------------------------------- /lib/android/x86_64/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/android/x86_64/gle/standalone/libAmanithVG.so -------------------------------------------------------------------------------- /lib/android/x86_64/sre/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/android/x86_64/sre/standalone/libAmanithVG-JNI.so -------------------------------------------------------------------------------- /lib/android/x86_64/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/android/x86_64/sre/standalone/libAmanithVG.so -------------------------------------------------------------------------------- /lib/ios/ub/gle/standalone/libAmanithVG-JNI.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/ios/ub/gle/standalone/libAmanithVG-JNI.a -------------------------------------------------------------------------------- /lib/ios/ub/gle/standalone/libAmanithVG.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/ios/ub/gle/standalone/libAmanithVG.a -------------------------------------------------------------------------------- /lib/ios/ub/sre/standalone/libAmanithVG-JNI.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/ios/ub/sre/standalone/libAmanithVG-JNI.a -------------------------------------------------------------------------------- /lib/ios/ub/sre/standalone/libAmanithVG.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/ios/ub/sre/standalone/libAmanithVG.a -------------------------------------------------------------------------------- /lib/linux/aarch64/gle/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/aarch64/gle/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/aarch64/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/aarch64/gle/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/aarch64/gle/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/linux/aarch64/gle/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/aarch64/sre/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/aarch64/sre/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/aarch64/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/aarch64/sre/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/aarch64/sre/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/linux/aarch64/sre/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi-v7a/gle/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi-v7a/gle/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi-v7a/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi-v7a/gle/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi-v7a/sre/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi-v7a/sre/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi-v7a/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi-v7a/sre/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi/gle/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi/gle/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi/gle/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi/sre/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi/sre/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabi/sre/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabihf-v6/gle/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabihf-v6/gle/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabihf-v6/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabihf-v6/gle/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabihf-v6/sre/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabihf-v6/sre/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabihf-v6/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/arm-gnueabihf-v6/sre/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/mips64el/gle/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/mips64el/gle/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/mips64el/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/mips64el/gle/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/mips64el/gle/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/linux/mips64el/gle/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/mips64el/sre/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/mips64el/sre/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/mips64el/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/mips64el/sre/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/mips64el/sre/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/linux/mips64el/sre/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/mipsel/gle/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/mipsel/gle/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/mipsel/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/mipsel/gle/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/mipsel/gle/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/linux/mipsel/gle/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/mipsel/sre/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/mipsel/sre/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/mipsel/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/mipsel/sre/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/mipsel/sre/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/linux/mipsel/sre/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/ppc64el/gle/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/ppc64el/gle/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/ppc64el/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/ppc64el/gle/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/ppc64el/gle/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/linux/ppc64el/gle/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/ppc64el/sre/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/ppc64el/sre/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/ppc64el/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/ppc64el/sre/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/ppc64el/sre/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/linux/ppc64el/sre/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/x86/gle/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/x86/gle/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/x86/gle/standalone/libAmanithVG-JNI.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/linux/x86/gle/standalone/libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/x86/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/x86/gle/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/x86/gle/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/linux/x86/gle/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/x86/sre/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/x86/sre/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/x86/sre/standalone/libAmanithVG-JNI.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/linux/x86/sre/standalone/libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/x86/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/x86/sre/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/x86/sre/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/linux/x86/sre/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/x86_64/gle/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/x86_64/gle/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/x86_64/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/x86_64/gle/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/x86_64/gle/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/linux/x86_64/gle/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/x86_64/sre/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/linux/x86_64/sre/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/x86_64/sre/standalone/libAmanithVG-MT-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-MT-JNI.so.5 -------------------------------------------------------------------------------- /lib/linux/x86_64/sre/standalone/libAmanithVG-MT-JNI.so.5: -------------------------------------------------------------------------------- 1 | libAmanithVG-MT-JNI.so.5.0.3 -------------------------------------------------------------------------------- /lib/linux/x86_64/sre/standalone/libAmanithVG-MT.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-MT.so.5 -------------------------------------------------------------------------------- /lib/linux/x86_64/sre/standalone/libAmanithVG-MT.so.5: -------------------------------------------------------------------------------- 1 | libAmanithVG-MT.so.5.0.3 -------------------------------------------------------------------------------- /lib/linux/x86_64/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/linux/x86_64/sre/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/linux/x86_64/sre/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/linux/x86_64/sre/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/macosx/ub/gle/standalone/libAmanithVG-JNI.6.dylib: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.6.0.2.dylib -------------------------------------------------------------------------------- /lib/macosx/ub/gle/standalone/libAmanithVG-JNI.dylib: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.6.dylib -------------------------------------------------------------------------------- /lib/macosx/ub/gle/standalone/libAmanithVG.6.0.2.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/macosx/ub/gle/standalone/libAmanithVG.6.0.2.dylib -------------------------------------------------------------------------------- /lib/macosx/ub/gle/standalone/libAmanithVG.6.dylib: -------------------------------------------------------------------------------- 1 | libAmanithVG.6.0.2.dylib -------------------------------------------------------------------------------- /lib/macosx/ub/gle/standalone/libAmanithVG.dylib: -------------------------------------------------------------------------------- 1 | libAmanithVG.6.dylib -------------------------------------------------------------------------------- /lib/macosx/ub/sre/standalone/libAmanithVG-JNI.6.dylib: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.6.0.2.dylib -------------------------------------------------------------------------------- /lib/macosx/ub/sre/standalone/libAmanithVG-JNI.dylib: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.6.dylib -------------------------------------------------------------------------------- /lib/macosx/ub/sre/standalone/libAmanithVG.6.0.2.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/macosx/ub/sre/standalone/libAmanithVG.6.0.2.dylib -------------------------------------------------------------------------------- /lib/macosx/ub/sre/standalone/libAmanithVG.6.dylib: -------------------------------------------------------------------------------- 1 | libAmanithVG.6.0.2.dylib -------------------------------------------------------------------------------- /lib/macosx/ub/sre/standalone/libAmanithVG.dylib: -------------------------------------------------------------------------------- 1 | libAmanithVG.6.dylib -------------------------------------------------------------------------------- /lib/qnx/armv7-le/gle/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/qnx/armv7-le/gle/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/qnx/armv7-le/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/qnx/armv7-le/gle/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/qnx/armv7-le/gle/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/qnx/armv7-le/gle/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/qnx/armv7-le/sre/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/qnx/armv7-le/sre/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/qnx/armv7-le/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/qnx/armv7-le/sre/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/qnx/armv7-le/sre/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/qnx/armv7-le/sre/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/qnx/x86/gle/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/qnx/x86/gle/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/qnx/x86/gle/standalone/libAmanithVG-JNI.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/qnx/x86/gle/standalone/libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/qnx/x86/gle/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/qnx/x86/gle/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/qnx/x86/gle/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/qnx/x86/gle/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/qnx/x86/sre/standalone/libAmanithVG-JNI.so: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6 -------------------------------------------------------------------------------- /lib/qnx/x86/sre/standalone/libAmanithVG-JNI.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/qnx/x86/sre/standalone/libAmanithVG-JNI.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/qnx/x86/sre/standalone/libAmanithVG-JNI.so.6.0.2 -------------------------------------------------------------------------------- /lib/qnx/x86/sre/standalone/libAmanithVG.so: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6 -------------------------------------------------------------------------------- /lib/qnx/x86/sre/standalone/libAmanithVG.so.6: -------------------------------------------------------------------------------- 1 | libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/qnx/x86/sre/standalone/libAmanithVG.so.6.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/qnx/x86/sre/standalone/libAmanithVG.so.6.0.2 -------------------------------------------------------------------------------- /lib/windows/x86/gle/standalone/libAmanithVG-JNI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86/gle/standalone/libAmanithVG-JNI.dll -------------------------------------------------------------------------------- /lib/windows/x86/gle/standalone/libAmanithVG.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86/gle/standalone/libAmanithVG.a -------------------------------------------------------------------------------- /lib/windows/x86/gle/standalone/libAmanithVG.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86/gle/standalone/libAmanithVG.def -------------------------------------------------------------------------------- /lib/windows/x86/gle/standalone/libAmanithVG.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86/gle/standalone/libAmanithVG.dll -------------------------------------------------------------------------------- /lib/windows/x86/gle/standalone/libAmanithVG.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86/gle/standalone/libAmanithVG.lib -------------------------------------------------------------------------------- /lib/windows/x86/sre/standalone/libAmanithVG-JNI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86/sre/standalone/libAmanithVG-JNI.dll -------------------------------------------------------------------------------- /lib/windows/x86/sre/standalone/libAmanithVG.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86/sre/standalone/libAmanithVG.a -------------------------------------------------------------------------------- /lib/windows/x86/sre/standalone/libAmanithVG.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86/sre/standalone/libAmanithVG.def -------------------------------------------------------------------------------- /lib/windows/x86/sre/standalone/libAmanithVG.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86/sre/standalone/libAmanithVG.dll -------------------------------------------------------------------------------- /lib/windows/x86/sre/standalone/libAmanithVG.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86/sre/standalone/libAmanithVG.lib -------------------------------------------------------------------------------- /lib/windows/x86_64/gle/standalone/libAmanithVG-JNI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86_64/gle/standalone/libAmanithVG-JNI.dll -------------------------------------------------------------------------------- /lib/windows/x86_64/gle/standalone/libAmanithVG.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86_64/gle/standalone/libAmanithVG.a -------------------------------------------------------------------------------- /lib/windows/x86_64/gle/standalone/libAmanithVG.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86_64/gle/standalone/libAmanithVG.def -------------------------------------------------------------------------------- /lib/windows/x86_64/gle/standalone/libAmanithVG.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86_64/gle/standalone/libAmanithVG.dll -------------------------------------------------------------------------------- /lib/windows/x86_64/gle/standalone/libAmanithVG.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86_64/gle/standalone/libAmanithVG.lib -------------------------------------------------------------------------------- /lib/windows/x86_64/sre/standalone/libAmanithVG-JNI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86_64/sre/standalone/libAmanithVG-JNI.dll -------------------------------------------------------------------------------- /lib/windows/x86_64/sre/standalone/libAmanithVG.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86_64/sre/standalone/libAmanithVG.a -------------------------------------------------------------------------------- /lib/windows/x86_64/sre/standalone/libAmanithVG.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86_64/sre/standalone/libAmanithVG.def -------------------------------------------------------------------------------- /lib/windows/x86_64/sre/standalone/libAmanithVG.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86_64/sre/standalone/libAmanithVG.dll -------------------------------------------------------------------------------- /lib/windows/x86_64/sre/standalone/libAmanithVG.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windows/x86_64/sre/standalone/libAmanithVG.lib -------------------------------------------------------------------------------- /lib/windowsce/arm-v7a/gle/standalone/libAmanithVG.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windowsce/arm-v7a/gle/standalone/libAmanithVG.a -------------------------------------------------------------------------------- /lib/windowsce/arm-v7a/gle/standalone/libAmanithVG.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windowsce/arm-v7a/gle/standalone/libAmanithVG.def -------------------------------------------------------------------------------- /lib/windowsce/arm-v7a/gle/standalone/libAmanithVG.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windowsce/arm-v7a/gle/standalone/libAmanithVG.dll -------------------------------------------------------------------------------- /lib/windowsce/arm-v7a/gle/standalone/libAmanithVG.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windowsce/arm-v7a/gle/standalone/libAmanithVG.lib -------------------------------------------------------------------------------- /lib/windowsce/arm-v7a/sre/standalone/libAmanithVG.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windowsce/arm-v7a/sre/standalone/libAmanithVG.a -------------------------------------------------------------------------------- /lib/windowsce/arm-v7a/sre/standalone/libAmanithVG.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windowsce/arm-v7a/sre/standalone/libAmanithVG.def -------------------------------------------------------------------------------- /lib/windowsce/arm-v7a/sre/standalone/libAmanithVG.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windowsce/arm-v7a/sre/standalone/libAmanithVG.dll -------------------------------------------------------------------------------- /lib/windowsce/arm-v7a/sre/standalone/libAmanithVG.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/lib/windowsce/arm-v7a/sre/standalone/libAmanithVG.lib -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/checkSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/checkSystem.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/fix-bundle.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/fix-bundle.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/toolchain/ios_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/toolchain/ios_ub.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/toolchain/linux_armv5.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/toolchain/linux_armv5.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/toolchain/linux_armv6hf.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/toolchain/linux_armv6hf.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/toolchain/linux_armv7.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/toolchain/linux_armv7.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/toolchain/linux_armv8.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/toolchain/linux_armv8.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/toolchain/linux_mips.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/toolchain/linux_mips.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/toolchain/linux_mips64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/toolchain/linux_mips64.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/toolchain/linux_ppc64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/toolchain/linux_ppc64.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/toolchain/linux_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/toolchain/linux_x86.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/toolchain/linux_x86_64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/toolchain/linux_x86_64.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/toolchain/osx_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/toolchain/osx_ub.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/toolchain/win_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/toolchain/win_x86.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMake/toolchain/win_x86_64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMake/toolchain/win_x86_64.cmake -------------------------------------------------------------------------------- /tutorials/01_setup/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/CMakeLists.txt -------------------------------------------------------------------------------- /tutorials/01_setup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/README.md -------------------------------------------------------------------------------- /tutorials/01_setup/platform/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/android/.gitignore -------------------------------------------------------------------------------- /tutorials/01_setup/platform/android/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /tutorials/01_setup/platform/android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/android/app/build.gradle -------------------------------------------------------------------------------- /tutorials/01_setup/platform/android/app/sdktools.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/android/app/sdktools.gradle -------------------------------------------------------------------------------- /tutorials/01_setup/platform/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/android/build.gradle -------------------------------------------------------------------------------- /tutorials/01_setup/platform/android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/android/gradle.properties -------------------------------------------------------------------------------- /tutorials/01_setup/platform/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/android/gradlew -------------------------------------------------------------------------------- /tutorials/01_setup/platform/android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/android/gradlew.bat -------------------------------------------------------------------------------- /tutorials/01_setup/platform/android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name = "Tutorial 01" -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/AppDelegate.h -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/AppDelegate.m -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/View.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/View.h -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/View.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/View.m -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/ViewController.h -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/ViewController.m -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-120.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-152.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-16.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-167.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-180.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-24.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-32.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-40.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-40@2x.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-40@3x.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-60.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-60@2x.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-60@3x.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-64.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-72.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-72@2x.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-76.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-76@2x.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-Small-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-Small-40.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-Small-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-Small-50.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-Small.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-Small@2x.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon-Small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon-Small@3x.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon@2x.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/icons/Icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/icons/Icon@3x.png -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/info.plist.in -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/main.m -------------------------------------------------------------------------------- /tutorials/01_setup/platform/ios/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/ios/programs.metal -------------------------------------------------------------------------------- /tutorials/01_setup/platform/linux/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/linux/main.c -------------------------------------------------------------------------------- /tutorials/01_setup/platform/macosx/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/macosx/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/01_setup/platform/macosx/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/macosx/info.plist.in -------------------------------------------------------------------------------- /tutorials/01_setup/platform/macosx/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/macosx/main.m -------------------------------------------------------------------------------- /tutorials/01_setup/platform/macosx/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/macosx/programs.metal -------------------------------------------------------------------------------- /tutorials/01_setup/platform/macosx/tutorial.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/macosx/tutorial.icns -------------------------------------------------------------------------------- /tutorials/01_setup/platform/win/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/win/main.c -------------------------------------------------------------------------------- /tutorials/01_setup/platform/win/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/win/manifest.xml -------------------------------------------------------------------------------- /tutorials/01_setup/platform/win/resource.h: -------------------------------------------------------------------------------- 1 | #define IDI_ICON1 102 2 | -------------------------------------------------------------------------------- /tutorials/01_setup/platform/win/tutorial.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/win/tutorial.ico -------------------------------------------------------------------------------- /tutorials/01_setup/platform/win/tutorial.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/win/tutorial.rc -------------------------------------------------------------------------------- /tutorials/01_setup/platform/win/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/platform/win/wglext.h -------------------------------------------------------------------------------- /tutorials/01_setup/src/tutorial_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/src/tutorial_01.c -------------------------------------------------------------------------------- /tutorials/01_setup/src/tutorial_01.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/01_setup/src/tutorial_01.h -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMake/checkSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMake/checkSystem.cmake -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMake/fix-bundle.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMake/fix-bundle.cmake -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMake/toolchain/ios_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMake/toolchain/ios_ub.cmake -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMake/toolchain/linux_armv5.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMake/toolchain/linux_armv5.cmake -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMake/toolchain/linux_armv7.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMake/toolchain/linux_armv7.cmake -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMake/toolchain/linux_armv8.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMake/toolchain/linux_armv8.cmake -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMake/toolchain/linux_mips.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMake/toolchain/linux_mips.cmake -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMake/toolchain/linux_mips64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMake/toolchain/linux_mips64.cmake -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMake/toolchain/linux_ppc64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMake/toolchain/linux_ppc64.cmake -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMake/toolchain/linux_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMake/toolchain/linux_x86.cmake -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMake/toolchain/linux_x86_64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMake/toolchain/linux_x86_64.cmake -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMake/toolchain/osx_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMake/toolchain/osx_ub.cmake -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMake/toolchain/win_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMake/toolchain/win_x86.cmake -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMake/toolchain/win_x86_64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMake/toolchain/win_x86_64.cmake -------------------------------------------------------------------------------- /tutorials/02_lingrad/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/CMakeLists.txt -------------------------------------------------------------------------------- /tutorials/02_lingrad/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/README.md -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/android/.gitignore -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/android/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/android/app/build.gradle -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/android/build.gradle -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/android/gradle.properties -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/android/gradlew -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/android/gradlew.bat -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name = "Tutorial 02" -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/AppDelegate.h -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/AppDelegate.m -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/View.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/View.h -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/View.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/View.m -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/ViewController.h -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/ViewController.m -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-120.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-152.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-16.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-167.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-180.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-24.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-32.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-40.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-40@2x.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-40@3x.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-60.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-60@2x.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-60@3x.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-64.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-72.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-72@2x.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-76.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-76@2x.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon-Small.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon@2x.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/icons/Icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/icons/Icon@3x.png -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/info.plist.in -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/main.m -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/ios/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/ios/programs.metal -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/linux/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/linux/main.c -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/macosx/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/macosx/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/macosx/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/macosx/info.plist.in -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/macosx/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/macosx/main.m -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/macosx/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/macosx/programs.metal -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/macosx/tutorial.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/macosx/tutorial.icns -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/win/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/win/main.c -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/win/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/win/manifest.xml -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/win/resource.h: -------------------------------------------------------------------------------- 1 | #define IDI_ICON1 102 2 | -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/win/tutorial.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/win/tutorial.ico -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/win/tutorial.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/win/tutorial.rc -------------------------------------------------------------------------------- /tutorials/02_lingrad/platform/win/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/platform/win/wglext.h -------------------------------------------------------------------------------- /tutorials/02_lingrad/src/tutorial_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/src/tutorial_02.c -------------------------------------------------------------------------------- /tutorials/02_lingrad/src/tutorial_02.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/02_lingrad/src/tutorial_02.h -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMake/checkSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMake/checkSystem.cmake -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMake/fix-bundle.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMake/fix-bundle.cmake -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMake/toolchain/ios_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMake/toolchain/ios_ub.cmake -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMake/toolchain/linux_armv5.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMake/toolchain/linux_armv5.cmake -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMake/toolchain/linux_armv7.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMake/toolchain/linux_armv7.cmake -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMake/toolchain/linux_armv8.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMake/toolchain/linux_armv8.cmake -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMake/toolchain/linux_mips.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMake/toolchain/linux_mips.cmake -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMake/toolchain/linux_mips64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMake/toolchain/linux_mips64.cmake -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMake/toolchain/linux_ppc64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMake/toolchain/linux_ppc64.cmake -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMake/toolchain/linux_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMake/toolchain/linux_x86.cmake -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMake/toolchain/linux_x86_64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMake/toolchain/linux_x86_64.cmake -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMake/toolchain/osx_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMake/toolchain/osx_ub.cmake -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMake/toolchain/win_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMake/toolchain/win_x86.cmake -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMake/toolchain/win_x86_64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMake/toolchain/win_x86_64.cmake -------------------------------------------------------------------------------- /tutorials/03_radgrad/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/CMakeLists.txt -------------------------------------------------------------------------------- /tutorials/03_radgrad/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/README.md -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/android/.gitignore -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/android/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/android/app/build.gradle -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/android/build.gradle -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/android/gradle.properties -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/android/gradlew -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/android/gradlew.bat -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name = "Tutorial 03" -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/AppDelegate.h -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/AppDelegate.m -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/View.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/View.h -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/View.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/View.m -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/ViewController.h -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/ViewController.m -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-120.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-152.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-16.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-167.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-180.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-24.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-32.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-40.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-40@2x.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-40@3x.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-60.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-60@2x.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-60@3x.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-64.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-72.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-72@2x.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-76.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-76@2x.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon-Small.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon@2x.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/icons/Icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/icons/Icon@3x.png -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/info.plist.in -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/main.m -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/ios/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/ios/programs.metal -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/linux/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/linux/main.c -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/macosx/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/macosx/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/macosx/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/macosx/info.plist.in -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/macosx/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/macosx/main.m -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/macosx/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/macosx/programs.metal -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/macosx/tutorial.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/macosx/tutorial.icns -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/win/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/win/main.c -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/win/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/win/manifest.xml -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/win/resource.h: -------------------------------------------------------------------------------- 1 | #define IDI_ICON1 102 2 | -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/win/tutorial.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/win/tutorial.ico -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/win/tutorial.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/win/tutorial.rc -------------------------------------------------------------------------------- /tutorials/03_radgrad/platform/win/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/platform/win/wglext.h -------------------------------------------------------------------------------- /tutorials/03_radgrad/src/tutorial_03.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/src/tutorial_03.c -------------------------------------------------------------------------------- /tutorials/03_radgrad/src/tutorial_03.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/03_radgrad/src/tutorial_03.h -------------------------------------------------------------------------------- /tutorials/04_congrad/CMake/checkSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMake/checkSystem.cmake -------------------------------------------------------------------------------- /tutorials/04_congrad/CMake/fix-bundle.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMake/fix-bundle.cmake -------------------------------------------------------------------------------- /tutorials/04_congrad/CMake/toolchain/ios_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMake/toolchain/ios_ub.cmake -------------------------------------------------------------------------------- /tutorials/04_congrad/CMake/toolchain/linux_armv5.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMake/toolchain/linux_armv5.cmake -------------------------------------------------------------------------------- /tutorials/04_congrad/CMake/toolchain/linux_armv7.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMake/toolchain/linux_armv7.cmake -------------------------------------------------------------------------------- /tutorials/04_congrad/CMake/toolchain/linux_armv8.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMake/toolchain/linux_armv8.cmake -------------------------------------------------------------------------------- /tutorials/04_congrad/CMake/toolchain/linux_mips.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMake/toolchain/linux_mips.cmake -------------------------------------------------------------------------------- /tutorials/04_congrad/CMake/toolchain/linux_mips64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMake/toolchain/linux_mips64.cmake -------------------------------------------------------------------------------- /tutorials/04_congrad/CMake/toolchain/linux_ppc64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMake/toolchain/linux_ppc64.cmake -------------------------------------------------------------------------------- /tutorials/04_congrad/CMake/toolchain/linux_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMake/toolchain/linux_x86.cmake -------------------------------------------------------------------------------- /tutorials/04_congrad/CMake/toolchain/linux_x86_64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMake/toolchain/linux_x86_64.cmake -------------------------------------------------------------------------------- /tutorials/04_congrad/CMake/toolchain/osx_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMake/toolchain/osx_ub.cmake -------------------------------------------------------------------------------- /tutorials/04_congrad/CMake/toolchain/win_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMake/toolchain/win_x86.cmake -------------------------------------------------------------------------------- /tutorials/04_congrad/CMake/toolchain/win_x86_64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMake/toolchain/win_x86_64.cmake -------------------------------------------------------------------------------- /tutorials/04_congrad/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/CMakeLists.txt -------------------------------------------------------------------------------- /tutorials/04_congrad/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/README.md -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/android/.gitignore -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/android/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/android/app/build.gradle -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/android/build.gradle -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/android/gradle.properties -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/android/gradlew -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/android/gradlew.bat -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name = "Tutorial 04" -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/AppDelegate.h -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/AppDelegate.m -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/View.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/View.h -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/View.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/View.m -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/ViewController.h -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/ViewController.m -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-120.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-152.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-16.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-167.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-180.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-24.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-32.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-40.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-40@2x.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-40@3x.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-60.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-60@2x.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-60@3x.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-64.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-72.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-72@2x.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-76.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-76@2x.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon-Small.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon@2x.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/icons/Icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/icons/Icon@3x.png -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/info.plist.in -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/main.m -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/ios/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/ios/programs.metal -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/linux/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/linux/main.c -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/macosx/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/macosx/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/macosx/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/macosx/info.plist.in -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/macosx/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/macosx/main.m -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/macosx/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/macosx/programs.metal -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/macosx/tutorial.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/macosx/tutorial.icns -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/win/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/win/main.c -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/win/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/win/manifest.xml -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/win/resource.h: -------------------------------------------------------------------------------- 1 | #define IDI_ICON1 102 2 | -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/win/tutorial.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/win/tutorial.ico -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/win/tutorial.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/win/tutorial.rc -------------------------------------------------------------------------------- /tutorials/04_congrad/platform/win/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/platform/win/wglext.h -------------------------------------------------------------------------------- /tutorials/04_congrad/src/tutorial_04.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/src/tutorial_04.c -------------------------------------------------------------------------------- /tutorials/04_congrad/src/tutorial_04.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/04_congrad/src/tutorial_04.h -------------------------------------------------------------------------------- /tutorials/05_pattern/CMake/checkSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMake/checkSystem.cmake -------------------------------------------------------------------------------- /tutorials/05_pattern/CMake/fix-bundle.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMake/fix-bundle.cmake -------------------------------------------------------------------------------- /tutorials/05_pattern/CMake/toolchain/ios_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMake/toolchain/ios_ub.cmake -------------------------------------------------------------------------------- /tutorials/05_pattern/CMake/toolchain/linux_armv5.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMake/toolchain/linux_armv5.cmake -------------------------------------------------------------------------------- /tutorials/05_pattern/CMake/toolchain/linux_armv7.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMake/toolchain/linux_armv7.cmake -------------------------------------------------------------------------------- /tutorials/05_pattern/CMake/toolchain/linux_armv8.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMake/toolchain/linux_armv8.cmake -------------------------------------------------------------------------------- /tutorials/05_pattern/CMake/toolchain/linux_mips.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMake/toolchain/linux_mips.cmake -------------------------------------------------------------------------------- /tutorials/05_pattern/CMake/toolchain/linux_mips64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMake/toolchain/linux_mips64.cmake -------------------------------------------------------------------------------- /tutorials/05_pattern/CMake/toolchain/linux_ppc64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMake/toolchain/linux_ppc64.cmake -------------------------------------------------------------------------------- /tutorials/05_pattern/CMake/toolchain/linux_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMake/toolchain/linux_x86.cmake -------------------------------------------------------------------------------- /tutorials/05_pattern/CMake/toolchain/linux_x86_64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMake/toolchain/linux_x86_64.cmake -------------------------------------------------------------------------------- /tutorials/05_pattern/CMake/toolchain/osx_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMake/toolchain/osx_ub.cmake -------------------------------------------------------------------------------- /tutorials/05_pattern/CMake/toolchain/win_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMake/toolchain/win_x86.cmake -------------------------------------------------------------------------------- /tutorials/05_pattern/CMake/toolchain/win_x86_64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMake/toolchain/win_x86_64.cmake -------------------------------------------------------------------------------- /tutorials/05_pattern/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/CMakeLists.txt -------------------------------------------------------------------------------- /tutorials/05_pattern/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/README.md -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/android/.gitignore -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/android/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/android/app/build.gradle -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/android/build.gradle -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/android/gradle.properties -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/android/gradlew -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/android/gradlew.bat -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name = "Tutorial 05" -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/AppDelegate.h -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/AppDelegate.m -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/View.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/View.h -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/View.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/View.m -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/ViewController.h -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/ViewController.m -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-120.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-152.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-16.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-167.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-180.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-24.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-32.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-40.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-40@2x.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-40@3x.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-60.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-60@2x.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-60@3x.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-64.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-72.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-72@2x.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-76.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-76@2x.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon-Small.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon@2x.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/icons/Icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/icons/Icon@3x.png -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/info.plist.in -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/main.m -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/ios/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/ios/programs.metal -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/linux/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/linux/main.c -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/macosx/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/macosx/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/macosx/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/macosx/info.plist.in -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/macosx/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/macosx/main.m -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/macosx/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/macosx/programs.metal -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/macosx/tutorial.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/macosx/tutorial.icns -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/win/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/win/main.c -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/win/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/win/manifest.xml -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/win/resource.h: -------------------------------------------------------------------------------- 1 | #define IDI_ICON1 102 2 | -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/win/tutorial.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/win/tutorial.ico -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/win/tutorial.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/win/tutorial.rc -------------------------------------------------------------------------------- /tutorials/05_pattern/platform/win/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/platform/win/wglext.h -------------------------------------------------------------------------------- /tutorials/05_pattern/src/tutorial_05.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/src/tutorial_05.c -------------------------------------------------------------------------------- /tutorials/05_pattern/src/tutorial_05.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/05_pattern/src/tutorial_05.h -------------------------------------------------------------------------------- /tutorials/06_stroking/CMake/checkSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/CMake/checkSystem.cmake -------------------------------------------------------------------------------- /tutorials/06_stroking/CMake/fix-bundle.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/CMake/fix-bundle.cmake -------------------------------------------------------------------------------- /tutorials/06_stroking/CMake/toolchain/ios_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/CMake/toolchain/ios_ub.cmake -------------------------------------------------------------------------------- /tutorials/06_stroking/CMake/toolchain/linux_armv5.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/CMake/toolchain/linux_armv5.cmake -------------------------------------------------------------------------------- /tutorials/06_stroking/CMake/toolchain/linux_armv7.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/CMake/toolchain/linux_armv7.cmake -------------------------------------------------------------------------------- /tutorials/06_stroking/CMake/toolchain/linux_armv8.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/CMake/toolchain/linux_armv8.cmake -------------------------------------------------------------------------------- /tutorials/06_stroking/CMake/toolchain/linux_mips.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/CMake/toolchain/linux_mips.cmake -------------------------------------------------------------------------------- /tutorials/06_stroking/CMake/toolchain/linux_ppc64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/CMake/toolchain/linux_ppc64.cmake -------------------------------------------------------------------------------- /tutorials/06_stroking/CMake/toolchain/osx_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/CMake/toolchain/osx_ub.cmake -------------------------------------------------------------------------------- /tutorials/06_stroking/CMake/toolchain/win_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/CMake/toolchain/win_x86.cmake -------------------------------------------------------------------------------- /tutorials/06_stroking/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/CMakeLists.txt -------------------------------------------------------------------------------- /tutorials/06_stroking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/README.md -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/android/.gitignore -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/android/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/android/build.gradle -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/android/gradlew -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/android/gradlew.bat -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name = "Tutorial 06" -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/AppDelegate.h -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/AppDelegate.m -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/View.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/View.h -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/View.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/View.m -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/ViewController.h -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/ViewController.m -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/icons/Icon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/icons/Icon-16.png -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/icons/Icon-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/icons/Icon-24.png -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/icons/Icon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/icons/Icon-32.png -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/icons/Icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/icons/Icon-40.png -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/icons/Icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/icons/Icon-60.png -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/icons/Icon-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/icons/Icon-64.png -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/icons/Icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/icons/Icon-72.png -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/icons/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/icons/Icon-76.png -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/icons/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/icons/Icon.png -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/icons/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/icons/Icon@2x.png -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/icons/Icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/icons/Icon@3x.png -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/info.plist.in -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/main.m -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/ios/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/ios/programs.metal -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/linux/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/linux/main.c -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/macosx/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/macosx/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/macosx/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/macosx/info.plist.in -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/macosx/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/macosx/main.m -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/macosx/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/macosx/programs.metal -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/macosx/tutorial.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/macosx/tutorial.icns -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/win/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/win/main.c -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/win/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/win/manifest.xml -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/win/resource.h: -------------------------------------------------------------------------------- 1 | #define IDI_ICON1 102 2 | -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/win/tutorial.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/win/tutorial.ico -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/win/tutorial.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/win/tutorial.rc -------------------------------------------------------------------------------- /tutorials/06_stroking/platform/win/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/platform/win/wglext.h -------------------------------------------------------------------------------- /tutorials/06_stroking/src/tutorial_06.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/src/tutorial_06.c -------------------------------------------------------------------------------- /tutorials/06_stroking/src/tutorial_06.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/06_stroking/src/tutorial_06.h -------------------------------------------------------------------------------- /tutorials/07_compositing/CMake/checkSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/CMake/checkSystem.cmake -------------------------------------------------------------------------------- /tutorials/07_compositing/CMake/fix-bundle.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/CMake/fix-bundle.cmake -------------------------------------------------------------------------------- /tutorials/07_compositing/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/CMakeLists.txt -------------------------------------------------------------------------------- /tutorials/07_compositing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/README.md -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/android/.gitignore -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/android/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/android/gradlew -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name = "Tutorial 07" -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/ios/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/ios/AppDelegate.h -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/ios/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/ios/AppDelegate.m -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/ios/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/ios/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/ios/View.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/ios/View.h -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/ios/View.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/ios/View.m -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/ios/icons/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/ios/icons/Icon.png -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/ios/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/ios/info.plist.in -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/ios/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/ios/main.m -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/ios/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/ios/programs.metal -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/linux/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/linux/main.c -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/macosx/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/macosx/main.m -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/win/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/win/main.c -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/win/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/win/manifest.xml -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/win/resource.h: -------------------------------------------------------------------------------- 1 | #define IDI_ICON1 102 2 | -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/win/tutorial.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/win/tutorial.ico -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/win/tutorial.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/win/tutorial.rc -------------------------------------------------------------------------------- /tutorials/07_compositing/platform/win/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/platform/win/wglext.h -------------------------------------------------------------------------------- /tutorials/07_compositing/src/tutorial_07.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/src/tutorial_07.c -------------------------------------------------------------------------------- /tutorials/07_compositing/src/tutorial_07.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/07_compositing/src/tutorial_07.h -------------------------------------------------------------------------------- /tutorials/08_imgwarp/CMake/checkSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/CMake/checkSystem.cmake -------------------------------------------------------------------------------- /tutorials/08_imgwarp/CMake/fix-bundle.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/CMake/fix-bundle.cmake -------------------------------------------------------------------------------- /tutorials/08_imgwarp/CMake/toolchain/ios_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/CMake/toolchain/ios_ub.cmake -------------------------------------------------------------------------------- /tutorials/08_imgwarp/CMake/toolchain/linux_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/CMake/toolchain/linux_x86.cmake -------------------------------------------------------------------------------- /tutorials/08_imgwarp/CMake/toolchain/osx_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/CMake/toolchain/osx_ub.cmake -------------------------------------------------------------------------------- /tutorials/08_imgwarp/CMake/toolchain/win_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/CMake/toolchain/win_x86.cmake -------------------------------------------------------------------------------- /tutorials/08_imgwarp/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/CMakeLists.txt -------------------------------------------------------------------------------- /tutorials/08_imgwarp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/README.md -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/android/.gitignore -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/android/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/android/build.gradle -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/android/gradlew -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/android/gradlew.bat -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name = "Tutorial 08" -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/AppDelegate.h -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/AppDelegate.m -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/View.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/View.h -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/View.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/View.m -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/ViewController.h -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/ViewController.m -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon-120.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon-152.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon-16.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon-167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon-167.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon-180.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon-24.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon-32.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon-40.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon-60.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon-64.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon-72.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon-76.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon@2x.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/icons/Icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/icons/Icon@3x.png -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/info.plist.in -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/main.m -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/ios/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/ios/programs.metal -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/linux/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/linux/main.c -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/macosx/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/macosx/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/macosx/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/macosx/info.plist.in -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/macosx/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/macosx/main.m -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/macosx/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/macosx/programs.metal -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/macosx/tutorial.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/macosx/tutorial.icns -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/win/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/win/main.c -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/win/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/win/manifest.xml -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/win/resource.h: -------------------------------------------------------------------------------- 1 | #define IDI_ICON1 102 2 | -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/win/tutorial.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/win/tutorial.ico -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/win/tutorial.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/win/tutorial.rc -------------------------------------------------------------------------------- /tutorials/08_imgwarp/platform/win/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/platform/win/wglext.h -------------------------------------------------------------------------------- /tutorials/08_imgwarp/src/girl_data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/src/girl_data.c -------------------------------------------------------------------------------- /tutorials/08_imgwarp/src/tutorial_08.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/src/tutorial_08.c -------------------------------------------------------------------------------- /tutorials/08_imgwarp/src/tutorial_08.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/08_imgwarp/src/tutorial_08.h -------------------------------------------------------------------------------- /tutorials/09_text/CMake/checkSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMake/checkSystem.cmake -------------------------------------------------------------------------------- /tutorials/09_text/CMake/fix-bundle.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMake/fix-bundle.cmake -------------------------------------------------------------------------------- /tutorials/09_text/CMake/toolchain/ios_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMake/toolchain/ios_ub.cmake -------------------------------------------------------------------------------- /tutorials/09_text/CMake/toolchain/linux_armv5.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMake/toolchain/linux_armv5.cmake -------------------------------------------------------------------------------- /tutorials/09_text/CMake/toolchain/linux_armv7.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMake/toolchain/linux_armv7.cmake -------------------------------------------------------------------------------- /tutorials/09_text/CMake/toolchain/linux_armv8.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMake/toolchain/linux_armv8.cmake -------------------------------------------------------------------------------- /tutorials/09_text/CMake/toolchain/linux_mips.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMake/toolchain/linux_mips.cmake -------------------------------------------------------------------------------- /tutorials/09_text/CMake/toolchain/linux_mips64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMake/toolchain/linux_mips64.cmake -------------------------------------------------------------------------------- /tutorials/09_text/CMake/toolchain/linux_ppc64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMake/toolchain/linux_ppc64.cmake -------------------------------------------------------------------------------- /tutorials/09_text/CMake/toolchain/linux_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMake/toolchain/linux_x86.cmake -------------------------------------------------------------------------------- /tutorials/09_text/CMake/toolchain/linux_x86_64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMake/toolchain/linux_x86_64.cmake -------------------------------------------------------------------------------- /tutorials/09_text/CMake/toolchain/osx_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMake/toolchain/osx_ub.cmake -------------------------------------------------------------------------------- /tutorials/09_text/CMake/toolchain/win_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMake/toolchain/win_x86.cmake -------------------------------------------------------------------------------- /tutorials/09_text/CMake/toolchain/win_x86_64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMake/toolchain/win_x86_64.cmake -------------------------------------------------------------------------------- /tutorials/09_text/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/CMakeLists.txt -------------------------------------------------------------------------------- /tutorials/09_text/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/README.md -------------------------------------------------------------------------------- /tutorials/09_text/platform/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/android/.gitignore -------------------------------------------------------------------------------- /tutorials/09_text/platform/android/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /tutorials/09_text/platform/android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/android/app/build.gradle -------------------------------------------------------------------------------- /tutorials/09_text/platform/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/android/build.gradle -------------------------------------------------------------------------------- /tutorials/09_text/platform/android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/android/gradle.properties -------------------------------------------------------------------------------- /tutorials/09_text/platform/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/android/gradlew -------------------------------------------------------------------------------- /tutorials/09_text/platform/android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/android/gradlew.bat -------------------------------------------------------------------------------- /tutorials/09_text/platform/android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name = "Tutorial 09" -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/AppDelegate.h -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/AppDelegate.m -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/View.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/View.h -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/View.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/View.m -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/ViewController.h -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/ViewController.m -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-120.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-152.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-16.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-167.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-180.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-24.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-32.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-40.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-40@2x.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-40@3x.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-60.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-60@2x.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-60@3x.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-64.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-72.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-72@2x.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-76.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-76@2x.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon-Small.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon@2x.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/icons/Icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/icons/Icon@3x.png -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/info.plist.in -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/main.m -------------------------------------------------------------------------------- /tutorials/09_text/platform/ios/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/ios/programs.metal -------------------------------------------------------------------------------- /tutorials/09_text/platform/linux/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/linux/main.c -------------------------------------------------------------------------------- /tutorials/09_text/platform/macosx/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/macosx/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/09_text/platform/macosx/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/macosx/info.plist.in -------------------------------------------------------------------------------- /tutorials/09_text/platform/macosx/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/macosx/main.m -------------------------------------------------------------------------------- /tutorials/09_text/platform/macosx/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/macosx/programs.metal -------------------------------------------------------------------------------- /tutorials/09_text/platform/macosx/tutorial.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/macosx/tutorial.icns -------------------------------------------------------------------------------- /tutorials/09_text/platform/win/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/win/main.c -------------------------------------------------------------------------------- /tutorials/09_text/platform/win/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/win/manifest.xml -------------------------------------------------------------------------------- /tutorials/09_text/platform/win/resource.h: -------------------------------------------------------------------------------- 1 | #define IDI_ICON1 102 2 | -------------------------------------------------------------------------------- /tutorials/09_text/platform/win/tutorial.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/win/tutorial.ico -------------------------------------------------------------------------------- /tutorials/09_text/platform/win/tutorial.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/win/tutorial.rc -------------------------------------------------------------------------------- /tutorials/09_text/platform/win/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/platform/win/wglext.h -------------------------------------------------------------------------------- /tutorials/09_text/src/font_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/src/font_common.c -------------------------------------------------------------------------------- /tutorials/09_text/src/font_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/src/font_common.h -------------------------------------------------------------------------------- /tutorials/09_text/src/tutorial_09.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/src/tutorial_09.c -------------------------------------------------------------------------------- /tutorials/09_text/src/tutorial_09.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/src/tutorial_09.h -------------------------------------------------------------------------------- /tutorials/09_text/src/vera_font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/src/vera_font.c -------------------------------------------------------------------------------- /tutorials/09_text/src/vera_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/09_text/src/vera_font.h -------------------------------------------------------------------------------- /tutorials/10_masking/CMake/checkSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/CMake/checkSystem.cmake -------------------------------------------------------------------------------- /tutorials/10_masking/CMake/fix-bundle.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/CMake/fix-bundle.cmake -------------------------------------------------------------------------------- /tutorials/10_masking/CMake/toolchain/ios_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/CMake/toolchain/ios_ub.cmake -------------------------------------------------------------------------------- /tutorials/10_masking/CMake/toolchain/linux_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/CMake/toolchain/linux_x86.cmake -------------------------------------------------------------------------------- /tutorials/10_masking/CMake/toolchain/osx_ub.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/CMake/toolchain/osx_ub.cmake -------------------------------------------------------------------------------- /tutorials/10_masking/CMake/toolchain/qnx_armv7.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/CMake/toolchain/qnx_armv7.cmake -------------------------------------------------------------------------------- /tutorials/10_masking/CMake/toolchain/qnx_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/CMake/toolchain/qnx_x86.cmake -------------------------------------------------------------------------------- /tutorials/10_masking/CMake/toolchain/win_x86.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/CMake/toolchain/win_x86.cmake -------------------------------------------------------------------------------- /tutorials/10_masking/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/CMakeLists.txt -------------------------------------------------------------------------------- /tutorials/10_masking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/README.md -------------------------------------------------------------------------------- /tutorials/10_masking/platform/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/android/.gitignore -------------------------------------------------------------------------------- /tutorials/10_masking/platform/android/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /tutorials/10_masking/platform/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/android/build.gradle -------------------------------------------------------------------------------- /tutorials/10_masking/platform/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/android/gradlew -------------------------------------------------------------------------------- /tutorials/10_masking/platform/android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/android/gradlew.bat -------------------------------------------------------------------------------- /tutorials/10_masking/platform/android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name = "Tutorial 10" -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/AppDelegate.h -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/AppDelegate.m -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/View.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/View.h -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/View.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/View.m -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/ViewController.h -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/ViewController.m -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon-120.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon-152.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon-16.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon-167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon-167.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon-180.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon-24.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon-32.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon-40.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon-60.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon-64.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon-72.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon-76.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon@2x.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/icons/Icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/icons/Icon@3x.png -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/info.plist.in -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/main.m -------------------------------------------------------------------------------- /tutorials/10_masking/platform/ios/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/ios/programs.metal -------------------------------------------------------------------------------- /tutorials/10_masking/platform/linux/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/linux/main.c -------------------------------------------------------------------------------- /tutorials/10_masking/platform/macosx/ShaderTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/macosx/ShaderTypes.h -------------------------------------------------------------------------------- /tutorials/10_masking/platform/macosx/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/macosx/info.plist.in -------------------------------------------------------------------------------- /tutorials/10_masking/platform/macosx/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/macosx/main.m -------------------------------------------------------------------------------- /tutorials/10_masking/platform/macosx/programs.metal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/macosx/programs.metal -------------------------------------------------------------------------------- /tutorials/10_masking/platform/macosx/tutorial.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/macosx/tutorial.icns -------------------------------------------------------------------------------- /tutorials/10_masking/platform/win/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/win/main.c -------------------------------------------------------------------------------- /tutorials/10_masking/platform/win/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/win/manifest.xml -------------------------------------------------------------------------------- /tutorials/10_masking/platform/win/resource.h: -------------------------------------------------------------------------------- 1 | #define IDI_ICON1 102 2 | -------------------------------------------------------------------------------- /tutorials/10_masking/platform/win/tutorial.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/win/tutorial.ico -------------------------------------------------------------------------------- /tutorials/10_masking/platform/win/tutorial.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/win/tutorial.rc -------------------------------------------------------------------------------- /tutorials/10_masking/platform/win/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/platform/win/wglext.h -------------------------------------------------------------------------------- /tutorials/10_masking/src/mask_images.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/src/mask_images.c -------------------------------------------------------------------------------- /tutorials/10_masking/src/mask_paths.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/src/mask_paths.c -------------------------------------------------------------------------------- /tutorials/10_masking/src/ship.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/src/ship.c -------------------------------------------------------------------------------- /tutorials/10_masking/src/tutorial_10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/src/tutorial_10.c -------------------------------------------------------------------------------- /tutorials/10_masking/src/tutorial_10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mazatech/amanithvg-sdk/HEAD/tutorials/10_masking/src/tutorial_10.h --------------------------------------------------------------------------------