EclataxEngine
A game engine for fun
Install / Use
/learn @volpi-m/EclataxEngineREADME
EclataxEngine
Game Engine made with C++ based on a server (Boost::Asio). The client side olds the rendering coded with SFML.
A lots of new features are yet to come.
To do : write a proper README.
Install
mkdir build && cd build
conan install .. --build=missing
cmake ..
make
