Skip to content

Unity-Technologies/unityscript

 
 

Repository files navigation

UnityScript

A JavaScript implementation based on the Boo programming language.

Building

Checkout boo side-by-side with unityscript.

Build boo:

pushd ../boo
nant
popd

Build unityscript (and run the tests):

nant test

If the build script can't automatically detect the location of nunit.framework.dll create a build.properties file in the boo directory with something like:

<project name="build properties">
    <property name="nunit.framework.dll" value="/usr/lib/cli/nunit.framework-2.4/nunit.framework.dll" />
</project>

With nunit.framework.dll pointing to the location of nunit.framework.dll in your system.

About

A JavaScript implementation based on the Boo programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Boo 74.3%
  • JavaScript 17.3%
  • GAP 7.0%
  • C# 1.2%
  • Shell 0.2%