Skip to content

houssemeddinelassoued/android_glsl

Repository files navigation

Introduction

Project for testing different OpenGL ES 2.0 rendering techniques and their performance on mobile devices. This application is currently developed, and being ran, on Samsung Galaxy S2 only which may give false impression on device performance if ran on other devices. Also there is rather heavy development ongoing and big structural changes may occur to source hierarchy from time to time. This will last until somewhat good ratio between code flexibility and readibility is found. Main purpose is to implement backbone for testing environment which can be extended later on to new filters and so on.

The source code is released under Apache 2.0 and can be used in commercial or personal projects. See LICENSE for more information. See NOTICE for any exceptions, these include namely the music used in this application. Besides these exceptions, let it be as-is implementation or - maybe more preferably - as an example for implementing your own rendering environment.

You can find music used in this application, and more, composed by Mosaik, licensed under Creative Commons license, at www.mosaik.se.

Compiled application will be released on Android market from time to time. Check http://market.android.com/details?id=fi.harism.glsl for taking a brief look on the project.

ToDo

  • Add proper comments
  • Improve shadows. Current implementation, the so called zPass shadow volumes technique, suffers from the situations where camera is inside a shadow volume. Fixing this requires somewhat new implementation for rendering as zFail shadow volumes aren't as straightforward to implement (not to forget there's possible patent issue.. sigh).
  • Ideas yet to come..

Useful Links/Resources

About

Shaderize, testing and learning project for OpenGL ES 2.0.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published