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
2019-04-24 11:44:34 -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
cc65
codemirror@4334727f0e
css nes preset updates; switched to Toolbar class for main ui 2019-04-04 16:50:28 -04:00
doc pixel editor mouseup(); unhighlight line when resume after debug 2019-04-24 11:44:34 -04:00
emsrc new cc65 version; move to WASM 2019-03-14 12:19:55 -04: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
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 covers 2019-04-18 14:13:39 -04: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@94d4a03bc4 added jsnes to submodules, removed min.js files 2019-04-03 16:40:27 -04:00
lib updated node packages 2019-02-15 12:44:22 -05:00
localForage@7428cfc4a6
mame
octokat.js@2cba2d9172
presets pixel editor mouseup(); unhighlight line when resume after debug 2019-04-24 11:44:34 -04:00
romsrc/coleco
scripts verilog: don't destroy() when module changes 2019-04-22 11:39:30 -04:00
src pixel editor mouseup(); unhighlight line when resume after debug 2019-04-24 11:44:34 -04:00
test reload debug break state after breakpoint hit; debugPCDelta in load/saveState; renamed vrambuf_ functions 2019-04-08 09:02:17 -04:00
tools move bitmap-fonts and ibmfonts submodules to first level so they copy properly 2019-04-18 18:29:43 -04:00
tss@61a1691a1d pixel editor mouseup(); unhighlight line when resume after debug 2019-04-24 11:44:34 -04:00
_config.yml
.gitignore testplatforms writes PNG files to test/output; fixed astrocade minimal bios 2018-12-01 15:12:05 -05:00
.gitmodules move bitmap-fonts and ibmfonts submodules to first level so they copy properly 2019-04-18 18:29:43 -04:00
.htaccess
.travis.yml
demo.html editor setText() does minimum change for undo 2019-03-27 09:02:20 -04:00
embed.html ui tweaks, irq.c, unified nes.mame platform 2019-04-03 22:15:07 -04:00
favicon.ico
index.html nes preset updates; switched to Toolbar class for main ui 2019-04-04 16:50:28 -04:00
javatari
LICENSE
LICENSE.txt sms: better CPU cycle counting 2018-12-01 14:14:09 -05:00
Makefile nes updates; new build script; fixed kbd shortcuts 2019-04-06 10:53:02 -04:00
manifest.json added w3c manifest.json 2018-12-22 08:01:14 -06:00
package-lock.json updated node packages 2019-02-15 12:44:22 -05:00
package.json pixel editor mouseup(); unhighlight line when resume after debug 2019-04-24 11:44:34 -04:00
privacy.html added w3c manifest.json 2018-12-22 08:01:14 -06:00
README.md updated README 2018-12-20 12:09:32 -06:00
redir.html bumped version to 3.3.0 2018-12-21 15:51:09 -06: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