update readme

This commit is contained in:
ThePhD 2018-10-15 22:02:16 -04:00
parent 037fa994f3
commit 929e3f27a0
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA

View File

@ -61,25 +61,30 @@ You can also help out the library by submitting pull requests to fix anything or
## Presentations
"A Sun For the Moon - A Zero-Overhead Lua Abstraction using C++"
ThePhD
ThePhD
Lua Workshop 2016 - Mashape, San Francisco, CA
[Deck](https://github.com/ThePhD/sol2/blob/develop/docs/presentations/2016.10.14%20-%20ThePhD%20-%20No%20Overhead%20C%20Abstraction.pdf)
"Wrapping Lua C in C++ - Efficiently, Nicely, and with a Touch of Magic"
ThePhD
ThePhD
Boston C++ Meetup November 2017 - CiC (Milk Street), Boston, MA
[Deck](https://github.com/ThePhD/sol2/blob/develop/docs/presentations/2017.11.08%20-%20ThePhD%20-%20Wrapping%20Lua%20C%20in%20C%2B%2B.pdf)
"Biting the CMake Bullet"
ThePhD
ThePhD
Boston C++ Meetup February 2018 - CiC (Main Street), Cambridge, MA
[Deck](https://github.com/ThePhD/sol2/blob/develop/docs/presentations/2018.02.06%20-%20ThePhD%20-%20Biting%20the%20CMake%20Bullet.pdf)
"Compile Fast, Run Faster, Scale Forever: A look into the sol2 Library"
ThePhD
ThePhD
C++Now 2018 - Hudson Commons, Aspen Physics Center, Aspen, Colorado
[Deck](https://github.com/ThePhD/sol2/blob/develop/docs/presentations/2018.05.10%20-%20ThePhD%20-%20Compile%20Fast%2C%20Run%20Faster%2C%20Scale%20Forever.pdf)
"Scripting at the Speed of Thought: Using Lua in C++ with sol3"
ThePhD
CppCon 2018 - 404 Keystone, Meydenbauer Center, Aspen, Colorado
[Deck](https://github.com/ThePhD/sol2/blob/develop/docs/presentations/2018.09.28%20-%20ThePhD%20-%20Scripting%20at%20the%20Speed%20of%20Thought.pdf)
## Creating a single header
You can grab a single header (and the single forward header) out of the library [here](https://github.com/ThePhD/sol2/tree/develop/single/sol). For stable version, check the releases tab on github for a provided single header file for maximum ease of use. A script called `single.py` is provided in the repository if there's some bleeding edge change that hasn't been published on the releases page. You can run this script to create a single file version of the library so you can only include that part of it. Check `single.py --help` for more info.