Main Page: Difference between revisions
Jump to navigation
Jump to search
Wiki Pages
Main Page with Articles and Tutorials
QB64 specific keywords (alphabetical)
Original QBasic keywords (alphabetical)
QB64 OpenGL keywords (alphabetical)
Keywords by Usage
Got a question about something?
Frequently Asked Questions about QB64
QB64 Phoenix Edition Community Forum
Links to other QBasic Sites:
Pete's QBasic Forum
Pete's QBasic Downloads
No edit summary |
No edit summary |
||
(126 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== The QB64 Phoenix Edition Wiki == | |||
;QB64 is a modern extended [[Wikipedia:BASIC|BASIC]] programming language with embedded [[Wikipedia:OpenGL|OpenGL]] support that retains [[Wikipedia:QuickBASIC|QuickBASIC 4.5]] and [[Wikipedia:QBasic|QBasic]] compatibility and compiles native binaries for Windows (7 and up), Linux and macOS (Catalina and up). | |||
{| width="100%" | |||
|- | |||
| align="center" | | |||
[[File:IDE_macos.png|thumb|left|QB64's IDE running on macOS Catalina]] | |||
| align="left" valign="top" | | |||
== Getting started == | |||
* Grab the latest version of QB64 Phoenix Edition from our active [https://github.com/QB64-Phoenix-Edition/QB64pe/releases/latest GitHub repository]. | |||
=== FAQ === | |||
* [[QB64 FAQ|Frequently asked questions about QB64]] | |||
=== Get in touch === | |||
* [https://qb64phoenix.com/forum/index.php QB64 Phoenix Edition Forum] | |||
* [https://discord.gg/D2M7hepTSx Discord invitation] | |||
| align="center" | | |||
__TOC__ | |||
|- | |||
| align="center" colspan="3" | | |||
---- | |||
---- | |||
|} | |||
== Keyword References == | |||
* [[Metacommand|Keyword Reference - Metacommands]] | |||
* [[Keyword Reference - Alphabetical]] | |||
* [[Keyword Reference - By usage]] | |||
* '''[[Keywords currently not supported by QB64]]''' | |||
* '''[[Keywords currently not supported by QB64#Keywords_not_supported_in_Linux_or_macOS_versions|Keywords not supported in Linux or macOS versions]]''' | |||
=== Other === | |||
* [[Quick Reference - Tables]] | |||
* [[Historic Pages]] ({{Text|Informations may be invalid now.|red}}) | |||
* '''[https://qb64phoenix.com/forum/showthread.php?tid=2431 Offline versions of this Wiki]''' ({{Text|Not necessarily up to date.|red}}) | |||
== | |||
* [https://www. | == Articles and Tutorials == | ||
* [https://www. | * [https://www.qb64tutorial.com/ Terry Ritchie's QB64 Game Programming] | ||
* [ | * [https://www.youtube.com/watch?v=hE-Voij5k5Q&list=PLF6199808BD4901E1 School Freeware series on QB64 (YouTube)] | ||
* [ | * [[Arrays]] | ||
* [ | * [[ASCII|ASCII Character Codes]] | ||
* [[Binary|Binary Numbers]] | |||
* [[Bitwise Operators|Bitwise Operations]] | |||
* [[Boolean|Boolean Operations]] | |||
* [[_CLIPBOARD$|Clipboard]] | |||
* [[Console Window]] | |||
* [[Constants]] (Defined by the Compiler) | |||
* [[Controller Devices]] (Keyboard, Mouse, Joystick, Gamepad) | |||
* [[Converting Bytes to Bits]] | |||
* [[Downloading Files]] (TCP/IP) | |||
* [[Windows Environment|Environment (Windows Registry)]] | |||
* [[Hardware images]] | |||
* [[Images|Image file procedures]] | |||
* [[Keyboard scancodes|Keyboard Scan Codes]] | |||
* [[Libraries]] ([[C Libraries|C++]], [[Windows Libraries|Windows]], [[DLL Libraries|DLL]]) | |||
* [[Mathematical Operations]] | |||
* [[PDS(7.1) Procedures]] | |||
* [[Port Access Libraries]] | |||
* [[Relational Operations]] | |||
* [[Line numbers]] | |||
* [[Line number|Removing line numbers]] | |||
* [[Resource Table extraction]] {{Text|([[Resource Table extraction#Extract_Icon|Icon Extraction]])}} | |||
* [[Screen Memory]] | |||
* [[Text Using Graphics|Text, Fonts and Unicode Using Graphics]] | |||
* [[Variable Types]] | |||
{{PageReferences}} |
Latest revision as of 12:19, 19 November 2024
The QB64 Phoenix Edition Wiki
- QB64 is a modern extended BASIC programming language with embedded OpenGL support that retains QuickBASIC 4.5 and QBasic compatibility and compiles native binaries for Windows (7 and up), Linux and macOS (Catalina and up).
Getting started
FAQGet in touch |
||
|
Keyword References
Other
- Quick Reference - Tables
- Historic Pages (Informations may be invalid now.)
- Offline versions of this Wiki (Not necessarily up to date.)
Articles and Tutorials
- Terry Ritchie's QB64 Game Programming
- School Freeware series on QB64 (YouTube)
- Arrays
- ASCII Character Codes
- Binary Numbers
- Bitwise Operations
- Boolean Operations
- Clipboard
- Console Window
- Constants (Defined by the Compiler)
- Controller Devices (Keyboard, Mouse, Joystick, Gamepad)
- Converting Bytes to Bits
- Downloading Files (TCP/IP)
- Environment (Windows Registry)
- Hardware images
- Image file procedures
- Keyboard Scan Codes
- Libraries (C++, Windows, DLL)
- Mathematical Operations
- PDS(7.1) Procedures
- Port Access Libraries
- Relational Operations
- Line numbers
- Removing line numbers
- Resource Table extraction (Icon Extraction)
- Screen Memory
- Text, Fonts and Unicode Using Graphics
- Variable Types