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-05-22 13:59:04 -04:00
bitmap-fonts@6f52a7ca08
bootstrap
bootstrap-tourist@12ede28478
cc65
codemirror@4334727f0e
css display:flex kills the Books menu, thanks css 2019-05-22 13:08:17 -04:00
doc support ;#define CFGFILE and ;#define LIBARGS for non-C ca65 programs 2019-05-21 21:56:00 -04:00
emsrc
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
ibmfonts@7a9227d430
images updated book links, removed some 2019-05-20 17:27:36 -04:00
javatari.js@bd17384fd2
jquery
jsnes@94d4a03bc4
lib
localForage@7428cfc4a6
mame
presets nes: updated comments in presets 2019-05-22 11:45:05 -04:00
romsrc/coleco
scripts removed port from scripts 2019-05-18 15:58:36 -04:00
src added file= to Github URL, added Github login menu options 2019-05-22 13:59:04 -04:00
test support ;#define CFGFILE and ;#define LIBARGS for non-C ca65 programs 2019-05-21 21:56:00 -04:00
tools more control instructions fade in/out; flexbox, focus ring for emulator 2019-05-18 15:25:58 -04:00
tss@5b5ee67fc0
_config.yml
.gitattributes
.gitignore
.gitmodules
.travis.yml
embed.html fixed embed.html flexbox 2019-05-21 16:49:48 -04:00
favicon.ico
index.html added file= to Github URL, added Github login menu options 2019-05-22 13:59:04 -04:00
javatari
LICENSE
LICENSE.txt
Makefile
manifest.json
package-lock.json
package.json
README.md updated license 2019-05-20 11:38:27 -04:00
testemu.html generate z80 cpu on demand like we used to, fix test b/c global.z80 is global 2019-05-17 00:09:43 -04:00
testwave.html
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

License

The 8bitworkshop IDE is licensed under GPLv3 (see LICENSE).

Dependencies retain their original licenses.

All included code samples (presets/*) are licensed under CC0-1.0: https://creativecommons.org/publicdomain/zero/1.0/