Skip to content

GorrieXIV/org-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORG Framework - the Origins Realtime Game Framework

License: MIT

The ORG framework is a 2D game development framework written in C++. It provides a library of interfaces as well as some tools that greatly simplify many of the nitty gritty, low-level aspects of 2D game development without compromising on performance and deveoper control. The goal of the ORG framework is to empower developers to build 2D games from the ground up - in a fraction of the time with a fraction of the headache.

Management layers and interfaces are provided for the following, amongst other things:

  • Entity and scene managment
  • Rendering and pixel-drawing
  • Audio playback
  • Input detection and events
  • Collision detection & some simulated Newtonian mechanics

Installing Dependencies

  1. Execute sudo bash bin/install_deps.sh on linux-based systems, or simply ./bin/install_deps.sh on MacOS, to install the project dependencies.

About

A Robust 2D Game Framework for C++.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published