noSTALKER / nxtcore

A Basic Application framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nxtCore

A application framework which provides some basic core level functionality like

  • Basic Container classes
  • Entity-Component-System Architecture
  • A Task System based on a thread pool
  • Basic Algorithms like Sorting, Searching etc.

Building nxtcore

nxtcore requires a c++ 17 compatible compiler.

Running Testcases

nxtcore uses catch2 test framework for running unit-tests

About

A Basic Application framework

License:MIT License


Languages

Language:C++ 99.6%Language:CMake 0.3%Language:C 0.1%