Sponsored By

Feature: Wipeout Pure's Linklater On 'Implementing Dataports'

For the latest Gamasutra technical feature, Sony Computer Entertainment's Martin Linklater (<i...

Brandon Boyer, Blogger

November 16, 2006

1 Min Read
Game Developer logo in a gray background | Game Developer

For the latest Gamasutra technical feature, Sony Computer Entertainment's Martin Linklater (Wipeout: Pure) explains his process for utilizing dataports, a data structure which has has a unique global identity at runtime. Linklater explains the benefits of using dataports in his introduction, which, he says, can cut down on compile time and source navigation: "As game programming projects grow in size, more care must be taken regarding code and data dependencies between code modules. Without vigilant code construction, class and header file dependencies can spiral out of control, making your project both unwieldy to navigate and slow to compile. The current trend to more data driven game construction techniques and post-release downloaded content can also create extra complexities in code design. Dataports are designed to simplify code and make the data flows between code modules more dynamic. The concept behind Dataports is very simple – data is bound at runtime rather than at compile time. Their implementation is lightweight and simple to integrate into existing code. First I will go through some Dataports concepts then finish off with example code." You can now read the full Gamasutra feature on the subject, including sample source for both the dataport's structure, and the manager that oversees the dataports (no registration required, please feel free to link to this column from external websites).

About the Author

Brandon Boyer

Blogger

Brandon Boyer is at various times an artist, programmer, and freelance writer whose work can be seen in Edge and RESET magazines.

Daily news, dev blogs, and stories from Game Developer straight to your inbox

You May Also Like