http://www.globfx.com/products/neoswiff/


 Version 0.80-Beta - Build #4028 - July 21 2005

Download NeoSwiff 0.80-Beta for Microsoft Visual Studio .NET 2003
Download NeoSwiff 0.80-Beta Stand-alone for Windows 2000/XP
Download NeoSwiff 0.80-Beta C# compiler for Linux
Download NeoSwiff 0.80-Beta C# compiler for Mac OS X

Send your feedback/comments to neoswiff@globfx.com


  What is NeoSwiff?

NeoSwiff allows developers to write Flash?applications in C#.

It includes:
  • a C# to SWF compiler supporting most of the C# language (ECMA-334 specification),
  • a Visual Studio .NET 2003 add-in supporting Intellisense and integrated help,
  • a .NET compatible SDK.
NeoSwiff compiler is available for Windows 2000/XP, Linux and MacOS.

  Features

· NeoSwiff SDK is .NET compatible. (browse the SDK)
· Integrated help system. (screenshot)
· In addition to automatic compiler checks, NeoSwiff includes warnings and runtime fatal errors. (screenshot)
· Create libraries: write code once, re-use it later in future projects.
· Two development modes: Debug generates traces and warnings, Release produces the final small and fast SWF movie.

  Visual Studio .NET 2003 Integration

· Complete project management: C# sources files, libraries dependencies, resources. (screenshot)
· Intellisense. (screenshot)
· Debug console for traces and fatal runtime errors. (screenshot)
· Syntax highlighting editor. (screenshot)

  Optimizing Compiler

·  Analyzes the produced SWF code, optimizes it and removes unnecessary instructions.
·  Remove unused functions from the final SWF file.
·  Inline small functions to avoid the cost of a function call.
·  Remove functions and variables names from final SWF, which becomes naturally obfuscated and not readable by decompilers.
·  Inline assembler instructions can be included to write high performance or small algorithms.
posted on 2005-09-16 23:35  jayu  阅读(239)  评论(0编辑  收藏  举报