1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-25 18:33:11 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2019-05-03 09:33:47 -04:00
bitmap-fonts@6f52a7ca08 move bitmap-fonts and ibmfonts submodules to first level so they copy properly 2019-04-18 18:29:43 -04:00
bootstrap updated bootstrap to 3.4.1 2019-04-30 13:19:15 -04:00
cc65
codemirror@4334727f0e
css nes preset updates; switched to Toolbar class for main ui 2019-04-04 16:50:28 -04:00
doc verilog: support $readmemb/h("file", array) 2019-05-01 23:43:06 -04:00
emsrc
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
ibmfonts@7a9227d430 move bitmap-fonts and ibmfonts submodules to first level so they copy properly 2019-04-18 18:29:43 -04:00
images removed website files from IDE project 2019-04-30 16:52:07 -04:00
javatari.js@bd17384fd2
jquery upgrade to jquery 3.4.1 2019-05-03 09:33:47 -04:00
jsnes@94d4a03bc4
lib
localForage@7428cfc4a6
mame
octokat.js@2cba2d9172
presets nes: added road, tint demo; extra tools; embed.html fetch remote url 2019-04-28 11:47:57 -04:00
romsrc/coleco
scripts removed website files from IDE project 2019-04-30 16:52:07 -04:00
src verilog: support $readmemb/h("file", array) 2019-05-01 23:43:06 -04:00
test verilog: support $readmemb/h("file", array) 2019-05-01 23:43:06 -04:00
tools nes: added road, tint demo; extra tools; embed.html fetch remote url 2019-04-28 11:47:57 -04:00
tss@61a1691a1d pixel editor mouseup(); unhighlight line when resume after debug 2019-04-24 11:44:34 -04:00
_config.yml
.gitattributes added //#resource "file.bin" 2019-04-24 15:29:16 -04:00
.gitignore
.gitmodules move bitmap-fonts and ibmfonts submodules to first level so they copy properly 2019-04-18 18:29:43 -04:00
.travis.yml
embed.html upgrade to jquery 3.4.1 2019-05-03 09:33:47 -04:00
favicon.ico
index.html upgrade to jquery 3.4.1 2019-05-03 09:33:47 -04:00
javatari
LICENSE
LICENSE.txt
Makefile nes updates; new build script; fixed kbd shortcuts 2019-04-06 10:53:02 -04:00
manifest.json
package-lock.json
package.json upgrade to jquery 3.4.1 2019-05-03 09:33:47 -04:00
README.md
testemu.html upgrade to jquery 3.4.1 2019-05-03 09:33:47 -04:00
testwave.html upgrade to jquery 3.4.1 2019-05-03 09:33:47 -04:00
tsconfig.json

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