Code Monkey home page Code Monkey logo

min3d-androidstudio's Introduction

min3d-AndroidStudio

This is the min3d framework and examples project ported to Android Studio (v1.3.2+) and Gradle (v2.4+). It was originally built in 2010. That source code is at https://code.google.com/p/min3d/.

The min3d framework simplifies writing OpenGl on Android. Though it was written for OpenGL ES 1.0, it's a great introduction to OpenGL on Android and has lots of useful utilities and examples for the following:

  • Vertex index lists
  • Per-vertex colors
  • Vertex normals
  • Texture mapping
  • Light source (just the one, for now)
  • Camera class, with view frustrum settings
  • Object scale, euler rotation, and translation properties as expected
  • Object children that inherit parent's transform properties
  • Ability to render a subset of an object's list of faces
  • Triangle or point rendermodes (just the two, for now)
  • A few canned object primitives
  • Reading 3D objects from different file formats:
    • WaveFront OBJ
    • AutoDesk 3DS
    • id Tech 2 MD2

There are 2 modules in this project:

  • app is the Android application with several examples using min3d.
  • min3d is the min3d framework that the Android application examples use.

License

MIT LICENSE

http://opensource.org/licenses/mit-license.php

Acknowledgements

Lee Felarca and Dennis Ippel wrote the original code. See http://zeropointnine.com/blog/a-3d-framework-for-android-min3d/

Mario Viviani did the original port to Android Studio (version 0.4.4) from which this project was created. See https://github.com/Mariuxtheone/min3dSampleProject-AndroidStudio

Notes

Before importing the project into Android Studio you may want to modify the Android SDK version targets found in:

  • app/build.gradle
  • min3d/build.gradle
  • app/src/main/AndroidManifest.xml

min3d-androidstudio's People

Contributors

laurenra7 avatar

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.