1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-18 03:05:35 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2020-06-03 18:38:24 -05:00
bootstrap
codemirror@4334727f0e
css probe shows values; click gutter to run to cursor 2020-01-04 18:17:58 -06:00
doc c64: updated help, clock freq 2020-05-27 09:33:36 -05:00
emsrc
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
images
javatari.js@4326d966e3
jquery
jsnes@94d4a03bc4
lib browser detect safari/ios w/ warning about 7 day storage deletion 2020-04-09 10:26:10 -05:00
localForage@7428cfc4a6
mame
nanoasm@53470410c3
presets Merge branch 'master' of github.com:sehugg/8bitworkshop 2020-06-03 18:38:24 -05:00
romsrc/coleco
scripts
src Merge branch 'master' of github.com:sehugg/8bitworkshop 2020-06-03 18:38:24 -05:00
test nes/vcs: fix crash if click disassembler before rom loads 2019-12-29 15:13:19 -06:00
tools
tss@5b5ee67fc0
wasm c64: patched bios to fix gotoxy() problem ($EA24 KIL -> RTS) 2020-05-24 12:31:26 -05:00
web/images/scrnshots
_config.yml
.gitattributes
.gitignore
.gitmodules
.travis.yml
embed.html
favicon.ico
index.html c64: updated help, clock freq 2020-05-27 09:33:36 -05:00
javatari
LICENSE
LICENSE.txt
Makefile makefile: support ip command for Arch Linux; c64: clock correction 2020-06-03 14:05:42 -05:00
manifest.json
nightwatch.json
package-lock.json npm upgrade 2020-05-13 12:29:38 -05:00
package.json npm upgrade 2020-05-13 12:29:38 -05:00
README.md
testemu.html
testwave.html
tsconfig-base.json
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.