1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-27 08:54:48 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2019-12-27 14:33:38 -06:00
.github
bootstrap
codemirror@4334727f0e put codemirror back where it was 2019-08-29 00:03:18 -04:00
css testing scripting platform 2019-09-29 13:53:40 -05:00
doc updated presets 2019-12-14 11:21:57 -06: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 fixed williams-z80 import, removed coleco.mame, fixed _MAIN_ presets, xhr ontimeout, update chromedriver 2019-12-27 09:58:46 -06:00
romsrc/coleco
scripts atari7800: display list, new memory map, logIllegal() 2019-09-11 14:15:31 -05:00
src astrocade: fixed audio 2019-12-27 14:33:38 -06:00
test fixed typescript 'finally' error 2019-12-27 12:13:30 -06:00
tools atari7800: display list, new memory map, logIllegal() 2019-09-11 14:15:31 -05:00
tss@5b5ee67fc0
wasm c64: updated filesystem, presets, load/save 2019-12-21 11:54:26 -06:00
web/images/scrnshots updated presets 2019-12-14 11:21:57 -06:00
_config.yml
.gitattributes
.gitignore updated presets 2019-12-14 11:21:57 -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 fixed williams-z80 import, removed coleco.mame, fixed _MAIN_ presets, xhr ontimeout, update chromedriver 2019-12-27 09:58:46 -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 fixed williams-z80 import, removed coleco.mame, fixed _MAIN_ presets, xhr ontimeout, update chromedriver 2019-12-27 09:58:46 -06:00
package.json fixed williams-z80 import, removed coleco.mame, fixed _MAIN_ presets, xhr ontimeout, update chromedriver 2019-12-27 09:58:46 -06: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.