jgj48 : development game using c++ - gustavo gameloft

12
Game Development Using C++

Upload: gamelanyk

Post on 21-Nov-2014

585 views

Category:

Presentations & Public Speaking


4 download

DESCRIPTION

Presentasi sesi sharing JGJ48 yang dipresentasikan oleh Gustavo, Trainer dari Gameloft Gustavo menerangkan mengenai pengembangan game menggunakan C++ , benefit dan kelebihannya

TRANSCRIPT

Page 1: JGJ48 : development game using c++ - Gustavo Gameloft

Game Development

Using C++

Page 2: JGJ48 : development game using c++ - Gustavo Gameloft
Page 3: JGJ48 : development game using c++ - Gustavo Gameloft

Do You want to make game like this ?

Page 4: JGJ48 : development game using c++ - Gustavo Gameloft

Do You want to make game like this ?

Page 5: JGJ48 : development game using c++ - Gustavo Gameloft

Do You want to make game like this ?

Page 6: JGJ48 : development game using c++ - Gustavo Gameloft

Do You want to make game like this ?

Page 7: JGJ48 : development game using c++ - Gustavo Gameloft

The Future is MOBILE

Benedict Evans, Enders Analysis

Why go MOBILE ?

Page 8: JGJ48 : development game using c++ - Gustavo Gameloft

So, what is needed to do it ?

classabstraction

inheritance

object pointer

Page 9: JGJ48 : development game using c++ - Gustavo Gameloft

Why is this all needed ?

inheritance

Use native language (C++) to maximize device performance.

OpenGL / DirectX libraries best supported by C++

Much more C++ based libraries/tools to make 3D animation and environment (Bullet 3D, Unreal Engine, irrlicht, Ogre 3D, Unity )

Page 10: JGJ48 : development game using c++ - Gustavo Gameloft

Why is this all needed?

inheritance

Although mobile devices use various of OS’s its still support for native application development (commonly using C/C++)

Need to create top level apps that dependent with the OS as “wrapper”

Page 11: JGJ48 : development game using c++ - Gustavo Gameloft

Look at this comparison !

3D supported technologyUsing OpenGL / Direct3D as Graphics API

Support 2D Technology

Written In C++ Language

Using J2ME as Graphics APIWritten in Java Language

Page 12: JGJ48 : development game using c++ - Gustavo Gameloft

Any Question ?

[email protected]