• Register

In January 2015, two lifelong friends started to collect people around their dream and LEAF Games & Software came to light. We are an indie Italian studio creating and developing mobile apps and PC games. All that we offer is meant to be innovative and it’s created from a scratch by a fresh and young development team. We believe in originality and uniqueness of ideas and we endeavor to promote the individual initiative enhancing the talent of each member of our team. We believe in people who dream big because LEAF people dream big. We want to offer unique products and grant a fun gaming experience to people of all ages. Our free to play apps are already available on Google Play Store and Apple App Store, and we are working on Leap of Champions, our first PC game. We ensure fun and excitement for the gamers, exactly what we demand for ourselves!

Post tutorial RSS Tutorials
Optimize your games reducing draw calls

Optimize your games reducing draw calls

Client Side Coding Tutorial

What Draw Calls are? A Draw Call is nothing but a call given by the CPU to the GPU, to render a mesh. After the call, the GPU takes all the information...

Object Pooling in Unity 5

Object Pooling in Unity 5

Client Side Coding Tutorial

Object Pools (a.k.a. resource pools) are used to manage the object caching. Object Pooling is nothing but a design pattern where we have a pool of objects...

How to implement the mobile accelerometer input in Unity5

How to implement the mobile accelerometer input in Unity5

Client Side Coding Tutorial

Do you know Gameloft Asphalt8, one of the most popular video games which allows you to steer the car just moving the phone? Flight Simulator, Need for...