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

This branch is 337 commits behind bamboo/unityscript:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef8fa6f · Jun 8, 2010

History

85 Commits
May 29, 2010
Jun 8, 2010
Jun 3, 2010
May 14, 2010
May 19, 2010
May 9, 2010
May 9, 2010
May 9, 2010
Jun 3, 2010
May 25, 2010
May 25, 2010
May 25, 2010
May 25, 2010
May 9, 2010
May 9, 2010
May 19, 2010
May 25, 2010
May 25, 2010
May 9, 2010
May 25, 2010

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%