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: docs/external_resources.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ further information. The documentation of it is very well maintained.
25
25
26
26
*[Multipaint](http://multipaint.kameli.net/), a Java-based graphics editor that allows you to draw pictures with the color limitations of some typical screen formats from 8-bit computer platforms, like ZX Spectrum, C64 and Plus/4 high-resolution and multicolor, MSX 1 and Amstrad CPC0.
27
27
28
+
*[ZX-Paintbrush] (https://zx-modules.de/), a Windows graphics editor specifically for ZX-Spectrum screen formats, including multicolor.
29
+
28
30
##Utilities
29
31
Other generic utilities not above are:
30
32
@@ -38,16 +40,18 @@ He also created a [VIM Syntax File for ZX BASIC](http://programandala.net/en.pro
38
40
I find this very useful.
39
41
40
42
##Engines
41
-
There are several external engines that can be used within compiler to achieve effects like multi colour display, or sprite handling.
43
+
There are several external engines that can be used within compiler to achieve effects like multicolour display, or sprite handling.
Copy file name to clipboardExpand all lines: docs/released_programs.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@
3
3
This is a list of third-party ZX-Spectrum and ZX-Next programs (mostly games) developed with ZX BASIC.
4
4
Some of them also provide full source code, so they can be used as reference about how to create new programs.
5
5
6
-
A similar list is also available at [https://spectrumcomputing.co.uk/list?group_id=4007](https://spectrumcomputing.co.uk/list?group_id=4007)
6
+
A similar list is also available at [https://spectrumcomputing.co.uk/list?group_id=4007](https://spectrumcomputing.co.uk/list?group_id=4007) and the
7
+
list of programs with source code at [https://spectrumcomputing.co.uk/list?group_id=4007&source=3](https://spectrumcomputing.co.uk/list?group_id=4007&source=3).
0 commit comments