Resources > Coding

[C++11] Header-only binding library for Squirrel

(1/1)

Cassyblanca:
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. 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.

Cassyblanca:
Guess this doesn't count as a project.

Navigation

[0] Message Index


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



Go to full version