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
2018-12-20 12:09:32 -06:00
bootstrap
cc65
codemirror@4334727f0e
css minor updates 2018-12-06 10:13:17 -05:00
doc verilog: use standard worker message formats 2018-12-15 13:14:40 -05:00
emsrc added emscripten build files; coleco presets 2018-11-30 07:10:03 -05:00
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic batari basic: more examples, more RAM, started syntax highlighting, online help 2018-11-20 20:41:12 -05:00
images more verilog updates 2018-12-15 11:25:22 -05:00
javatari.js@bd17384fd2
jquery updated to jquery 3.3.1, except for w2ui; markdown tweaks 2018-11-22 07:41:56 -05:00
jsnes
lib apple2 cassette export w/ c2t 2018-09-25 19:46:24 -04:00
localForage@7428cfc4a6
mame
octokat.js@2cba2d9172
presets more verilog updates 2018-12-15 11:25:22 -05:00
romsrc/coleco
scripts added cache-control headers to python web server 2018-11-30 08:12:25 -05:00
src verilog: use standard worker message formats 2018-12-15 13:14:40 -05:00
test verilog: use standard worker message formats 2018-12-15 13:14:40 -05:00
tools added Makefile back to tools; vcs.mame 2018-11-27 18:33:09 -05:00
tss@61a1691a1d updated README 2018-12-20 12:09:32 -06:00
_config.yml
.gitignore testplatforms writes PNG files to test/output; fixed astrocade minimal bios 2018-12-01 15:12:05 -05:00
.gitmodules added font generator to menu, added submodules 2018-09-02 17:03:17 -04:00
.htaccess
.travis.yml
demo.html fixed url 2018-12-15 13:22:21 -05:00
embed.html updated to jquery 3.3.1, except for w2ui; markdown tweaks 2018-11-22 07:41:56 -05:00
favicon.ico
index.html more verilog updates 2018-12-15 11:25:22 -05:00
javatari
LICENSE
LICENSE.txt sms: better CPU cycle counting 2018-12-01 14:14:09 -05:00
Makefile added cache-control headers to python web server 2018-11-30 08:12:25 -05:00
package-lock.json refactored into BasicZ80ScanlinePlatform 2018-12-02 17:42:17 -05:00
package.json testplatforms writes PNG files to test/output; fixed astrocade minimal bios 2018-12-01 15:12:05 -05:00
pixels.html updated to jquery 3.3.1, except for w2ui; markdown tweaks 2018-11-22 07:41:56 -05:00
privacy.html
README.md updated README 2018-12-20 12:09:32 -06:00
redir.html version 3.2.1 2018-11-25 08:01:42 -05:00
testemu.html updated to jquery 3.3.1, except for w2ui; markdown tweaks 2018-11-22 07:41:56 -05:00
testwave.html added Split for main window 2018-11-24 07:33:34 -05:00
tsconfig.json
verilog.html updated to jquery 3.3.1, except for w2ui; markdown tweaks 2018-11-22 07:41:56 -05:00

8bitworkshop

To build the 8bitworkshop IDE:

git submodule init
git submodule update
npm i
npm run build

Start a web server on http://localhost:8000/ while TypeScript compiles in the background:

make tsweb

Run all the tests:

make test