1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-01-01 16:32:16 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2023-11-03 11:01:56 -05:00
.github/workflows
bootstrap
codemirror@772d09e697
css
doc removed ga 2023-07-02 10:11:04 -05:00
gif.js@082076d81c
help/bataribasic
images
javatari.js@9d124f087e
jquery npm update 2023-02-15 17:24:09 -05:00
jsnes@a6a026b698
lib
mame
meta
nanoasm@cb2f55c11a
presets c64: .wiz 2023-11-02 12:39:11 -05:00
res
scripts c64: .wiz 2023-11-02 12:39:11 -05:00
src pce: aspect ratio 2023-11-03 11:01:56 -05:00
test ecs: C export if no system instances 2023-10-27 16:42:34 -05:00
tools removed tools/, moved to new repo sehugg/8bit-tools 2020-07-12 10:30:32 -05:00
tss@5b5ee67fc0
.gitattributes
.gitignore
.gitmodules
index.html pce: hello.wiz 2023-10-31 23:09:58 -05:00
javatari
LICENSE
LICENSE.txt sms: better CPU cycle counting 2018-12-01 14:14:09 -05:00
Makefile
manifest.json
nightwatch.json
package-lock.json vcs: added vcslib demo 2023-10-30 23:16:36 -05:00
package.json vcs: added vcslib demo 2023-10-30 23:16:36 -05:00
player.html
README.md
tsconfig.json
tsfmt.json

8bitworkshop

Build Status

Use Online

Install Locally

To clone just the main branch:

git clone -b master --single-branch git@github.com:sehugg/8bitworkshop.git

To build the 8bitworkshop IDE:

git submodule init
git submodule update
npm i
npm run build

To use GitHub integration locally, download the Firebase config file, e.g. https://8bitworkshop.com/v[version]/config.js

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 API key.

License

Copyright © 2016-2022 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