-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
lightwolf edited this page Sep 19, 2012
·
6 revisions
Version 0.1
Authors:
- Michael Wolf - https://github.com/lightwolf
- David Ballesteros
- James Willmot
- Luke Whitehorn
#Introduction#
LightWrap++ (or lwpp for short) is a C++ wrapper for the SDK of the LightWave 3D by Newtek. lwpp was designed with the following goals in mind:
- Compliance with C++ concepts
- Easy of use
- The ability to quickly start writing a plugin, only adding code as needed
- Use of the STL where appropriated (currently mostly strings and the odd vector/map)
- Compatibility across a range of LW SDK versions (since commercial plugins usually need to be compatible for a longer time).
Doxygen based documentation is available here: http://dbw.github.com/lwpp/