Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.
/ framework Public archive

Framework for modular scripting client-server application.

License

Notifications You must be signed in to change notification settings

Pioryd/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework for modular scripting client-server application. [Early Access]

Project Status:

  • Build: Experimental
  • Type: Early Access
  • Tests: NO
  • Examples: YES
  • Compile last build:
    • Windows (Success)
    • Linux (Not tested)
    • Android (Not tested)

Framework use mostly C++17 and some additional libs:

  • Core (C++17)
  • Thread (C++17)
  • CMS (Not connected yet)
  • Crypt (CryptoPP)
  • Network (Boost::Asio)
  • Database (Mysql/MariaDB/Sqlite)
  • Graphic (SFML)
  • GUI (TGUI)
  • Python (python-3.7.3/pybind11)

To compile examples use cmake in each folder:

  • example/client
  • example/server

For Windows use VCPKG.