Giter Site home page Giter Site logo

opengl-android's People

Watchers

 avatar

opengl-android's Issues

Database of Loaded Knots

Look at Notepad3 tutorial and modify the databases for my needs

I will need to store seriazable object 

or have default knot fixed there and the database used only for added knots -> 
like this better.

Original issue reported on code.google.com by [email protected] on 5 Dec 2011 at 2:07

[Solved] Put together loaderOBJ a android app

how to load obj file from native code?

 http://mobilepearls.com/labs/native-android-api/opensles/index.html
 Audio content
There are many ways to package audio content for your application, including:
Resources
    By placing your audio files into the res/raw/ folder, they can be accessed easily by the associated APIs for Resources. However there is no direct native access to resources, so you will need to write Java programming language code to copy them out before use. 
Assets
    By placing your audio files into the assets/ folder, they will be directly accessible by the Android native asset manager APIs. See the header files android/asset_manager.h and android/asset_manager_jni.h for more information on these APIs. The example code located in NDK folder platforms/android-9/samples/native-audio/ uses these native asset manager APIs in conjunction with the Android file descriptor data locator.

 Some solution which I did not tried and completely understand todo try it:
 http://blog.bigpixel.ro/2010/04/ndk-and-resource-files-on-android/

Original issue reported on code.google.com by [email protected] on 13 Nov 2011 at 12:18

[Solved]Print GL version

In OpenGL lecture24 they log GL version, use it from native code in this 
project.
Also use ListActivity  but not sure if from native code?

Original issue reported on code.google.com by [email protected] on 12 Nov 2011 at 11:46

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.