Skip to content
/ mvcgame Public

model view controller c++11 2d game library

Notifications You must be signed in to change notification settings

respu/mvcgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVCGame

MVCGame strives to be a MVC Game engine using all the neat features of the C++11 standard.

Guidelines

  • no naked pointers (use std::unique_ptr and std::shared_ptr)
  • no polymorphism (use std::function and std::bind as a substitute for delegates)
  • try not to do any casting

Installation

Linux (Ubuntu)

apt-get install libglu1-mesa-dev libglfw-dev libglew-dev
cmake .
make

About

model view controller c++11 2d game library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published