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
2021-05-21 15:11:51 -05:00
bootstrap
codemirror@772d09e697
css verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
doc verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
gif.js@082076d81c
help/bataribasic
images
javatari.js@9d124f087e vcs: fixed instant replay, KIL ($02) instruction 2021-04-19 11:47:04 -05:00
jquery
jsnes@a6a026b698
lib
mame
meta verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
nanoasm@53470410c3
presets verilog: added alu.v 2021-05-07 09:50:04 -05:00
res verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
scripts
src upgraded sentry; make sync 2021-05-21 15:11:51 -05:00
test fixed tests 2021-04-21 10:54:58 -05:00
tools
tss@5b5ee67fc0
.gitattributes
.gitignore
.gitmodules
.travis.yml
electron-preload.js
electron.diff
electron.html vcs: ca65 support, fixed segment offset parsing in listing 2021-03-28 14:23:02 -05:00
electron.js
embed.html
index.html upgraded sentry; make sync 2021-05-21 15:11:51 -05:00
javatari
LICENSE
LICENSE.txt
Makefile upgraded sentry; make sync 2021-05-21 15:11:51 -05:00
manifest.json
nightwatch.json
package-lock.json verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
package.json verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
README.md
testemu.html
testwave.html
tsconfig-base.json
tsconfig.json
tsfmt.json

Build Status

The latest release is online at https://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

Note: Github tests may fail due to lack of permissions.

License

Copyright © 2016-2020 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