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-04-05 18:09:50 -05:00
bootstrap
codemirror@772d09e697 codemirror: updated to 5.56.0, fixed tests 2020-08-04 14:32:01 -05:00
css pixel editor: reindex for vcs playfields, fixed ca65 stuff 2021-03-30 15:49:09 -05:00
doc vcs: scanline view, fixed analysis with jsr 2021-04-05 18:09:50 -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@977bf9ca6c
jquery fixed wasm probe tests, updated jquery to 3.5.1 2020-07-16 14:52:27 -05:00
jsnes@a6a026b698
lib fixed electron.diff 2020-12-08 11:58:40 -06:00
mame working on new unified MAME support 2020-07-29 18:33:14 -05:00
meta fixed electron.diff 2020-12-08 11:58:40 -06:00
nanoasm@53470410c3
presets pixel editor: reindex for vcs playfields, fixed ca65 stuff 2021-03-30 15:49:09 -05:00
res basic: testInitialFor, staticArrays, token crunching, bell, more OPTIONs (17, 54, 68) 2020-08-11 20:45:36 -05:00
scripts updated archive.sh script 2021-02-21 13:31:24 -06:00
src vcs: scanline view, fixed analysis with jsr 2021-04-05 18:09:50 -05:00
test embed: fixed saveAs 2021-01-09 15:33:12 -06:00
tools removed tools/, moved to new repo sehugg/8bit-tools 2020-07-12 10:30:32 -05:00
tss@5b5ee67fc0
.gitattributes
.gitignore moved emsrc/ to https://github.com/sehugg/8bitworkshop-compilers 2020-07-12 15:20:16 -05:00
.gitmodules updated npm, copy deps from node_modules/ to lib/ 2020-08-01 12:52:17 -05:00
.travis.yml tests use WASM if available 2020-07-13 17:36:19 -05:00
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
favicon.ico
index.html wiz: use wla debug format, syntax highlighter 2021-03-04 13:43:53 -06:00
javatari
LICENSE
LICENSE.txt
Makefile forgot gif.js in dist 2020-12-08 10:32:46 -06:00
manifest.json
nightwatch.json
package-lock.json embed: fixed saveAs 2021-01-09 15:33:12 -06:00
package.json embed: fixed saveAs 2021-01-09 15:33:12 -06:00
README.md electron: open workspace w/ metadata file, write files 2020-08-29 20:37:34 -05:00
testemu.html fixed wasm probe tests, updated jquery to 3.5.1 2020-07-16 14:52:27 -05:00
testwave.html fixed wasm probe tests, updated jquery to 3.5.1 2020-07-16 14:52:27 -05:00
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