Author: yagiz (page 1 of 2)

Gorillaz Andromeda in WebGL

2017 // Desktop and Mobile Browser

This is recreation of popular music video Gorillaz – Andromeda in WebGL. It’s a personal side project that rocked the Medium and Hackernews. It’s all designed and developed by me. Check out the story about this.

View the Project

Morhipo

2015 – Present // iPhone iPad

Morhipo is one the biggest e-commerce retailers in Turkey. I’m currently leading iOS development of Morhipo. This app has:

  • 99% crash free rate with more than 50k daily active users.
  • AI enabled networking debugging tools.
  • custom built slick smooth UI transitions.
  • universal links, spotlight searching, force touch capabilities.
  • MasterPass payment option with custom UI.
  • enhanced analytics libraries.

Today Morhipo iOS app is featured in App Store and Apple Store Istanbul.

View on App Store

Trendyol

2016 – 2017 // iPad

Trendyol is the biggest fashion e-trailer in Turkey and the largest retail e-commerce player overall in terms of number of orders.

This iPad version I redeveloped has:

  • 99% crash free rate with more than 100k daily active users.
  • custom smooth UI animations that is added especially for orientation change.
  • analytics tracking to its end.
  • pixel perfect design implementation.
View on App Store

Vakko

2016 – Present // iPhone iPad

Vakko is the most respected fashion luxury brand in Turkey. Vakko app is the basis for Vakko’s loyalty program with providing a 1-to-1 mobile chat platform between the customer and sales representatives. I’m currently leading iOS development.

This iOS app has:

  • 99% crash free rate.
  • live chat integration.
  • rich custom chat integration.
  • open source unique fluid UI animation modules that are developed specifically for this app.
View on App Store

Unlock Turkey

2016 – Present // iPhone iPad

Unlock Turkey aims to be the ultimate guide for tourists who are visiting Turkey. The project was created by Garanti which is the second private bank in Turkey. Via the app Garanti aimed to be the bank of the tourists too. I’m currently leading iOS development.

This iOS app has:

  • 99% crash free rate.
  • offfline capabilities.
  • custom sound player.
  • location services to its full extend.
View on App Store

Vakkorama

2016 – Present // iPhone iPad

Vakkorama is the core young luxury-fashion brand in Turkey for more than 30 years. The iOS app of Vakkorama is specifically built to engage the young consumer, more with the brand via omnichannel initiatives. I’m currently leading iOS development.

This iOS app has:

  • 99% crash free rate.
  • QR code generation for its loyalty programme.
  • rich custom chat integration.
  • open source unique fluid UI animation modules that are developed specifically for this app.
View on App Store

Ebebek

2016 – Present // iPhone iPad

Ebebek is the biggest e-commerce retailer and a chain store that covers all the needs of a mother and a baby from pre-birth to 4 years of age. I’m currently leading iOS development. This app has:

  • 99% crash free rate with more than 60k monthly active users.
  • custom built slick smooth UI transitions.
  • MasterPass payment option with custom UI integration.
  • enhanced analytics library integrations.
View on App Store

Goano

2014 – 2015 // iPhone iPad

Goano was my first startup experience. It was hashtag based anonymous chat application that connected its users with their personal hashtags. It was loved and still missed today by thousands people.

As a only developer in team I developed:

  • iOS client with %99 crash free rate, unique swipe gestures.
  • backend with Node.JS, custom socket server, MongoDB and Redis.

Goano was invested by Sinan Guler who is one of the most influential basketball players in Turkey. Goano was presented at Startup Istanbul, which is the leading startup event in eurasia.

How I Recreated the Music Video Gorillaz – Andromeda with WebGL

This is  a recreation of Gorillaz Andromeda music video in WebGL. It mimics same visuals and effects in the music video by rendering whole scene on desktop and mobile browsers.

View the project.
Check out the story about this on Medium.

Building Portfolio Headers With Three.js

Three.js is awesome 3D library that I play with since it came out. Building little experiments, playing with shaders etc are always fun. So I decided to build a 3D fancy video player for my portfolio posts. Isn’t it better than static images?

It has a simple scene. I added bunch of randomised triangles in the background. Set their colors to dominant colors of the given project. In the center I added a simple plane with a video texture on it.

I’ll share the source after I revise it a bit.