https://github.com/jsdf/duktape64
javascript on nintendo 64
https://github.com/jsdf/duktape64
Last synced: 3 months ago
JSON representation
javascript on nintendo 64
- Host: GitHub
- URL: https://github.com/jsdf/duktape64
- Owner: jsdf
- License: unlicense
- Created: 2020-08-02T19:32:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T08:07:02.000Z (about 3 years ago)
- Last Synced: 2025-02-07T07:04:55.468Z (3 months ago)
- Language: C
- Size: 1.69 MB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# duktape64
- setup n64 sdk under wine:
make sure the `wine` command is on your PATHinstall the n64 sdk into the root of the wine C: drive so you have eg.
```
C:\ultra
C:\nintendo
```
- git clone
- in repo dir:
- `npm install`
- `./build_exegcc.sh`
- connect everdrive64 v3
- `./deploy.sh`this will bring up a javascript REPL, into which you can type javascript expressions and receive the evaluated results
sometimes the > prompt gets lost, just press enter
to load and execute a javascript file from your local machine, use the command `.load [your js filename]`