Skip to content

Web-based IDE for 8-bit programming.

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

zxplay/8bitworkshop

 
 

Repository files navigation

8bitworkshop-zx

This is an experimental modification of 8bitworkshop focussed on a debugger for the ZX Spectrum.

Install Locally

To build the 8bitworkshop IDE:

git submodule init
git submodule update
npm install
npm run build
npm run cp

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 public/presets/ directory) are licensed under CC0 unless otherwise licensed.

Languages

  • TypeScript 82.0%
  • CSS 7.3%
  • C 5.2%
  • JavaScript 2.9%
  • HTML 2.1%
  • Assembly 0.5%