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
2019-03-06 15:54:37 -05:00
bootstrap
cc65
codemirror@4334727f0e
css fixed profiler so updates after pause; nes presets; resize windows; dialog for gist share 2019-03-03 22:17:45 -06:00
doc nes: fixed presets, added to platforms menu 2019-03-05 11:26:02 -05:00
emsrc
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
images
javatari.js@bd17384fd2
jquery
jsnes
lib updated node packages 2019-02-15 12:44:22 -05:00
localForage@7428cfc4a6
mame
octokat.js@2cba2d9172
presets nes: updated presets 2019-03-06 15:54:37 -05:00
romsrc/coleco
scripts
src nes: updated presets 2019-03-06 15:54:37 -05:00
test fixed callbackGetRemote(); started on profiler 2019-03-03 10:32:25 -06:00
tools
tss@d630ddcb29 nes: updated presets 2019-03-06 15:54:37 -05:00
_config.yml
.gitignore
.gitmodules added verilog-vga to platform list; updated tss 2019-01-27 18:52:17 -05:00
.htaccess
.travis.yml
demo.html updated demo.html text 2019-02-08 17:49:21 -05:00
embed.html moved code to embedui.ts 2019-02-09 10:26:58 -05:00
favicon.ico
index.html nes: fixed presets, added to platforms menu 2019-03-05 11:26:02 -05:00
javatari
LICENSE
LICENSE.txt
Makefile
manifest.json
package-lock.json updated node packages 2019-02-15 12:44:22 -05:00
package.json updated node packages 2019-02-15 12:44:22 -05:00
pixels.html
privacy.html
README.md
redir.html
testemu.html
testwave.html
tsconfig.json
verilog.html

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