Skip to content
lightwolf edited this page Sep 19, 2012 · 6 revisions

Version 0.1

Authors:

#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/

Clone this wiki locally