/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

etodd.io
| | blog.damato.design
12.7 parsecs away

Travel
| | A Storybook approach to visualize all my components' configurations and why its not recommended in Storybook today.
| | blog.eyas.sh
8.5 parsecs away

Travel
| | We already discussed Game Objects and Components as two of the fundamental building blocks of the Unity Engine. Today, we'll discuss their programmatic
| | piemaster.net
11.4 parsecs away

Travel
| | I want to talk a bit about the Artemis framework I've been playing with, but it won't mean much without some background knowledge of the entity/component paradigm of game design. This post, then, is a quick review of my experience with entities and components, and how they relate to the more traditional object-oriented (OO) paradigm, and in particular, what sucks about both. If you're familiar with the entity/component paradigm already, you may just want to skip over to my detailing ofEntity/Component Game Design That Works: The Artemis Framework » and read through this at your leisure. There's a few connections, but I'm trying to keep it at a pretty high level for now.
| | blog.martinig.ch
45.8 parsecs away

Travel
| Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to