PavelZX / 8bitworkshop

web-based IDE for 8-bit programming and Verilog development

Home Page:http://8bitworkshop.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

The latest release is online at https://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

About

web-based IDE for 8-bit programming and Verilog development

http://8bitworkshop.com/

License:GNU General Public License v3.0


Languages

Language:JavaScript 39.3%Language:C 21.1%Language:TypeScript 17.8%Language:Assembly 9.4%Language:Verilog 4.7%Language:HTML 4.3%Language:VBA 2.2%Language:C++ 0.6%Language:CSS 0.4%Language:Makefile 0.0%Language:Shell 0.0%Language:Lua 0.0%Language:Coq 0.0%Language:Python 0.0%