1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-04 20:05:57 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2021-05-22 12:02:03 -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 electron: open workspace w/ metadata file, write files 2020-08-29 20:37:34 -05:00
javatari.js@9d124f087e vcs: fixed instant replay, KIL ($02) instruction 2021-04-19 11:47:04 -05:00
jquery
jsnes@a6a026b698
lib fixed electron.diff 2020-12-08 11:58:40 -06:00
mame
meta verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
nanoasm@53470410c3
presets nightwatch; fixed skeletons 2021-05-22 12:02:03 -05:00
res verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
scripts updated archive.sh script 2021-02-21 13:31:24 -06:00
src upgraded sentry; make sync 2021-05-21 15:11:51 -05:00
test nightwatch; fixed skeletons 2021-05-22 12:02:03 -05:00
tools
tss@5b5ee67fc0
.gitattributes
.gitignore
.gitmodules
.travis.yml
electron-preload.js get rid of empty toolbars; electron: detect binary files 2020-09-02 13:37:28 -05:00
electron.diff basic: testInitialFor, staticArrays, token crunching, bell, more OPTIONs (17, 54, 68) 2020-08-11 20:45:36 -05:00
electron.html vcs: ca65 support, fixed segment offset parsing in listing 2021-03-28 14:23:02 -05:00
electron.js get rid of empty toolbars; electron: detect binary files 2020-09-02 13:37:28 -05:00
embed.html embed: fixed saveAs 2021-01-09 15:33:12 -06:00
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 nightwatch; fixed skeletons 2021-05-22 12:02:03 -05:00
package-lock.json nightwatch; fixed skeletons 2021-05-22 12:02:03 -05:00
package.json nightwatch; fixed skeletons 2021-05-22 12:02:03 -05:00
README.md electron: open workspace w/ metadata file, write files 2020-08-29 20:37:34 -05:00
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