Skip to content

Instantly share code, notes, and snippets.

@bolero-MURAKAMI
Created August 29, 2013 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bolero-MURAKAMI/6378534 to your computer and use it in GitHub Desktop.
Save bolero-MURAKAMI/6378534 to your computer and use it in GitHub Desktop.

Sprout C++ Libraries

Welcome to the Sprout C++ Libraries

C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.

Library Documentation

The starting point for the documentation of individual libraries is the Libraries page, which gives a brief description of each library and links to its documentation.

Project page

Install

Through the path to the directory. /path/to/sprout
This library can be used in the header only.

Supported Compilers

Linux:

  • GCC, C++11 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1
  • Clang, C++11 mode: 3.2, 3.3

Author

Copyrights

Copyright (C) 2011-2013 Bolero MURAKAMI.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment