1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-27 08:54:48 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2019-08-03 17:23:38 -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 set __lastrepo from repo id; moved to bootbox for some alerts/prompts/confirms 2019-05-12 13:13:00 -04:00
bootstrap-tourist@12ede28478 change from bootstrap-tour to bootstrap-tourist library 2019-05-03 17:56:35 -04:00
cc65
codemirror@4334727f0e
css fixed first line of editor disappearing finally 2019-06-08 11:38:14 -04:00
doc verilog: fixed RAM Text Display example incrementing by +2 2019-08-01 23:10:55 -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 updated book links, removed some 2019-05-20 17:27:36 -04:00
javatari.js@bd17384fd2
jquery upgrade to jquery 3.4.1 2019-05-03 09:33:47 -04:00
jsnes@94d4a03bc4 added jsnes to submodules, removed min.js files 2019-04-03 16:40:27 -04:00
lib working on github integration; added nes chase game and support folders/; removed ga() 2019-05-06 18:22:03 -04:00
localForage@7428cfc4a6
mame
nanoasm@53470410c3 switch to HTTPS menu option 2019-05-25 23:43:31 -04:00
presets nes: updated asm presets 2019-08-03 17:23:38 -04:00
romsrc/coleco
scripts nes: update presets 2019-07-29 22:15:59 -04:00
src nes: update presets 2019-07-29 11:22:00 -04:00
test fixed unit tests 2019-07-30 00:19:25 -04:00
tools update presets 2019-07-14 12:18:34 -04:00
tss@5b5ee67fc0 will load bios on startup from binary file "local/<platformid>.rom" 2019-05-08 00:02:42 -04:00
_config.yml
.gitattributes added //#resource "file.bin" 2019-04-24 15:29:16 -04:00
.gitignore
.gitmodules converted Assembler to class, added nanoasm submodule (not mapped yet) 2019-05-25 21:51:01 -04:00
.travis.yml
embed.html fixed embed.html flexbox 2019-05-21 16:49:48 -04:00
favicon.ico
index.html verilog: fixed RAM Text Display example incrementing by +2 2019-08-01 23:10:55 -04:00
javatari
LICENSE
LICENSE.txt
Makefile astrocade: use aclib.s not aclib.c, rainbow, rotate; use AstroLibre 2019-06-06 23:31:08 -04:00
manifest.json
package-lock.json updated lodash 2019-08-02 10:30:37 -04:00
package.json updated lodash 2019-08-02 10:30:37 -04:00
README.md updated readme 2019-05-23 17:59:07 -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 upgrade to jquery 3.4.1 2019-05-03 09:33:47 -04:00
tsconfig.json
tsfmt.json refactored vicdual to use BasicZ80ScanlinePlatform, ran tsfmt 2019-05-22 18:03:40 -04: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

License

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

Dependencies retain their original licenses.

All included code samples (all files under the presets/ directory) are licensed under CC0 unless otherwise licensed.