Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 653 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 653 Bytes

JurassicTools provides additions to the Jurassic JS engine.

Some features include:

  • Works cross-platform (tested with .NET 4.0 and Mono 2.10)
  • Easily expose classes without the need to inherit from FunctionInstance or similar
  • That means you can use your code either from JS or from .NET
  • Support for enums, varargs and automatic conversion of compatible types
  • Transparent objects
  • Delegates
  • Expose 3rd party classes (even .NET framework stuff)
  • Tight control over what gets exposed and what not

Check this page and this post for more information and examples!