Main Page: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 34: Line 34:
==Articles and Tutorials==
==Articles and Tutorials==
* [https://www.qb64tutorial.com/ Terry Ritchie's QB64 Game Programming]
* [https://www.qb64tutorial.com/ Terry Ritchie's QB64 Game Programming]
* [https://www.scratchapixel.com/ Scratchpixel - Comuter graphics math explained (C/C++ knowledge advantageous)]
* [https://www.scratchapixel.com/ Scratchpixel - Comuter graphics math explained (C/C++ knowledge advantageous for examples)]
* [https://www.youtube.com/watch?v=hE-Voij5k5Q&list=PLF6199808BD4901E1 School Freeware series on QB64 (YouTube)]
* [https://www.youtube.com/watch?v=hE-Voij5k5Q&list=PLF6199808BD4901E1 School Freeware series on QB64 (YouTube)]
* [[Arrays]]
* [[Arrays]]

Revision as of 16:58, 17 October 2022

The QB64 Phoenix Edition Wiki

QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS.
QB64's IDE running on macOS Catalina

Getting started

FAQ

Get in touch



Keywords

Known issues

Articles and Tutorials