MSylvia / 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 23.2%Language:TypeScript 15.3%Language:Assembly 10.5%Language:C++ 9.0%Language:Verilog 6.7%Language:HTML 5.6%Language:CoffeeScript 1.9%Language:Visual Basic 0.9%Language:Python 0.8%Language:CSS 0.5%Language:Makefile 0.1%Language:Shell 0.1%Language:Lua 0.0%Language:Dockerfile 0.0%