Skip to content

A GameMaker system for frame operations management.

License

Notifications You must be signed in to change notification settings

Alphish/gm-mainframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GM Mainframe system

Mainframe is a GameMaker system for managing execution of logic within a frame. Its major components are:

  • Mainframe events, which allow specific ordering and activation/deactivation of individual actions
  • Post-frame processing, which uses the free time after core gameplay logic to perform tasks in the background

You can also check out the itch.io page.

Installation

For more details, read instructions in the Overview documentation page.

Documentation

The following pages describe the package functionality in more detail:

  • Overview - roughly describes the package in general and has installation instructions
  • Mainframe Events - describes how to set up and use Mainframe events to organise the game logic
  • Post-frame Processing - describes how to use post-frame processing to do additional work in the background

Additionally, there's a simple demonstration of the package functionality, available here: Mainframe Demo.yyz

The Demo Example documentation page explains how Mainframe features are applied in the demo application, step by step.

About

A GameMaker system for frame operations management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published