1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-05-12 08:00:12 +00:00
BASIC for the web https://qbjs.github.io/
Go to file
boxgaming fb4d246578
Merge pull request #36 from WFBarnes/main
Fixed slope bug in lineStyle for diagonal lines.
2022-11-01 16:59:39 -05:00
codemirror miscellaneous 0.6.0 fixes 2022-10-31 22:55:08 -05:00
export Initial File I/O support - excluding RANDOM 2022-09-17 11:50:08 -05:00
gx restored scroll background mode 2022-10-31 22:54:30 -05:00
img File I/O - part 3 2022-10-28 14:58:21 -05:00
lib/web miscellaneous 0.6.0 fixes 2022-10-31 22:55:08 -05:00
samples project samples 2022-11-01 15:57:51 -05:00
tools miscellaneous 0.6.0 fixes 2022-10-31 22:55:08 -05:00
util restored lzutf8.js dependency 2022-04-25 06:59:48 -05:00
.gitignore Initial File I/O support - excluding RANDOM 2022-09-17 11:50:08 -05:00
dosvga.ttf updated font to for ibm437 code page compatibility 2022-07-06 07:33:41 -05:00
favicon.ico updated favicon with initial qbjs-specific icon 2022-04-18 10:34:57 -05:00
index.html File I/O - part 3 2022-10-28 14:58:21 -05:00
LICENSE Initial commit 2022-02-14 09:09:59 -06:00
logo.png Added resourses needed for standalone export 2022-04-18 10:36:17 -05:00
play.png v0.3.0-beta updates 2022-03-30 17:37:36 -05:00
qb.js Merge pull request #36 from WFBarnes/main 2022-11-01 16:59:39 -05:00
qb2js.js miscellaneous 0.6.0 fixes 2022-10-31 22:55:08 -05:00
qbjs-ide.css File I/O - part 3 2022-10-28 14:58:21 -05:00
qbjs-ide.js miscellaneous 0.6.0 fixes 2022-10-31 22:55:08 -05:00
README.md Fleshed out README a little 2022-04-01 17:29:25 +03:00
vfs.js File I/O - part 3 2022-10-28 14:58:21 -05:00

About QBJS

QBJS is an implementation of the Basic programming language for the web, with multimedia support and easy sharing of programs. It aims to be compatible with QB64, which in turn implements the same dialect as the classic QBasic.

The project is in active development as of 30 March 2022. It can be tried online on itch.io; documentation and releases are hosted on GitHub.

Support for browser APIs is built-in as of version 0.3.0-beta; a game engine is included separately.