Manuzor / mtb

Manuzor's Toolbox (MTB). Inspired by STB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What?

TBD

Repo Structure

./code       # The source code. Here will be the files you want to use.
./tests      # Contains test code. Usually not relevant for redistribution.
./tools      # Contains scripts and other tools to work with the repo or aid in building code.
./_build     # Generated directory that contains build artifacts.
./_workspace # Generated directory for intermediate files used by tools.

Build

TBD

TODO

  • Tool to create self-contained single-file that does not depend on other mtb headers.
    • Scan includes and detect mtb headers and automatically include them there?
    • Must also take care of MTB_*_IMPLEMENTATION
  • Merge mtb_assert.hpp into mtb.hpp
  • Use FASTBuild as build system.

The name?

MTB - Manuzor Tool Box

About

Manuzor's Toolbox (MTB). Inspired by STB.


Languages

Language:C++ 92.1%Language:C 6.6%Language:PowerShell 1.2%Language:Batchfile 0.1%