Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bamboo/unityscript
A JavaScript implementation based on the Boo programming language.
https://github.com/bamboo/unityscript
Last synced: 10 days ago
JSON representation
A JavaScript implementation based on the Boo programming language.
- Host: GitHub
- URL: https://github.com/bamboo/unityscript
- Owner: bamboo
- License: bsd-3-clause
- Created: 2010-05-08T23:04:51.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-06-24T17:54:51.000Z (over 11 years ago)
- Last Synced: 2023-06-25T19:57:56.430Z (over 1 year ago)
- Language: Boo
- Homepage:
- Size: 3.62 MB
- Stars: 69
- Watchers: 7
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnityScript #
A JavaScript implementation based on the Boo programming language.
## Building ##
Checkout boo side-by-side with unityscript.
Build boo:
pushd ../boo
nant
popdBuild 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:```xml
```
With *nunit.framework.dll* pointing to the location of nunit.framework.dll in your system.