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
2019-08-09 11:50:42 -04:00
bitmap-fonts@6f52a7ca08
bootstrap
bootstrap-tourist@12ede28478
cc65
codemirror@4334727f0e
css
doc sms: redid climber; added PSGLib 2019-08-07 16:15:50 -04:00
emsrc
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
ibmfonts@7a9227d430
images
javatari.js@bd17384fd2
jquery
jsnes@94d4a03bc4
lib
localForage@7428cfc4a6
mame
nanoasm@53470410c3
presets nes: preset updates 2019-08-09 11:50:42 -04:00
romsrc/coleco
scripts fixed tests 2019-08-08 14:31:20 -04:00
src nes: preset updates 2019-08-09 11:50:42 -04:00
test fixed tests 2019-08-08 14:31:20 -04:00
tools sms: redid climber; added PSGLib 2019-08-07 16:15:50 -04:00
tss@5b5ee67fc0
_config.yml
.gitattributes
.gitignore
.gitmodules
.travis.yml
embed.html
favicon.ico
index.html fixed 6809 asm 2019-08-06 17:16:47 -04:00
javatari
LICENSE
LICENSE.txt
Makefile
manifest.json
package-lock.json updated lodash 2019-08-02 10:30:37 -04:00
package.json updated lodash 2019-08-02 10:30:37 -04:00
README.md
testemu.html
testwave.html
tsconfig.json
tsfmt.json

8bitworkshop

To build the 8bitworkshop IDE:

git submodule init
git submodule update
npm i
npm run build

Start a web server on http://localhost:8000/ while TypeScript compiles in the background:

make tsweb

Run all the tests:

make test

License

The 8bitworkshop IDE is licensed under GPLv3 (see LICENSE).

Dependencies retain their original licenses.

All included code samples (all files under the presets/ directory) are licensed under CC0 unless otherwise licensed.