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
2019-09-04 21:04:48 -04:00
.github Create FUNDING.yml 2019-08-21 15:22:00 -04:00
bootstrap
bootstrap-tourist@12ede28478
codemirror@7ecf62faa3 verilog: fixed $readmem bug 2019-09-04 21:04:27 -04:00
css regular font for green menus; search for ?platform= 2019-08-20 17:38:20 -04:00
doc github: import after publish to get all files 2019-09-04 21:04:48 -04:00
emsrc
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
images
javatari.js@4326d966e3 vcs: javatari fix for chrome autostart 2019-08-22 14:35:23 -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
presets better workaround for autoplay audio in SampleAudio 2019-08-22 11:28:33 -04:00
romsrc/coleco
scripts tour tweaks 2019-08-22 13:40:53 -04:00
src github: import after publish to get all files 2019-09-04 21:04:48 -04:00
test github: import after publish to get all files 2019-09-04 21:04:48 -04:00
tools minor changes 2019-08-22 19:36:39 -04:00
tss@5b5ee67fc0
_config.yml
.gitattributes
.gitignore nes: added nesasm3 2019-08-15 21:59:34 -04:00
.gitmodules moved fontgen to separate project 2019-08-19 09:57:10 -04:00
.travis.yml
embed.html better workaround for autoplay audio in SampleAudio 2019-08-22 11:28:33 -04:00
favicon.ico
index.html github: check repo existence before importing 2019-08-22 12:46:16 -04:00
javatari
LICENSE
LICENSE.txt
Makefile astrocade: use aclib.s not aclib.c, rainbow, rotate; use AstroLibre 2019-06-06 23:31:08 -04:00
manifest.json
package-lock.json minor changes 2019-08-22 19:36:39 -04:00
package.json minor changes 2019-08-22 19:36:39 -04:00
README.md Update README.md 2019-08-21 15:44:51 -04:00
testemu.html
testwave.html
tsconfig.json minor changes 2019-08-22 19:36:39 -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.