1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-22 14:33:51 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2020-07-09 10:24:24 -05:00
bootstrap
codemirror@4334727f0e
css ui tweaks 2020-07-09 01:52:58 -05:00
doc show >8 bit arrays in debug, check for non-typed arrays in state, fix embed iframe 2020-07-09 10:24:24 -05:00
emsrc
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
images
javatari.js@4326d966e3
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 zmachine experiments 2020-07-07 18:40:03 -05:00
localForage@7428cfc4a6
mame
nanoasm@53470410c3
presets working on tree view for state, extra debuginfo 2020-07-08 15:39:54 -05:00
res
romsrc/coleco
scripts
src show >8 bit arrays in debug, check for non-typed arrays in state, fix embed iframe 2020-07-09 10:24:24 -05:00
test show >8 bit arrays in debug, check for non-typed arrays in state, fix embed iframe 2020-07-09 10:24:24 -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 rearranged menu, fixed tests 2020-07-08 19:31:14 -05:00
javatari
LICENSE
LICENSE.txt
Makefile
manifest.json
nightwatch.json
package-lock.json rearranged menu, fixed tests 2020-07-08 19:31:14 -05:00
package.json updated typescript 2020-07-05 17:38:18 -05:00
README.md zmachine experiments 2020-07-07 18:40:03 -05:00
testemu.html
testwave.html
tsconfig-base.json updated typescript 2020-07-05 17:38:18 -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