catsanddo / cose

A unity build standard lib for C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COSE Library

A unity build standard lib for C

My own personal stdlib for C inspired by HandMade principles.

Features

  • Memory arenas
  • Some useful math functions
  • Trig functions using turns instead of radians (COMING SOON)
  • A proper String type and supporting functions (COMING SOON)
  • A simple coroutine library (incomplete)
  • Useful macros for generic linked lists
  • Simple vector math (COMING SOON)

Notes

  • Currently not modular but may be one day

Using

You can easily use the library as a whole simply by putting the source somewhere in your project and including cose.h. Alternatively you could build the whole thing as a library with build_lib.sh and use the resulting static library and header file.

License

This software is public domain. See UNLICENSE for more details.

COSE doesn't stand for anything.

About

A unity build standard lib for C

License:The Unlicense


Languages

Language:C 98.3%Language:Shell 1.7%