Skip to content

Angelscript addon: Template Containers brings the STL containers to angelscript

License

Notifications You must be signed in to change notification settings

Sami-Vuorela/aatc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angelscript addon: Template Containers

Bringing over your good old friends, the STL containers from c++ to angelscript. Currently these container types are supported:

  • vector
  • list
  • deque
  • set
  • unordered_set
  • map
  • unordered_map

License

This library uses the The zlib/libpng License, same thing that Angelscript itself uses. It is quite free indeed.

You can read the license over at
http://opensource.org/licenses/zlib-license.php
or in the source files or in LICENSE.txt.

Forum post

Tell others about possible problems and tell tall tales of victory at the angelscript forum
Release post

Manual

There is a doxygen manual available over at
http://sami-vuorela.github.io/aatc
go read that instead of this readme.

About

Angelscript addon: Template Containers brings the STL containers to angelscript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published