DEV Community

Cover image for How To Choose a Technology For a Commercial Project. Harmful Advice
Viach Kakovskyi
Viach Kakovskyi

Posted on

How To Choose a Technology For a Commercial Project. Harmful Advice

Top comments (3)

Collapse
 
codemouse92 profile image
Jason C. McDonald

Nice inverted advice, Viach.

Kidding aside, sometimes it pays to wrap your own. At my company, we're building our own game engine, b/c we're creating games for an audience and situation that none of the existing engines support. We're actually filling a market gap, both with the game AND the (open source) game engine.

Still, while we do have to build a lot of things ourselves to meet the game engine's performance goals and minimum spec, we look for any solid, stable, open source libraries that can speed up our work. CPGF, Cinder, and pugixml are great projects! (One of our senior devs discovered we could scrap building an entire piece of the engine's stack as soon as he started looking into pugixml, so that saved a nice chunk of time.)

Collapse
 
backendandbbq profile image
Viach Kakovskyi

I agree. In the case which you described, especially about filling a market gap, it's reasonable. Somebody just needs to build the tools first.

Collapse
 
rajaasyraf profile image
Raja Asyraf

Great advice!