Skip to content

Files

Latest commit

0a86dd1 · Feb 3, 2021

History

History
15 lines (10 loc) · 551 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 551 Bytes

ZeroTypesSFL

Single file library version of the ZeroTypes drop-in library

Works with C++ 11 to C++ 17 and possibly 19, 20, 21, etc

This repo has less features than ZeroTypes, but it's all in one file for convenience, portability and minimal footprint.

Differences:

  • More reliance on std::string in Zstring
  • Certain non-core features removed
  • Addition of a Cartesian class that handles 2D rectangles and can also perform complex collision detection

Original project: http://github.com/h3rb/ZeroTypes

Repo: http://github.com/h3rb/ZeroTypesSFL