News

LowRes NX v1.0 for Mac, Windows and iOS

6

Timo 2019-10-17 19:17 (Edited)

Finally the core of LowRes NX is feature complete and reached a stable state of the programming language, so I decided to release it as version 1.0.

Most of the commands have little code examples in the manual now.

The handling of cell, sprite and display attributes has been simplified. Here are some examples:

Old syntax: SPRITE.A 0,(3,,,,2)

New syntax: SPRITE 0 PAL 3 SIZE 2

Old syntax:

ATTR (2,,,1)
PRINT "HELLO WORLD"

New syntax:

PAL 2
PRIO 1
PRINT "HELLO WORLD"

Please check the chapter Graphics in the manual for more information. The old syntaxes still work, but should be avoided in new programs.

You can download the updates here:

macOS: https://github.com/timoinutilis/lowres-nx/releases/download/v1.0/LowRes.NX.macOS.zip

Windows: https://github.com/timoinutilis/lowres-nx/releases/download/v1.0/LowRes.NX.Win.zip

iOS: https://itunes.apple.com/us/app/lowres-nx-coder/id1318884577?mt=8


Log in to reply.