Skip to content

Visclodev/EngineCoreSuper

Repository files navigation

EngineCoreSuper

An Entity Component System paradygm game engine

How to install

Follow thoses step according to your Operating System:

  1. Linux

    execute the install.sh script

    it will ask for your password to copy the generated lib in /lib and include in /usr/include

    if you don't type in your password, you will have to locate the lib yourself and include it yourself too

  2. Windows

    Use the visual studio solution generated by cmake

How to compile with EngineCoreSuper

Follow thoses step according to your Operating System:

  1. Linux

    EngineCoreSuper works with c++ & sfml

    g++ main.cpp -lsfml-graphics -lsfml-system -lsfml-audio -lsfml-window -lEngineCoreSuper

    (you can try it with the test/main.cpp file included in this repository)

  2. Windows

    I don't know...

About

An Entity Component System paradygm game engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages