Skip to content

LuckyGhostStudio/GameFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameFramework

A Simple Game Framework Based on C++ and EasyX.

Directory Tree

+-src
   |
  +--Engine
     |--Core
     |    |--Application.cpp
     |    |--Application.h
     |    |--Behavior.h
     |    |--EntryPoint.cpp
     |    |--Time.cpp
     |   +--Time.h
     |--Input
     |    |--Input.h
     |   +--KeyCode.h
     |--Math
     |    |--Vector2.h
     |   +--Vector3.h
     |--Renderer
     |    |--Renderer.cpp
     |   +--Renderer.h
    +--Scripts
     |   +--Test.h
    +--Engine.h

About

A Simple Game Framework Based on C++ and EasyX.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published