ewenmcneill / 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 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

License

Copyright © 2019 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.

About

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

http://8bitworkshop.com/

License:GNU General Public License v3.0


Languages

Language:C 25.5%Language:JavaScript 21.2%Language:TypeScript 18.7%Language:Assembly 10.7%Language:C++ 8.4%Language:Verilog 6.2%Language:HTML 5.2%Language:CoffeeScript 1.8%Language:VBA 0.8%Language:Python 0.7%Language:CSS 0.5%Language:Makefile 0.1%Language:Shell 0.1%Language:Lua 0.0%Language:Coq 0.0%Language:Dockerfile 0.0%