1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-25 10:54:41 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2021-08-02 09:44:18 -05:00
bootstrap
codemirror@772d09e697
css verilog: change input value by clicking 2021-05-03 16:58:33 -05:00
doc verilog: new hex format for value labels 2021-07-22 09:28:30 -05:00
gif.js@082076d81c
help/bataribasic
images
javatari.js@9d124f087e
jquery
jsnes@a6a026b698
lib started migration to esbuild modules 2021-08-02 08:32:46 -05:00
mame mame: made 6502/z80 subclasses 2021-07-31 17:01:19 -05:00
meta fixed npm run build; isolatedModules=true; es2017; fixed electron 2021-08-02 09:44:18 -05:00
nanoasm@cb2f55c11a williams-defender platform (no sound) 2021-07-13 09:46:49 -05:00
presets verilog: disabled v4 warnings, inline asm in non-main files 2021-07-12 12:39:57 -05:00
res starting on WASI emulator support, atari800 2021-07-27 11:13:50 -05:00
scripts npm audit 2021-07-11 12:24:27 -05:00
src started migration to esbuild modules 2021-08-02 08:32:46 -05:00
test started migration to esbuild modules 2021-08-02 08:32:46 -05:00
tools
tss@5b5ee67fc0
unicorn.js@a872af72bc arm32: platform, vasm and armips, unicorn.js 2021-06-05 23:32:43 -05:00
.gitattributes
.gitignore
.gitmodules arm32: platform, vasm and armips, unicorn.js 2021-06-05 23:32:43 -05:00
.travis.yml
electron-preload.js electron: open project dialog 2021-07-13 11:56:05 -05:00
electron.diff
electron.html fixed npm run build; isolatedModules=true; es2017; fixed electron 2021-08-02 09:44:18 -05:00
electron.js electron: open project dialog 2021-07-13 11:56:05 -05:00
embed.html started migration to esbuild modules 2021-08-02 08:32:46 -05:00
index.html started migration to esbuild modules 2021-08-02 08:32:46 -05:00
javatari
LICENSE
LICENSE.txt sms: better CPU cycle counting 2018-12-01 14:14:09 -05:00
Makefile fixed npm run build; isolatedModules=true; es2017; fixed electron 2021-08-02 09:44:18 -05:00
manifest.json
nightwatch.json
package-lock.json started migration to esbuild modules 2021-08-02 08:32:46 -05:00
package.json fixed npm run build; isolatedModules=true; es2017; fixed electron 2021-08-02 09:44:18 -05:00
README.md fixed replay panel spacing 2021-07-16 07:11:13 -05:00
testemu.html
testwave.html
tsconfig.json fixed npm run build; isolatedModules=true; es2017; fixed electron 2021-08-02 09:44:18 -05:00
tsfmt.json

8bitworkshop

Build Status

Use Online

Install Locally

To build the 8bitworkshop IDE:

git submodule init
git submodule update
npm i
npm run build

Start Server

Start a web server on http://localhost:8000/ while TypeScript compiles in the background:

make tsweb

Run Tests

npm test

Note: Github tests may fail due to lack of permissions.

License

Copyright © 2016-2021 Steven Hugg.

This project is GPL-3.0 licensed.

Dependencies retain their original licenses.

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

Dependencies

The IDE uses custom forks for many of these, found at https://github.com/sehugg?tab=repositories

Emulators

Compilers

Assemblers/Linkers

Dev Kits / Libraries

Firmware