From 929e3f27a0c7ab086ff4760109b506617f1caa61 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Mon, 15 Oct 2018 22:02:16 -0400 Subject: [PATCH] update readme --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e901803..a4094a84 100644 --- a/README.md +++ b/README.md @@ -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.