1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-21 23:30:58 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2019-09-14 21:05:09 -05:00
.github Create FUNDING.yml 2019-08-21 15:22:00 -04:00
bootstrap
codemirror@4334727f0e verilog: added keycode/keystrobe 2019-09-04 21:06:42 -04:00
css 7800: TIA/RIOT wastes a cycle; fixed NES probe; messed with views 2019-08-27 13:51:25 -04:00
doc Merge branch 'newemu' for new-style emulators in src/machine 2019-09-11 19:03:43 -05:00
emsrc
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
images updated book links, removed some 2019-05-20 17:27:36 -04:00
javatari.js@4326d966e3 vcs: javatari fix for chrome autostart 2019-08-22 14:35:23 -04:00
jquery moved fontgen to separate project 2019-08-19 09:57:10 -04:00
jsnes@94d4a03bc4
lib moved bootstrap-tourist to npm 2019-09-05 14:37:47 -04:00
localForage@7428cfc4a6
mame
nanoasm@53470410c3 switch to HTTPS menu option 2019-05-25 23:43:31 -04:00
presets fixed runToVsync() 2019-09-12 20:29:48 -05:00
romsrc/coleco
scripts atari7800: display list, new memory map, logIllegal() 2019-09-11 14:15:31 -05:00
src apple2: use base64 appleiigo; disk II; fixed colors 2019-09-14 21:05:09 -05:00
test sg-1000: presets don't work yet, removed from tests for now 2019-09-06 22:30:34 -04:00
tools atari7800: display list, new memory map, logIllegal() 2019-09-11 14:15:31 -05:00
tss@5b5ee67fc0
_config.yml
.gitattributes
.gitignore added nightwatch web tests 2019-08-31 15:36:50 -04:00
.gitmodules moved bootstrap-tourist to npm 2019-09-05 14:37:47 -04:00
.travis.yml
embed.html added coleco machine, base VDP 2019-08-25 12:15:22 -04:00
favicon.ico
index.html sg-1000: presets don't work yet, removed from tests for now 2019-09-06 22:30:34 -04:00
javatari
LICENSE
LICENSE.txt
Makefile added nightwatch web tests 2019-08-31 15:36:50 -04:00
manifest.json
nightwatch.json added nightwatch web tests 2019-08-31 15:36:50 -04:00
package-lock.json atari7800: display list, new memory map, logIllegal() 2019-09-11 14:15:31 -05:00
package.json atari7800: display list, new memory map, logIllegal() 2019-09-11 14:15:31 -05:00
README.md Update README.md 2019-08-21 15:44:51 -04:00
testemu.html
testwave.html
tsconfig.json added nightwatch web tests 2019-08-31 15:36:50 -04:00
tsfmt.json refactored vicdual to use BasicZ80ScanlinePlatform, ran tsfmt 2019-05-22 18:03:40 -04:00

Build Status

The latest release is online at http://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

License

Copyright © 2019 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.