Posts Tagged 'development' Submit Post

Icon_article

Simplygon 5.0 is Now Available

by TheSeanK Apr 19, 2013 at 17:48

Donya Labs has released Simplygon 5.0, which incorporates a number of new features that further automate the optimization process for digital assets. In the fifth generation of Simplygon the focus is on core development and making Simplygon even more automatic and reliable. The Donya Labs team ha... Read more »

2
Icon_article

Complicated one man project

by heisant Mar 19, 2013 at 14:00

A small article about a upcoming Net Gain cyberpunk strategy game Read more »

0
Icon_article

Introduction to C++ with Game Development: Part 9, Colors

by IGAD of NHTV University Apr 07, 2010 at 00:00

In this article we will return to the numbers that represent colors, as demonstrated in the second installment of this series. This can only be done through the wonderful world of bit magic, which is by the way a very nice place to be, so we will explore it thoroughly. Read more »

2
Icon_article

Introduction to C++ with Game Development: Part 8, Memory Addresses and Pointers

by IGAD of NHTV University Mar 11, 2010 at 00:00

One of the harder concepts in C++ is the concept of pointers. Pointers have everything to do with the very nature of the language: C++ gets you pretty close to the hardware you are working with, and one of the most important parts of that hardware is memory. Your system Read more »

2
Icon_article

Introduction to C++ with Game Development: Part 7, Debugging

by IGAD of NHTV University Mar 11, 2010 at 00:00

In this tutorial, we're going to look at how you can stop and start your code to see what it is doing as well as view some variables and values. This is a process called debugging, it can be a complex process but we'll stick with the basics of breakpoints, Read more »

0
Icon_article

Introduction to C++ with Game Development: Part 5, Conditions

by IGAD of NHTV University Feb 24, 2010 at 00:00

This tutorial is about the condition commands C/C++ has which allow you to make important decisions that can help you to control the way your program flows. You already did some of these conditions when you did loops without realizing it, so this is just a cool way to make Read more »

0
Icon_article

Introduction to C++ with Game Development: Part 4, Loops

by IGAD of NHTV University Feb 12, 2010 at 00:00

This tutorial is about two things: sprites and loops. Sprites will get you on your way to making interesting stuff move on the screen, whereas loops will help you write less code to do more. On with the show! Getting the stuff you need As with the last tutorial, we’ll Read more »

0
Icon_article

Introduction to C++ with Game Development: Part 3, Variables

by IGAD of NHTV University Feb 12, 2010 at 00:00

The previous tutorial introduced you to the project template. You can now draw some lines and print some text in all kinds of colors, but that's clearly far from the goal of making actual games, where bullets wizz past in glorious 3D and enemies flank you in the smartest ways. Read more »

3
Icon_article

Introduction to C++ with Game Development: Part 1, Intro

by IGAD of NHTV University Jan 26, 2010 at 00:00

Welcome to the first article of Learning C++ tutorial series, provided by the IGAD program of the NHTV University! These tutorials are designed to take you from zero to block 3 entry level of IGAD's program in a somewhat smooth fashion. We start at the absolute basics: all that you Read more »

5
Copyright 2011 DevMaster. All rights reserved. (rev: 994f941)