Harism Apps

OpenGL ES 2.0 Demos 1.5
Harism
OpenGL ES 2.0 shader effects exampleapplication. Contains various shaders and demo effects made usingthem. Full source code can be found by following my GitHub homepage found here on Google Play.
AnndBlur² 1.0.3
Harism
A brief test application for implementingbackground blur effect for Android using android.support.v8RenderScript support library. Or Glass Effect in iOS7 terminology.Application isn't fully optimised but may give some ideas how toimprove the implementation. Namely, one might want to reduceunnecessary blur draw calls in case nothing has changed in the viewbackground. Also DrawerLayout causes some headache when it drawsit's left/right child views :(You can find full source code on GitHub for furtherinspection:http://github.com/harism/android_anndblurThank yous:- Stack Blur Algorithm by Mario Klingemann <[email protected]>- Background image Nicolas Pomepuy https://github.com/PomepuyN/BlurEffectForAndroidDesign- Application icon by someone on the Internet
Yin Yang Live Wallpaper 1.6
Harism
Yin Yang symbol, OpenGL ES 2.0 GLSL based,live wallpaper for Android powered devices. Idea for this wallpaperwas to introduce as small as possible installation package withoutlosing many of the requirements live wallpapers do have. Also thiswallpaper shouldn't consume too much battery as scene is renderedonly when there's movement on the screen. Not to forget renderingitself is rather light operation as itself too.Symbol is somewhat elastic as it responds to touch events on thescreen. May be a bit shabby effect but added it in hopes it gavesome additional value for this tiny Yin Yang wallpaper application.There simply isn't too much you can do within less than 10k sizelimit goal I put to myself.For technical ones; you can find full source code for thisapplication by following home page found here.Keywords: Yin Yang Taijitu 阴阳 太极图 陰陽 太極圖
Stripes Live Wallpaper 1.0
Harism
Stripes, OpenGL ES 2.0 based, live wallpaperfor Android powered devices. Stripes is a sunny colored tiny tinywallpaper utilizing OpenGL ES 2.0 GLSL shaders only. There reallyisn't much you can fit into 10kB installation package.For technical ones; full source code is licensed under Apache2.0 license and can be found by following my home page here.
SmalltownBoy 1.0.1
Harism
Simple demo application for thefade/blureffect, similar, and highly inspired by one found onJimmySomerville music video on YouTube. Application name, SmalltownBoy,is taken from the song too and it really doesn't offer muchmorethan showcase the effect and give clickable YouTube link to forthepreviously mentioned video.Hopefully many find the source code more interesting thanthedemo application as itself - and full source code can befoundat;http://github.com/harism/android_smalltown_boy
Flip Cube Live Wallpaper 1.0
Harism
Flip Cube, OpenGL ES 2.0 based, live wallpaperfor Android powered devices.For technical ones; you can find full source code for thisapplication by following my home page here.
Botz Live Wallpaper 1.0
Harism
Botz, OpenGL ES 2.0 based, live wallpaperforAndroid powered devices. Huge thank you for Seb Lee-Delisle,whoseMMOsteroids April fool site worked highly as an inspirationforcreating this wallpaper. Thanks.For techninal ones; you can find full source code forthiswallpaper by following my homepage here.
Metaballs Live Wallpaper 1.3
Harism
Metaballs, OpenGL ES 2.0 based, livewallpaperfor Android powered devices.For technical ones; you can find full source code forthisapplication by following my home page here.
Peppy Flowers Live Wallpaper 3.2
Harism
OpenGL ES 2.0 based live wallpaper forAndroidpowered devices. Renders dynamically generated 'flowerornaments'which make paths, or grow, around the screen randomly.In preferences you can select colors, there are a fewpredefinedcolor schemes, or you can create a custom one. Plus someothergeneral preference values affecting the output.For technical ones; you can find full source code forthisapplication by following home page found here.
Flier Live Wallpaper 3.2
Harism
Cartoonish live OpenGL ES 2.0 wallpaperforAndroid devices. Idea for creating this live paper wastoexperiment with combining different rendering techniquestogether.And produce somewhere in the midst of 8bit graphics andcartoonlike outcome. These combined should lower the processor loadquitea bit and make this wallpaper compatible with more devices.In preferences you can choose to use more dense renderbuffer(more pixels --> more processor hungry). There's also afewpredefined color schemes to choose from - or alternatively youcanset colors by yourself.For technical ones; you can find full source code forthisapplication by following home page found here.
InstaCam 1.2.1
Harism
A demonstration -alike camera applicationwhichallows you to adjust brightness, contrast etc values inreal-timewhile running preview view at the same time. In additionyou canadjust these values after capturing a picture until you hitthe save-button or cancel the image.This application is kept as simple as possible as it'sintendedto be more of an example than properly finalized one. It'salsogood to bear in mind it's been a learning experience at thesametime for the author. Namely updating texture in realtimeusingSurfaceTexture and usage of RenderScript for finalimageprocessing.For technical ones, full source code is available by followingmyhome page found here on Google Plus;- Application icon is licensed under Creative Commons 3.0-licenseand is free to use in non-commercial projects.- Other icons are licensed under GPLv3.- Actual source code is licensed under Apache 2.0 and isavailablefor both commercial and non-commercial usage.
Cubism 2.0
Harism
This OpenGL ES 3.0 demo applicationwashammered together whilst playing around with shadow/depthcubemaps. It's known to be rather processor hungry because therearequite big amount of polygons for mobile devices renderedeveryframe - and they need to be rendered 7 times per frame.In addition to shadows a bloom filter and somefew-lines-of-codeeye candy was added before releasing thisapplication here on PlayMarket. For technical ones; you can findfull source code byfollowing my homepage here.Music is made by Joob and it's being licensedunderCreative Commons 3.0. You can find this song and moreof hiswork on joobkicksnare @ soundcloud.
Lucid Chat* 1.0.8
Harism
Lucid Chat is a very easy andhopefullyintuitive to use chat application. Lucid Chat usesninchat.com chatprotocol and web services for chat implementationwhich is verymuch IRC alike. There are channels, on which you canchat publiclyplus in addition you can trigger private conversationwith oneperson only.This application supports guest accounts only and is intendedtobe used for casual chatting only. There will beofficialninchat.com Android client published soonish which willquitelikely handle more advanced features too.You can find full source code by following my home pagefoundhere. Also I'm keen to hear some improvement ideas if you findthisapplication usable. You can reach me using my email oronGitHub.Please do visit http://ninchat.com for fully-featured webbasedclient.