Skip to content
forked from bamboo/unityscript

A JavaScript implementation based on the Boo programming language.

License

Notifications You must be signed in to change notification settings

Tak/unityscript

 
 

Repository files navigation

UnityScript
========

A JavaScript implementation based on the Boo programming language.

Building the MonoDevelop addin
=======================

Create a build.properties file and configure the md.bin.dir property to
point to the directory containing the MonoDevelop binaries. For instance:

	<?xml version="1.0"?>
	<project>
		<property name="md.bin.dir" value="/Applications/MonoDevelop.app/Contents/MacOS/lib/monodevelop/bin" /> 
	</project>

And then:

	nant md

This will build and copy the required assemblies to ~/.config/MonoDevelop/addins/UnityScript.

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 83.1%
  • JavaScript 15.5%
  • C# 1.4%