1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-27 08:54:48 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2021-07-22 09:28:30 -05:00
bootstrap
codemirror@772d09e697
css
doc verilog: new hex format for value labels 2021-07-22 09:28:30 -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
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 updated c64/zx .wasm emulators 2021-07-10 18:57:05 -05:00
scripts
src verilog: new hex format for value labels 2021-07-22 09:28:30 -05:00
test cc65: can #define CC65_FLAGS <comma-separated values> 2021-07-15 13:00:38 -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 embed: fixed saveAs 2021-01-09 15:33:12 -06:00
index.html fixed replay panel spacing 2021-07-16 07:11:13 -05:00
javatari
LICENSE
LICENSE.txt sms: better CPU cycle counting 2018-12-01 14:14:09 -05:00
Makefile fixed replay panel spacing 2021-07-16 07:11:13 -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 verilog: fixed keyboard strobe 2021-07-16 09:19:48 -05:00
README.md fixed replay panel spacing 2021-07-16 07:11:13 -05:00
testemu.html
testwave.html
tsconfig-base.json
tsconfig.json
tsfmt.json

8bitworkshop

Build Status

Use Online

Install Locally

To build the 8bitworkshop IDE:

git submodule init
git submodule update
npm i
npm run build

Start Server

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-2021 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