Construct (software)

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Construct
Construct Logo.png
Construct UI.png
The Construct user interface. Editing a layout and a sprite.
Developer(s)Scirra
Initial releaseOctober 27, 2007
Written inC++
Operating systemMicrosoft Windows
Available inEnglish
TypeGame development/application development
LicenseGPL
WebsiteScirra

Construct is a free, open source DirectX game creator. It aims to allow games to be created in an easy drag and drop manner, using an event-based programming system, or optionally with Python scripting. It features pixel shaders, motion blur, zooming and rotations, a Behaviors system, a bone animation system, a debugger, and over 50 built-in objects. In addition, the engine includes support for 2D physics using the Box2D library. Construct is developed by a group of students[1].

Contents

[edit] Event system

The primary method of programming games and applications in Construct is through 'event sheets', which are similar to source files used in programming languages. Each event sheet has a list of events, which contain conditional statements or triggers. Once these are met, actions or functions can be carried out. Event logic such as OR and AND, as well as sub-events (representing scope) allow for sophisticated systems to be programmed without learning a comparatively more difficult programming language. Groups can be used to enable/disable multiple events at once, and to organise events.

Event sheets can then be reused by other levels or parts of an application, by including them in other event sheets.

[edit] Development

Construct is developed as open source software (GPL) and the code is hosted on SourceForge at the Construct project page. It also uses the Prof-UIS interface library.

[edit] Release history

The first public open source build, version 0.8, was released on October 27, 2007[2]. The current version is 0.99.62[3], released November 22, 2009.

[edit] Hardware requirements

  • Windows 2000/XP/Vista.
  • A DirectX 9 compatible graphics card.
    • Effects up to Pixel Shader 2.0 can be used if supported by hardware, but is not required.

[edit] Notes

Languages