Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 527 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 527 Bytes

SpiralLibrary

C++ header only library for modern game programming

description

This library is a library for using C++14, C++17 functions also in C++11.

ex)

constexpr containers

optional

index sequecne

type_traits aliases

meta programming helper

concept

etc.

In addition, it has a helper that supports game programming, design pattern, container, algorithm, etc. Accelerate game development under C++ environment.

Requirement

C++11

clang-3.2 or GCC-4.9

Attention

Under the development