armory3d / armory

3D Engine with Blender Integration
https://armory3d.org/engine
zlib License
3.07k stars 315 forks source link

Deferred rendering on mobile #299

Closed pulcheri closed 5 years ago

pulcheri commented 7 years ago

Armory has a lot of great samples, but only one (scene1_mobile) runs on mobile, and it looks, well, quite basic. It would be great to have more that look semi-descent on Android/iOS with better shading and post processing effects.

Tank demo game (scene5) is a good candidate as it has physics/input/scripting which all can be tested together with deferred shading.

pulcheri commented 7 years ago

By the way, more than half of Android devices have OpenGL ES 3.0 support now: https://developer.android.com/about/dashboards/index.html

luboslenco commented 7 years ago

Sadly very much true. Planning to hook up some touch-based gizmo controls soon, and then get on to more mobile-tuned examples.

takhimi commented 7 years ago

Do you plan to integrate other mobile services and API ? IAP, Ads, Gamecenter and etc2 ?

pulcheri commented 7 years ago

Integrating native mobile services and other native libraries can be done in pure haxe / kha. I have done some work and will try to release something as kha samples. Is there anything particularly you are looking for?

On 28 Oct 2017 1:42 am, "takhimi" notifications@github.com wrote:

Do you plan to integrate other mobile services and API ? IAP, Ads, Gamecenter and etc2 ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/armory3d/armory/issues/299#issuecomment-340127204, or mute the thread https://github.com/notifications/unsubscribe-auth/AAqmTmpPFKsdeYDEn2Yxj4LMY3b445ksks5swnh5gaJpZM4QEVLx .

takhimi commented 7 years ago

Really ?? That is awesome. My suggestions are

Ads 1)Admob (Banner, Interstitial, Rewards) Android, IOS 2)Chartboost (Android, Amazon, IOS) 3)Adcolony or maybe Vungle ?

Social Services 1)Google Play Services (Leaderboards, Achievement, and etc) 2)GameCenter (Leaderboards, Achievement and etc 3)Facebook API ? 4)Amazon Gamecircle

IAP 1)IOS 2)Android 3)Amazon

Desktop game services 1)Steam API

luboslenco commented 5 years ago