Main Page: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(46 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOEDITSECTION__
== The QB64 Phoenix Edition Wiki ==
==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 (Vista and up), Linux and macOS.
 
;QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS.


{| width="100%"
{| width="100%"
Line 9: Line 7:
[[File:IDE_macos.png|thumb|left|QB64's IDE running on macOS Catalina]]
[[File:IDE_macos.png|thumb|left|QB64's IDE running on macOS Catalina]]
| align="left" valign="top" |
| align="left" valign="top" |
==Getting started==
== Getting started ==
* Grab the latest version of QB64 Phoenix Edition from the [https://github.com/QB64-Phoenix-Edition/QB64pe/releases/latest] from our active GitHub repository.
* Grab the latest version of QB64 Phoenix Edition from our active [https://github.com/QB64-Phoenix-Edition/QB64pe/releases/latest GitHub repository].
 
=== FAQ ===
===FAQ===
* [[QB64 FAQ|Frequently asked questions about QB64]]
* [[QB64 FAQ|Frequently asked questions about QB64]]
 
=== Get in touch ===
===Get in touch===
* [https://qb64phoenix.com/forum/index.php QB64 Phoenix Edition Forum]
* [https://qb64phoenix.com/forum/index.php QB64 Phoenix Edition Forum]
* [https://discord.gg/D2M7hepTSx Discord invitation]
* [https://discord.gg/D2M7hepTSx Discord invitation]
Line 25: Line 21:
----
----
|}
|}
 
== Keyword References ==
==Keywords==
* [[Metacommand|Keyword Reference - Metacommands]]
* [[Keyword Reference - Alphabetical]]
* [[Keyword Reference - Alphabetical]]
* [[Keyword Reference - By usage]]
* [[Keyword Reference - By usage]]
* [[Quick Reference - Tables]]
* [[Historic Pages]] ({{Text|Informations may be invalid now.|red}})


===Known issues===
=== Known issues ===
* [[Keywords currently not supported by QB64|Legacy keywords not supported by QB64]]
* '''[[Keywords currently not supported by QB64]]'''
* [[Keywords currently not supported by QB64#Keywords_Not_Supported_in_Linux_or_MAC_OSX_versions|Keywords not supported in Linux or macOS versions]]
* '''[[Keywords currently not supported by QB64#Keywords_not_supported_in_Linux_or_macOS_versions|Keywords not supported in Linux or macOS versions]]'''


==Articles and Tutorials==
 
* [http://www.qb64sourcecode.com Terry Ritchie's QB64 Game Programming]
== Articles and Tutorials ==
* [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)]
* [https://www.youtube.com/watch?v=hE-Voij5k5Q&list=PLF6199808BD4901E1 School Freeware series on QB64 (YouTube)]
* [[Arrays]]
* [[Arrays]]
* [[ASCII|ASCII Character Codes]]
* [[ASCII|ASCII Character Codes]]
* [[Binary|Binary Numbers]]
* [[Binary|Binary Numbers]]
* [[Bitwise Operators|Bitwise Operations]]
* [[Boolean|Boolean Operations]]
* [[Boolean|Boolean Operations]]
* [[_CLIPBOARD$|Clipboard]]
* [[_CLIPBOARD$|Clipboard]]
Line 52: Line 52:
* [[Libraries]] ([[C Libraries|C++]], [[Windows Libraries|Windows]], [[DLL Libraries|DLL]])
* [[Libraries]] ([[C Libraries|C++]], [[Windows Libraries|Windows]], [[DLL Libraries|DLL]])
* [[Mathematical Operations]]
* [[Mathematical Operations]]
* [[PDS (7.1) Procedures]]
* [[PDS(7.1) Procedures]]
* [[Port Access Libraries]]
* [[Port Access Libraries]]
* [[QB 4.5 Library Ports For QB64]]
* [[Relational Operations]]
* [[Relational Operations]]
* [[Line numbers]]
* [[Line numbers]]
* [[Line number|Removing line numbers]]
* [[Line number|Removing line numbers]]
* [[Resource Table extraction]] {{text|([[Resource_Table_extraction#Extract_Icon|Icon Extraction]])}}
* [[Resource Table extraction]] {{Text|([[Resource Table extraction#Extract_Icon|Icon Extraction]])}}
* [[Screen Memory]]
* [[Screen Memory]]
* [[Text Using Graphics|Text, Fonts and Unicode Using Graphics]]
* [[Text Using Graphics|Text, Fonts and Unicode Using Graphics]]
* [[Variable Types]]
* [[Variable Types]]
[[Category:Done]]

Latest revision as of 22:59, 25 April 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 (Vista and up), Linux and macOS.
QB64's IDE running on macOS Catalina

Getting started

FAQ

Get in touch



Keyword References

Known issues


Articles and Tutorials