Propietary Engine VS Commercial engine

by Zalo [email protected]

About me B.S. Computer Engineering 9 years of experience, 5 different companies 3 propietary engines, 2 commercial engines I have my own engine :P

My current job: Bravo Games, Seville

http://bravogamestudios.com

Summary Propietary engine: - Advantages - Disadvantages Commercial: - Advantages - Disadvantages

What is an engine? "A game engine is a system designed for the creation and development of video games. The leading game engines provide a software framework that developers use to create games for video game consoles and personal computers. The core functionality typically provided by a game engine includes a rendering engine (“renderer”) for 2D or 3D graphics, a physics engine or collision detection (and collision response), sound, scripting, animation, artificial intelligence, networking, streaming, memory management, threading, localization support, and a scene graph. The process of game development is often economized, in large part, by reusing/adapting the same game engine to create different games,[1] or to make it easier to "port" games to multiple platforms.."

Wikipedia

Propietary engine. Advantages

Propietary engine. Advantages - Take the hardware to its own limit - Limited by hardware - Máximum optimization - Best graphics - Best performance

Propietary engine. Advantages Prestige - For the company - For the developers - For the final user

Propietary engine. Advantages Reach all platforms: - Mobile: android, IOS, Windows Phone,blackberry, Tizen, LiMo, Bada, Symbian, j2ME, WebOS... - Pc: Windows, Linux, Mac Os, Flash, Native Client - Consoles: Nintendo 3DS, PS Vita, Wii U, XBox 360, Playstation 3, Xbox One, Playstation 4

Propietary engine. Advantages Ready for the upcoming technologies First to receive SDKs Market advantage being there at new consoles launch, providing the first games

Propietary engine. Advantages Bug Fixing, fix your own bugs without depending on anyone else Crucial on final stages of development

Propietary engine. Advantages Knowing very well the hardware, having the chance to take it to the limit Any doubts can be resolved by the technology team. Easy to ask them Source code available anyway

Propietary engine. Advantages Doesn’t cost extra money No extra licenses

Propietary engine. Advantages Technology can be sold Extra source of income eg. Epic, Crytek

Propietary engine. Advantages Developing an engine has a lot of knowledge attached to it People learn how to code and how to get documented People learn to work as a team It is easier for these programmers to use other engines, learn from them and detect posible design mistakes

Propietary engine. Advantages Freedom of choosing the software you want to work with - 3ds Max - Maya - Blender - Adobe Photoshop - Flash ... you select the better programs for your team

Propietary engine. Disadvantages

Propietary engine. Disadvantages Developing a good engine is a very hard task

● Difference between knowledge and how to organize all ● ● ● ● ●

that knowledge Constant code review Needs more people that it seems Every time a new feature is added another feature can become affected Basic stuff: memory management, memory leaks, profiling, debugging tools It must be easy to use by the final user

Propietary engine. Disadvantages Cross platform engines are harder to develop It is hard to find suitable people Easy to make mistakes good coders usually avoid: code duplication, macro abuse… The code must be reviewed more than ever. Any change done in any platform can affect the others

Propietary engine. Disadvantages A good technology is not enought, it must come with good tools: editors, exporters/importers, resource managers, localization tools... The tools must be tested and reviewed Scalability They need to be easy to use (even by non programmers)

Propietary engine. Disadvantages Delegating too much tasks into one only person If that person leaves the company there will be caos The documentation left is not enought, but it is better than noting

Propietary engine. Disadvantages

Better programmers => experienced progammers => more expensive programmers

Propietary engine. Disadvantages Last time bugs hard to get solved with time constraints: memory overflow, stack overflow... Errors easy to detect but hard to prevent from happening, specially when the code comes from juniors Technology bugs never happen until the last minute Use of horrible hacks because of no time to fix things properly

Propietary engine. Disadvantages Suffer beta technologies Working with new technologies on their early stages can be a nightmare Working with new technologies on earlier stages (not publically available) can be a worst nightmare

Propietary engine. Disadvantages Not too much help or maybe no help at all Fixing issues that doesn’t appear on a simple google search

Propietary engine. Disadvantages New people need to be taught to use the technology Even if they are experienced programmers, they need some time to learn the technology

Commercial engine.Advantages

Commercial engine. Advantages Technology already implemented No need for a technology department No need to worry about common assets importation: meshes, textures, sounds, etc

Commercial engine. Advantages Cross platform support without expending any time on it (most commercial engines are cross platform nowadays) Unity3D: Windows, Android, IOS, Flash, BlackBerry… and many more, including incoming devices

Commercial engine. Advantages Tested technology Before a new version is realeased it is tested by the technology provider Because there are lots of users bugs and workarounds are shared very fast on the net If there is a serious bug a new version is released

Commercial engine. Advantages Very well documentation It comes with examples You can search more examples on the internet done by other users

Commercial engine. Advantages Less experienced programmers Cheaper Some commercial engines like Unity are very accesible. People with no previous coding experience can develop games without extra help

Commercial engine. Advantages A good engine comes with good tools Editors, exporters... A good scene editor can be decisive when choosing an engine

Commercial engine. Advantages Faster knowledge adquisition than writing things from scratch - Physics - Shaders - Networking -...

Commercial engine. Advantages Tasks from different departments unified - programming - design - art - sound

Commercial engine. Advantages It is easier to find new people Because these technologies are used on many companies and even publically available it is easy to find people that already worked with them (even at home)

Commercial engine. Advantages You can sell your scripts as another source of income Unity Asset Store

Commercial engine. Disadvantages

Commercial engine. Disadvantages You never have everything that you need: advertising, in app purchasing, analytics, push notifications... You end up needing people with certain knowledge (objective C, Java, XCode, Eclipse)

Commercial engine. Disadvantages Not access to the source code can limit the final user to improve performance in some scenarios Limited by the engine implementation Even with source code access one can be limited by its architecture

Commercial engine. Disadvantages Only most popular platforms are supported Loss of opportunities not being able to port a game into an emerging platform

Commercial engine. Disadvantages Some bugs take months to be fixed Finally when they are fixed your code has a lot of workarounds Wish lists are a good idea, but some of them even seeming pretty obvious take time to be done

Commercial engine. Disadvantages Commercial engines are not free Unity costs 1500$ + 1500$ per platform(IOS + Android = $3000). Per seat. Upgrading to a newer version has an extra cost of $750 + $750 per platform. Basic license (free )doesn’t give you support to native plugins (no in apps, no adds...) Udk costs $99 until $50000 profit, then it is 25% of total profit. Android is not included, you need an unreal engine license Don’t forget Apple and Google costs (yearly license plus profit percentage)

Commercial engine. Disadvantages People that never coded before now do it - Unexperienced programmers, even with no training at all: inheritance, polymorphism, pointers, memory management, design patterns… - Low maths level - Not used to read and get doccumented - Ugly code: code duplication, poor design, no comments, bad code formatting, no scalability… if it works that’s fine

Commercial engine. Disadvantages Copy paste abusing Scripts are bought or downloaded without knowing how they work. No knowledge involved Bad implemented scripts are shared again and again

Commercial engine. Disadvantages Accessibility has saturated the market Every day there are more (good) games, more companies and more people to compete with. It is impossible to play all the games that are released every day, it is harder to success or just earn some money

Commercial engine. Disadvantages Dependency on the company that developes the engine. If it is shutted down is a problem for you

Doubts, Questions

Thank you very much

[email protected] https://twitter.com/Zal0

Propietary Engine VS Commercial engine

Mobile: android, IOS, Windows. Phone,blackberry, Tizen, LiMo, Bada, ... Page 10 .... Android is not included, you need an unreal engine license. Don't forget ...

335KB Sizes 4 Downloads 289 Views

Recommend Documents

App Engine JDO vs. JPA - GitHub
The Google App Engine datastore offers different ways to persist your data. This paper will compare different approaches and talk about advantages and.

Challenges in Running a Commercial Web Search Engine - MSU CSE
As of today. – Users give a 2-4 word query. – SE gives a relevance ranked list of web pages. – Most users click only on the first few results. – Few users go below ...

MITSUBISHI K3E Engine Service Manual and Engine Parts from ...
MITSUBISHI K3E Engine Service Manual and Engine ... e 269 673 2313 email [email protected]. MITSUBISHI K3E Engine Service Manual and ...

Electronic engine control apparatus
Sep 20, 1978 - 10 (A-I) is a diagram for explaining the opera tion of the circuit .... temperature of the exhaust gas in the converter 82 and the output TB of the ...

< Blending Engine --—>
Jun 5, 2002 - See application ?le for complete search history. RAM screen buffer. < Blending Engine --—>. {. ~_..______'. RAM overlay screen buffer. IBM Technical Disclosure Bulletin, “Transparent Window. Selection”, vol. 30, No. 11,Apr. 1988,

Google Maps Engine Cookbook
Sep 3, 2014 - In Google Maps Engine, you always follow these three basic steps to make a map: A. Upload data ... Check the status message at the top of the page to see when it's finished. Recipe 1 | Map with point .... outlines for each polygon (stat

< Blending Engine --—>
Jun 5, 2002 - (Under 37 CFR 1.47). Related US. Patent Documents. Reissue of: (64) Patent No.: 6,072,489. Issued: Jun. 6, 2000. Appl. No.: ..... Page 36 ...

pdf-20152\electronic-engine-tuning-writing-engine-maps-for-road ...
Try one of the apps below to open or edit this item. pdf-20152\electronic-engine-tuning-writing-engine-maps-for-road-and-race-cars-by-cathal-greaney.pdf.

indian growth engine indian growth engine
I wish the team good luck for its future endeavors and hope that the students of IIM Shillong continue to bring pride to the Institute and ... The current anniversary issue is focused on the theme “Gears of Indian Growth Engine” which best suited

Harley engine modification. - MotoParts
Twin Cam Engines from Harley-Davidson have a good design and some nice ..... Any camshaft with with a duration under 250 degrees and lifts below .500 can ...

Harley engine modification. - MotoParts
Performance and Technical information on modifying engines for Harley-Davidson motorcycles. Looking for high performance engine specifications for your ...

engine-x
/etc/nginx/sites-enabled/default server{ listen 127.0.0.1:80; server_name basic; access_log /var/log/nginx/basic.access.log; error_log /var/log/nginx/basic.error.log; location / { root /var/www/basic; index index.html index.htm;. }.

Internal combustion engine
Dec 7, 2001 - Patent Application Publication Jun. 13, 2002 Sheet 3 0f 6. US 2002/0069860 A1. Mfg/Z42. ,2? C I B). 7/. / %5.3. 5?: C33. 1 F5: F ..... [0043] Thus, during all Working strokes the collection chamber 20 and the bore at times are connected

Competition Engine Building
... E-Book Free E-books OnlineDonwload Competition Engine Building: Advanced Engine Design and Assembly Techniques (NONE) Full E-Book Free ebook FreeDonwload Competition Engine Building: Advanced Engine Design and Assembly Techniques (NONE) Full E-Bo

pdfgeni search engine
Sign in. Loading… Page 1. Whoops! There was a problem loading more pages. pdfgeni search engine. pdfgeni search engine. Open. Extract. Open with. Sign In.

pdfgeni search engine
Sign in. Loading… Whoops! There was a problem loading more pages. Whoops! There was a problem previewing this document. Retrying... Download. Connect ...

rotary engine pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. rotary engine ...

pdf search engine
Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. pdf search engine. pdf search engine. Open. Extract. Open with.

RR-1 Engine
develop maximum speed and power. About 15 minutes running ..... Glow Plugs are _' 3:; gig'; 13193 1523259 the cost tv\1 will be excesstve- But».

ENGINE STAND ADAPTER.pdf
Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. ENGINE STAND ADAPTER.pdf. ENGINE STAND ADAPTER.pdf.

Search Engine Optimization.pdf
SEO Content Development. SEO content development is the process of creating website content which can come in a. variety of forms, including text (e.g. articles, whitepapers, essays, research documents, tutorials,. and glossaries), infographics (info

Inside Intel Management Engine - GitHub
enable closed chassis debug through a USB3 port from Intel silicon. • Intel DCI provides access to CPU/PCH JTAG via USB3.0. • Software is available without NDA (Intel System Studio). • There are two types of DCI hosting interfaces in the platfo

pdf rendering engine
... was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. pdf rendering engine.