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-07-15 11:10:37 -05:00
bootstrap
codemirror@772d09e697
css
doc updated package-lock.json, define __MAIN__ and __8BITWORKSHOP__ for ca65 2021-07-15 11:10:37 -05:00
gif.js@082076d81c
help/bataribasic
images
javatari.js@9d124f087e
jquery
jsnes@a6a026b698
lib
mame
meta verilog: disabled v4 warnings, inline asm in non-main files 2021-07-12 12:39:57 -05:00
nanoasm@cb2f55c11a williams-defender platform (no sound) 2021-07-13 09:46:49 -05:00
presets verilog: disabled v4 warnings, inline asm in non-main files 2021-07-12 12:39:57 -05:00
res
scripts npm audit 2021-07-11 12:24:27 -05:00
src updated package-lock.json, define __MAIN__ and __8BITWORKSHOP__ for ca65 2021-07-15 11:10:37 -05:00
test updated package-lock.json, define __MAIN__ and __8BITWORKSHOP__ for ca65 2021-07-15 11:10:37 -05:00
tools
tss@5b5ee67fc0
unicorn.js@a872af72bc
.gitattributes
.gitignore
.gitmodules
.travis.yml
electron-preload.js electron: open project dialog 2021-07-13 11:56:05 -05:00
electron.diff
electron.html
electron.js electron: open project dialog 2021-07-13 11:56:05 -05:00
embed.html
index.html electron: added update-electron-app; updated menu liks 2021-07-11 18:38:43 -05:00
javatari
LICENSE
LICENSE.txt
Makefile updated package-lock.json, define __MAIN__ and __8BITWORKSHOP__ for ca65 2021-07-15 11:10:37 -05:00
manifest.json
nightwatch.json
package-lock.json updated package-lock.json, define __MAIN__ and __8BITWORKSHOP__ for ca65 2021-07-15 11:10:37 -05:00
package.json nanoasm: added "endian":"little" attribute to variable defs 2021-07-12 13:08:34 -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