1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-25 03:34:05 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2019-12-02 22:16:11 -06:00
.github
bootstrap
codemirror@4334727f0e verilog: added keycode/keystrobe 2019-09-04 21:06:42 -04:00
css testing scripting platform 2019-09-29 13:53:40 -05:00
doc try to fix upload bug, retired TODOs, fixed tests for new node 2019-10-20 10:15:29 -05:00
emsrc
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
images
javatari.js@4326d966e3 nemu: added audio, started on debugging 2019-08-22 18:08:43 -04:00
jquery
jsnes@94d4a03bc4
lib moved bootstrap-tourist to npm 2019-09-05 14:37:47 -04:00
localForage@7428cfc4a6
mame
nanoasm@53470410c3
presets coleco: updated presets 2019-12-02 22:16:11 -06:00
romsrc/coleco
scripts atari7800: display list, new memory map, logIllegal() 2019-09-11 14:15:31 -05:00
src fixed embed with machine/ platforms 2019-12-01 13:49:29 -06:00
test use throw Error() when possible 2019-11-13 14:49:00 -06:00
tools atari7800: display list, new memory map, logIllegal() 2019-09-11 14:15:31 -05:00
tss@5b5ee67fc0
_config.yml
.gitattributes
.gitignore added coleco.mame to menu; filter breadcrumbs 2019-11-12 18:45:02 -06:00
.gitmodules moved bootstrap-tourist to npm 2019-09-05 14:37:47 -04:00
.travis.yml travis: upgrade node to 10 2019-09-27 20:59:02 -05:00
embed.html refactored into composite typescript project (multiple tsconfig.json files) 2019-10-26 10:38:21 -05:00
favicon.ico
index.html updated to sentry 5.9.1 2019-11-19 01:14:45 -06:00
javatari
LICENSE
LICENSE.txt
Makefile added Sentry link 2019-11-09 11:02:33 -06:00
manifest.json
nightwatch.json added nightwatch web tests 2019-08-31 15:36:50 -04:00
package-lock.json refactored into composite typescript project (multiple tsconfig.json files) 2019-10-26 10:38:21 -05:00
package.json refactored into composite typescript project (multiple tsconfig.json files) 2019-10-26 10:38:21 -05:00
README.md Update README.md 2019-08-21 15:44:51 -04:00
testemu.html
testwave.html
tsconfig-base.json refactored into composite typescript project (multiple tsconfig.json files) 2019-10-26 10:38:21 -05:00
tsconfig.json refactored into composite typescript project (multiple tsconfig.json files) 2019-10-26 10:38:21 -05:00
tsfmt.json

Build Status

The latest release is online at http://8bitworkshop.com/

Install

To build the 8bitworkshop IDE:

git submodule init
git submodule update
npm i
npm run build

Usage

Start a web server on http://localhost:8000/ while TypeScript compiles in the background:

make tsweb

Run Tests

npm test

License

Copyright © 2019 Steven Hugg.

This project is GPL-3.0 licensed.

Dependencies retain their original licenses.

All included code samples (all files under the presets/ directory) are licensed under CC0 unless otherwise licensed.