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
2020-02-05 20:31:24 -06:00
bootstrap
codemirror@4334727f0e put codemirror back where it was 2019-08-29 00:03:18 -04:00
css probe shows values; click gutter to run to cursor 2020-01-04 18:17:58 -06:00
doc fixed a couple sentry bugs 2020-01-28 09:50:38 -06:00
emsrc
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
images
javatari.js@4326d966e3
jquery
jsnes@94d4a03bc4
lib moved bootstrap-tourist to npm 2019-09-05 14:37:47 -04:00
localForage@7428cfc4a6
mame
nanoasm@53470410c3
presets asset editor: added toolbar 2020-02-05 20:31:24 -06:00
romsrc/coleco
scripts atari7800: display list, new memory map, logIllegal() 2019-09-11 14:15:31 -05:00
src asset editor: added toolbar 2020-02-05 20:31:24 -06:00
test nes/vcs: fix crash if click disassembler before rom loads 2019-12-29 15:13:19 -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 added tsconfig 2020-01-28 21:11:12 -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 runToVsync() keeps probe output for last frame (on Machine platforms only) 2020-01-04 14:06:58 -06:00
package.json runToVsync() keeps probe output for last frame (on Machine platforms only) 2020-01-04 14:06:58 -06:00
README.md
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 added tools/sim6502, msx skeleton files 2020-01-21 10:31:01 -06: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.