1 / 6

Tool Framework

Tool Framework. Level Editor using both a C++ and C# application. Joel Marklund Specialization Project 2010 LTU Skellefteå. Table of Contents. Level Editor Tool Framework Principle Application Communication Read/write structure Demo Questions. Level Editor. Nebula 3 Editor

viho
Télécharger la présentation

Tool Framework

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tool Framework Level Editor using both a C++ and C# application Joel Marklund Specialization Project 2010 LTU Skellefteå

  2. Table of Contents • Level Editor • Tool Framework Principle • Application Communication • Read/write structure • Demo • Questions

  3. Level Editor • Nebula 3 Editor • Reusable tool ’base’

  4. Tool Framework Principle • Embedding an appinto another • Interface Application: C# • 3D Viewer: Nebula 3 Engine, C++ • Communication • TCP/IP stack • Read/write structure • XML messages • = Two applicationsworking as one • Applicable to otherlanguages

  5. Application Communication • TCP/IP: Two strategies • C# Interface requires no. 2

  6. Read/write structure • Common protocol • Text messages • Serializable data objects

More Related