Skip to content
  • Kenneth Moreland's avatar
    Create configuration for rendering library · ea8602d8
    Kenneth Moreland authored
    I have noticed at least on my windows machine that source code that uses
    the rendering package is taking a long time to compile. The rendering
    library does not rely much on templates and more on virtual methods.
    Thus, it is a good candidate for moving to a library so that it need be
    compiled only once.
    
    This sets up the configure scripts to create the library. There is also
    a simple port of one class to the library. More will follow.
    ea8602d8