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
2020-10-08 16:43:28 -05:00
bootstrap
codemirror@772d09e697
css embed=1, fixed top bar styles 2020-09-11 14:36:31 -05:00
doc electron: open workspace w/ metadata file, write files 2020-08-29 20:37:34 -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
jsnes@a6a026b698
lib
mame
meta electron: sync w/ filesystem, no more replaceSelection() 2020-08-29 20:37:34 -05:00
nanoasm@53470410c3
presets fixed from https://forums.nesdev.com/viewtopic.php?f=2&t=19686#p257380 2020-10-06 14:03:42 -05:00
res
scripts
src FastBasic: updated to 4.4 2020-10-08 16:43:28 -05:00
test
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
electron.html electron: sync w/ filesystem, no more replaceSelection() 2020-08-29 20:37:34 -05:00
electron.js get rid of empty toolbars; electron: detect binary files 2020-09-02 13:37:28 -05:00
embed.html fixed viewport in index and embed 2020-09-08 17:47:14 -05:00
favicon.ico
index.html updated sentry.io, removed defer tag 2020-10-08 11:19:50 -05:00
javatari
LICENSE
LICENSE.txt
Makefile
manifest.json
nightwatch.json
package-lock.json npm upgrade 2020-10-06 10:46:23 -05:00
package.json npm upgrade 2020-10-06 10:46:23 -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