Skip to content
/ GameFrame Public template

A framework for games written in cpp with opengl and glfw

guac42/GameFrame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameFrame

A framework for games written in cpp with opengl and glfw

The goal is simply to provide a base for developing games. Removing the need to spend excessive amounts of time setting up a project. Allowing for more time to write your engine and/or game. The framework itself is included in the src/gfx folder and src/Main.h is an example implementation.


Features

  • Structure very similar to that of OpenTK for C#
  • Setup to compile for Windows and Linux
  • Already equipped with helpful libraries
  • Basic GL object wrappers (In progress)
  • Basic Objects (ex. Camera)

Libraries


Future branches will be added as examples implementing the framework

About

A framework for games written in cpp with opengl and glfw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published