1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-26 01:55:00 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2019-08-31 15:37:42 -04:00
.github Create FUNDING.yml 2019-08-21 15:22:00 -04:00
bootstrap
bootstrap-tourist@12ede28478
codemirror@4334727f0e put codemirror back where it was 2019-08-29 00:03:18 -04:00
css 7800: TIA/RIOT wastes a cycle; fixed NES probe; messed with views 2019-08-27 13:51:25 -04:00
doc verilog: added keycode/keystrobe 2019-08-28 23:49:17 -04: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 moved fontgen to separate project 2019-08-19 09:57:10 -04:00
jsnes@94d4a03bc4
lib moved fontgen to separate project 2019-08-19 09:57:10 -04:00
localForage@7428cfc4a6
mame
nanoasm@53470410c3 switch to HTTPS menu option 2019-05-25 23:43:31 -04:00
presets fixed verilog 6502 CPU 2019-08-29 09:36:18 -04:00
romsrc/coleco
scripts tour tweaks 2019-08-22 13:40:53 -04:00
src sound_williams: refactored into Machine 2019-08-31 15:37:42 -04:00
test sound_williams: refactored into Machine 2019-08-31 15:37:42 -04:00
tools Merge branch 'master' into newemu 2019-08-22 19:33:20 -04:00
tss@5b5ee67fc0
_config.yml
.gitattributes
.gitignore added nightwatch web tests 2019-08-31 15:36:50 -04:00
.gitmodules moved fontgen to separate project 2019-08-19 09:57:10 -04:00
.travis.yml
embed.html added coleco machine, base VDP 2019-08-25 12:15:22 -04:00
favicon.ico
index.html fixed NES probe duplicating probes 2019-08-27 21:45:01 -04:00
javatari
LICENSE
LICENSE.txt
Makefile added nightwatch web tests 2019-08-31 15:36:50 -04:00
manifest.json
nightwatch.json added nightwatch web tests 2019-08-31 15:36:50 -04:00
package-lock.json added nightwatch web tests 2019-08-31 15:36:50 -04:00
package.json added nightwatch web tests 2019-08-31 15:36:50 -04:00
README.md Update README.md 2019-08-21 15:44:51 -04:00
testemu.html
testwave.html
tsconfig.json added nightwatch web tests 2019-08-31 15:36:50 -04: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.