1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-25 03:34:05 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2020-07-21 11:41:29 -05:00
bootstrap
codemirror@4334727f0e
css ui: highlight relevant book 2020-07-17 13:20:15 -05:00
doc ui: added "Alert" title to dialogs, updated binary detector 2020-07-19 17:59:13 -05:00
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
images
javatari.js@977bf9ca6c vcs: added probing support 2020-07-11 17:45:35 -05:00
jquery fixed wasm probe tests, updated jquery to 3.5.1 2020-07-16 14:52:27 -05:00
jsnes@a6a026b698 show >8 bit arrays in debug, check for non-typed arrays in state, fix embed iframe 2020-07-09 10:24:24 -05:00
lib zmachine experiments 2020-07-07 18:40:03 -05:00
localForage@7428cfc4a6
mame atari8: use Altirra 5200 superkernel (MAME for now) 2020-07-01 13:10:01 -05:00
nanoasm@53470410c3
presets editor: scroll to top when loading file 2020-07-21 11:41:29 -05:00
res loadBIOS() now on Machine interface, updated c64 BIOS, emulator types SYS command 2020-07-19 16:54:37 -05:00
romsrc/coleco
scripts minor tweaks 2020-07-20 11:43:01 -05:00
src editor: scroll to top when loading file 2020-07-21 11:41:29 -05:00
test ui: added "Alert" title to dialogs, updated binary detector 2020-07-19 17:59:13 -05:00
tools removed tools/, moved to new repo sehugg/8bit-tools 2020-07-12 10:30:32 -05:00
tss@5b5ee67fc0
web/images/scrnshots
_config.yml
.gitattributes
.gitignore moved emsrc/ to https://github.com/sehugg/8bitworkshop-compilers 2020-07-12 15:20:16 -05:00
.gitmodules
.travis.yml tests use WASM if available 2020-07-13 17:36:19 -05:00
embed.html fixed wasm probe tests, updated jquery to 3.5.1 2020-07-16 14:52:27 -05:00
favicon.ico
index.html added runToPC() so can continue after run to line 2020-07-18 12:04:39 -05:00
javatari
LICENSE
LICENSE.txt
Makefile removed tools/, moved to new repo sehugg/8bit-tools 2020-07-12 10:30:32 -05:00
manifest.json
nightwatch.json
package-lock.json loadBIOS() now on Machine interface, updated c64 BIOS, emulator types SYS command 2020-07-19 16:54:37 -05:00
package.json loadBIOS() now on Machine interface, updated c64 BIOS, emulator types SYS command 2020-07-19 16:54:37 -05:00
README.md ui: highlight relevant book 2020-07-17 13:20:15 -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 rebuilt node modules, now typescript lib == es2017 2020-07-10 23:04:00 -05:00
tsconfig.json
tsfmt.json

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

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