Realistic Landscape Creation Tool
 

Your Position: Join Wing -> How to: Write source code for wing -> Wing Directories

Wing Directories


  • Application
    The final application folder, including executables and final resources
  • Document
    All un-compiled documents are here.
  • External
    All external libraries and tools. You may need to download those libraries
  • Source
    Source code of wing
    • Framework
      Basic framework and utilities
    • Game
      World architecture library and object management
    • Graphics
      3D Graphics related classes
    • Help
      un-compiled help scripts and related pages
    • Internal
      Internally shared header between modules.
    • Test
      Test framework. For now we have only a test suite for framework.
    • WorldEditor
      An editor. This will be our main program. I suppose to use wxWidget.
  • WingSDK
    This folder can act as a pre-build SDK, developer can copy this folder to his local machine and can write wing plugins without having the source code of Wing.
    • Binary
      All executables, dlls, compiled plugins of Wing
    • Help
      Compiled Help document
    • Include
      All public header files
    • Library
      All compiled library
    • Resource
      All resources for test applications and samples
    • Samples
      All sample applications.
 


If you have any questions, please send a mail to renqilin at users.sourceforge.net
Get Wing at SourceForge.net. Fast, secure and Free Open Source software downloads