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
2020-08-09 15:01:13 -05:00
bootstrap
codemirror@772d09e697 codemirror: updated to 5.56.0, fixed tests 2020-08-04 14:32:01 -05:00
css basic: GET, POP, fixed func/builtins, dialect stuff, print head, ELSE (44, 44, 68) 2020-08-09 01:49:50 -05:00
doc basic: optional labels setting 2020-08-08 20:03:48 -05:00
gif.js@082076d81c
help/bataribasic
images moved some development files to meta/ directory, updated sync script 2020-08-01 13:56:50 -05:00
javatari.js@977bf9ca6c
jquery fixed wasm probe tests, updated jquery to 3.5.1 2020-07-16 14:52:27 -05:00
jsnes@a6a026b698
lib
mame
meta moved some development files to meta/ directory, updated sync script 2020-08-01 13:56:50 -05:00
nanoasm@53470410c3
presets basic: added operators, check inputs, better line feed, fixed return, FOR stack, moved OPTION to compile-time, fixed DEFs, uppercase, hot-loading (43, 45, 36) 2020-08-08 19:36:57 -05:00
res
scripts moved some development files to meta/ directory, updated sync script 2020-08-01 13:56:50 -05:00
src getDebugTree(): use $$ for view functions so we don't accidentally call them 2020-08-09 15:01:13 -05:00
test codemirror: updated to 5.56.0, fixed tests 2020-08-04 14:32:01 -05:00
tools
tss@5b5ee67fc0
.gitattributes
.gitignore
.gitmodules
.travis.yml
electron-preload.js electron: fixed binary encoding, reload, args 2020-08-02 21:34:13 -05:00
electron.html first crack at BASIC 2020-08-08 11:00:05 -05:00
electron.js electron: fixed binary encoding, reload, args 2020-08-02 21:34:13 -05:00
embed.html
favicon.ico
index.html first crack at BASIC 2020-08-08 11:00:05 -05:00
javatari initial commit 2016-12-15 20:21:51 -05:00
LICENSE
LICENSE.txt
Makefile moved some development files to meta/ directory, updated sync script 2020-08-01 13:56:50 -05:00
manifest.json
nightwatch.json
package-lock.json electron: trying to open files in filesystem 2020-08-02 09:22:23 -05:00
package.json electron: trying to open files in filesystem 2020-08-02 09:22:23 -05:00
README.md electron: initial experimental build (npm start), removed web/images 2020-08-01 11:53:52 -05:00
testemu.html
testwave.html fixed wasm probe tests, updated jquery to 3.5.1 2020-07-16 14:52:27 -05:00
tsconfig-base.json
tsconfig.json
tsfmt.json

Build Status

The latest release is online at http://8bitworkshop.com/

Install

To build the 8bitworkshop IDE:

git submodule init
git submodule update
npm i
npm run build

Usage

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-2020 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