Sat.Mar 31, 2018 - Fri.Apr 06, 2018

article thumbnail

The Most Underrated Rule in Business: Have a Backup Plan

Brand Game Development

Dev Diary posts are made to teach game development through specific examples from my latest project: Highways & Byways. Just here for Highway s & Byways updates? Click here. In 1519, Hernán Cortés and his 600 man crew washed up on the shores of Mexico. He had colonization on his mind, and he wanted to take over the Yucatan Peninsula. He was outgunned and outmanned, so he did the sensible thing: he ordered his troops to burn the boats.

article thumbnail

A Better Architecture for Unity Games

The GameDev Guru

After working six months on the remake of Diamond Dash with Unity I can say that I learned quite a lot from the engineers at Wooga on top…

Engine 100
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Daily Pathtracer Part 5: Metal GPU!

The Astronauts

Introduction and index of this series is here. Let’s make a super-naïve implementation for a GPU! Did I mention that it’s going to be super simple and not optimized for GPUs at all? I did, good. This will be the “minimal amount of work” type of port, with maybe someday restructured to be more efficient. Why Metal? I already have a 1) C++ implementation handy, and 2) a Mac nearby, and 3) Metal is easy to use, and especially easy to move from a C++ implementation.

52
article thumbnail

April Fools' 2018

Grumpy Gamer

Well. 14 years in a row, the Grumpy Gamer blog has been 100% April Fools' day free. Maybe it's just me, but it feels like the stupidity of April Fools' is waining a little. Maybe my life's mission is finally coming to an end. It's also possible that I'm really playing the long game and once you're all 110% convinced I would never pull an April Fools' Prank, that's when I get you!

Join the IGDA Community
article thumbnail

How to Rise Above the Noise of the Internet & Get Noticed

Brand Game Development

If you are a board game developer like me, you are simultaneously privileged and burdened to live in this current time. We’re in an unprecedented era of creativity made possible by the internet and low barriers to entry. On the one hand, board games have seen a massive surge of popularity, growing about 20% every year for the last few years. It seems like board gaming just broke a billion dollars as a market.

Internet 130
article thumbnail

Daily Pathtracer Part 6: D3D11 GPU

The Astronauts

Introduction and index of this series is here. In the previous post, I did a naïve Metal GPU “port” of the path tracer. Let’s make a Direct3D 11 / HLSL version now. This will allow testing performance of this “totally not suitable for GPU” port on a desktop GPU. HLSL is familiar to more people than Metal. Maybe someday I’d put this into a Unity version, and having HLSL is useful, since Unity uses HLSL as the shading language.

40