You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _build/pages/index.markdown
+20-8Lines changed: 20 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,25 @@ func AddStrings(a, b)
15
15
end
16
16
```
17
17
18
-
## Multi-platform
19
-
20
-
SmallBASIC is released for Windows, Linux and Android. It can be build from source for many other POSIX compliant operating systems including Raspberry Pi OS for the Raspberry Pi. Thanks to the build in IDE programs can be written on your Android powered tablet or mobile phone and executed immediately ([Downloads](/pages/download.html)).
21
-
22
-
Your program can be bundled with all necessary libraries to create executable files for Windows (exe-files) or Linux (AppImage). For Android a signed pkg can be created and for example distributed using Google play ([Distribute your program](/pages/distributiontool.html)).
23
-
24
-
Additionally you can start programming with the online version of SmallBASIC in your browser right now: [Start online](/online/sbasic.html).
18
+
## Programming Made Easy for All
19
+
20
+
SmallBASIC is available for various operating systems, including
21
+
Windows, Linux, and Android. You can even build it from source to run
22
+
on many other POSIX-compliant systems, such as Raspberry Pi OS for the
23
+
Raspberry Pi. With its built-in Integrated Development Environment
24
+
(IDE), you can write programs on your Android-powered tablet or mobile
25
+
phone and run them instantly. If you want to get started, you can
26
+
download SmallBASIC from our ([Downloads](/pages/download.html)) page.
27
+
28
+
SmallBASIC makes it easy to bundle your program with all the necessary
29
+
libraries, creating executable files for Windows (exe-files) or Linux
30
+
(AppImage). For Android, you can create a signed package (pkg) and
31
+
distribute it through platforms like Google Play. Learn more about
32
+
distributing your program on our ([Distribution](/pages/distributiontool.html)) page.
33
+
34
+
If you prefer an online experience, you can start programming with the
35
+
web-based version of SmallBASIC in your browser right now.
36
+
Just click on [Start online](/online/sbasic.html) to begin coding.
25
37
26
38
## Editors, IDE and SmallBASIC versions
27
39
@@ -61,7 +73,7 @@ const screenWidth = 800
61
73
const screenHeight = 450
62
74
63
75
rl.InitWindow(screenWidth, screenHeight, "raylib [core] example - basic window")
<p>SmallBASIC is released for Windows, Linux and Android. It can be build from source for many other POSIXcompliant operating systems including Raspberry Pi OS for the Raspberry Pi. Thanks to the build in IDE programs can be written on your Androidpowered tablet or mobile phone and executed immediately (<ahref="/pages/download.html">Downloads</a>).</p>
82
-
<p>Your program can be bundled with all necessary libraries to create executable files for Windows (exe-files) or Linux (AppImage). For Androida signed pkg can be created and for example distributed using Google play (<ahref="/pages/distributiontool.html">Distribute your program</a>).</p>
83
-
<p>Additionally you can start programming with the online version of SmallBASIC in your browser right now: <ahref="/online/sbasic.html">Start online</a>.</p>
80
+
<h2id="programming-made-easy-for-all">Programming Made Easy for All</h2>
81
+
<p>SmallBASIC is available for various operating systems, including Windows, Linux, and Android. You can even build it from source to run on many other POSIX-compliant systems, such as Raspberry Pi OS for the Raspberry Pi. With its built-in Integrated Development Environment (IDE), you can write programs on your Android-powered tablet or mobile phone and run them instantly. If you want to get started, you can download SmallBASIC from our (<ahref="/pages/download.html">Downloads</a>) page.</p>
82
+
<p>SmallBASIC makes it easy to bundle your program with all the necessary libraries, creating executable files for Windows (exe-files) or Linux (AppImage). For Android, you can create a signed package (pkg) and distribute it through platforms like Google Play. Learn more about distributing your program on our (<ahref="/pages/distributiontool.html">Distribution</a>) page.</p>
83
+
<p>If you prefer an online experience, you can start programming with the web-based version of SmallBASIC in your browser right now. Just click on <ahref="/online/sbasic.html">Start online</a> to begin coding.</p>
84
84
<h2id="editors-ide-and-smallbasic-versions">Editors, IDE and SmallBASIC versions</h2>
85
85
<p>SmallBASIC comes in three different flavors for the desktop. The SDL version offers a simple but efficient IDE and is perfect for working with graphics. The FLTK version has a great IDE. The console version doesn’t offer an IDE and is text-only but works perfect with plugins like raylib or nuklear (<ahref="/pages/download.html">Downloads</a>).</p>
86
86
<p>No matter which SmallBASIC version you prefer, external editors like Visual Studio Code, Geany, Sublime Text or KDE Kate can be setup for syntax highlighting or code execution (<ahref="/language_support.html">Setup external editors</a>).</p>
0 commit comments