Skip to content

Simple game engine in pure C with its own level editor, key controller like VIM.

License

Notifications You must be signed in to change notification settings

oscarpavon/PavonEngine

Repository files navigation

Pavon Engine

Simple game engine in progress with it own level editor, key controller like VIM.

-- Data oriented design -- Linux Support -- Android Support -- Entity Component System (ECS) -- C11 pure

Dependencies

  • GLFW3
  • make
  • cmake
  • gcc

To Build

  • Create a directory "mkdir build"
  • Change to the created directory "cd build"
  • CMake "cmake .."
  • Compile "make"

To Run

  • In the root directory of the project a new directory was created called "Binaries" inside this a new executable binary was created called "Editor"
  • Run ./Editor

About

Simple game engine in pure C with its own level editor, key controller like VIM.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published