ZFGC

Resources => Coding => Topic started by: Cassyblanca on July 22, 2014, 07:30:57 am

Title: [C++11] Header-only binding library for Squirrel
Post by: Cassyblanca on July 22, 2014, 07:30:57 am
I don't know how many people here actually use C++ anymore, but in case there are a few of you I figured I'd post this here. I've recently started digging into variadic templates, a change made to template metaprogramming with the C++11 specification - essentially, it's variadic arguments (think va_list), but for templates. Anyway, I've used this, along with lambdas and the STL function object to begin work on a really simple and intuitive binding API for the Squirrel scripting language (http://squirrel-lang.org). Right now, there isn't a large amount of functionality, but the most critical parts are in place.

If you want to take a look, it's on my GitHub (https://github.com/Minalien/SquirrelBound).
Title: Re: [C++11] Header-only binding library for Squirrel
Post by: Cassyblanca on July 22, 2014, 09:49:57 pm
Guess this doesn't count as a project.

Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved