Home
NAS2D: The Object Oriented 2D Game Framework
NAS2D is an open source, object oriented 2D game development framework written in portable C++. It was designed to make the development of games and other applications that need a 2D interface easier by providing a high-level API. It handles the low-level tasks of setting up and managing the video display, input, sound mixing, file loading, etc.
One of the primary goals of NAS2D is to be cross-platform. A lot of effort has gone into the code to make it as platform independent as possible. The few areas that are different from platform to platform are hidden from the interface and is virtually transparent to the user.
OutpostHD
OutpostHD is a remake of OUTPOST by Sierra On-line from 1994. It's not a clone of OUTPOST -- it's an entirely new game inspired by OUTPOST's core mechanics while providing a more complete and satisfying experience than the original ever could.