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-07-11 19:37:07 -05:00
bootstrap
codemirror@4334727f0e
css zmachine: working on status bar window 2020-07-10 12:32:14 -05:00
doc no chromedriver, but found parsedoc.py 2020-07-10 23:00:19 -05:00
emsrc removed caspr, acme 2020-07-10 21:08:15 -05:00
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
images
javatari.js@977bf9ca6c vcs: added probing support 2020-07-11 17:45:35 -05:00
jquery
jsnes@a6a026b698 show >8 bit arrays in debug, check for non-typed arrays in state, fix embed iframe 2020-07-09 10:24:24 -05:00
lib
localForage@7428cfc4a6
mame
nanoasm@53470410c3
presets zmachine: more split window stuff, ztrek 2020-07-10 19:47:23 -05:00
res
romsrc/coleco
scripts
src call stack view: swapped push/pop, check for real jump, made top level list flat; header for symbol probe 2020-07-11 19:37:07 -05:00
test call stack view: swapped push/pop, check for real jump, made top level list flat; header for symbol probe 2020-07-11 19:37:07 -05:00
tools
tss@5b5ee67fc0
web/images/scrnshots
_config.yml
.gitattributes
.gitignore
.gitmodules
.travis.yml
embed.html show >8 bit arrays in debug, check for non-typed arrays in state, fix embed iframe 2020-07-09 10:24:24 -05:00
favicon.ico
index.html working on call stack probe, ui tweaks 2020-07-09 19:46:12 -05:00
javatari
LICENSE
LICENSE.txt
Makefile
manifest.json
nightwatch.json
package-lock.json rebuilt node modules, now typescript lib == es2017 2020-07-10 23:04:00 -05:00
package.json rebuilt node modules, now typescript lib == es2017 2020-07-10 23:04:00 -05:00
README.md
testemu.html
testwave.html
tsconfig-base.json rebuilt node modules, now typescript lib == es2017 2020-07-10 23:04:00 -05:00
tsconfig.json
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.

Dependencies

The IDE uses custom forks for many of these, found at https://github.com/sehugg?tab=repositories

Emulators

Compilers

Assemblers/Linkers

Dev Kits / Libraries

Firmware