Difference between revisions of "Miscellaneous"

From SpecNext official Wiki
Jump to: navigation, search
m
(adding NextSync)
 
(4 intermediate revisions by 3 users not shown)
Line 10: Line 10:
 
: by Stefan Bylund
 
: by Stefan Bylund
  
=== ''[https://www.facebook.com/groups/OctarineStudio/ Octarine Studio]'' ===
+
=== ''[https://wiki.twistedraven.net/index.php?title=Downloads Octarine Studio]'' ===
 
: Octarine Studio by Guy Black is a PC based editing tool that currently supports palettes and tiles.  
 
: Octarine Studio by Guy Black is a PC based editing tool that currently supports palettes and tiles.  
  
Line 25: Line 25:
 
=== ''[https://github.com/varmfskii/zxnext_tools ZX Spectrum Next tools by Theodore (Alex) Evans]'' ===
 
=== ''[https://github.com/varmfskii/zxnext_tools ZX Spectrum Next tools by Theodore (Alex) Evans]'' ===
 
: Multiple tools for various graphics conversions and processing
 
: Multiple tools for various graphics conversions and processing
 +
: zxnftp for transferring files between PC and Next via the ESP WiFi module
 +
 +
=== ''[https://gitlab.com/zxnexttools/nim Next Image Manipulator by Matt Davies]'' ===
 +
: windows command line tool to convert various image and palette formats to custom "nip/nim" binary formats which are simple enough to parse (or include directly into source with assemblers supporting binary includes)
 +
: this is early version (already working, build it from source), but further expansion to support also tiles/etc may happen in future
  
 
=== ''[https://github.com/gasman/hdfmonkey hdfmonkey]'' ===
 
=== ''[https://github.com/gasman/hdfmonkey hdfmonkey]'' ===
Line 41: Line 46:
 
=== ''<div id="WASPtools" name="WASPtools">WASPtools by Phoebus Dokos</div>'' ===
 
=== ''<div id="WASPtools" name="WASPtools">WASPtools by Phoebus Dokos</div>'' ===
 
WASPtools is a suite of tools comprised of a palette manipulator, a sprite editor, a graphics converter, and tilemap editor (both virtual tilemaps for say Layer2, and the hardware tilemap mode).
 
WASPtools is a suite of tools comprised of a palette manipulator, a sprite editor, a graphics converter, and tilemap editor (both virtual tilemaps for say Layer2, and the hardware tilemap mode).
 +
 +
=== ''[https://zx.remysharp.com Online sprite, palette and tilemap editor by Remy Sharp]'' ===
 +
: Browser based tooling that works fully offline
 +
: Sprite editor with import and export tools
 +
: Tile map editor with 16x16 and 8x8 tile support
 +
: Full 512 palette import and export
 +
: Also includes image conversion tools from PNG to 8 bit BMP and SL2 formats
 +
 +
=== ''[https://marketplace.visualstudio.com/items?itemName=remysharp.nextbasic NextBASIC extension for VS Code by Remy Sharp]'' ===
 +
: Syntax highlighting, folding and definition jumping
 +
: Export and import .bas to .txt and visa versa
 +
: Inline help, line number completion and inline error checking
 +
: Launches Cspect with minimal configuration
 +
 +
=== ''[https://www.specnext.com/forum/viewtopic.php?f=17&t=1715 NextSync WiFi file transferring by Jari Komppa]'' ===
 +
: Run "server" code on your local PC (python 3 required)
 +
: Run ".sync" on the Next
 +
: Changed files will be copied from PC to Next by ESP WiFi module

Latest revision as of 04:46, 8 September 2020

Simon N Goodwin's Spectrum Next Page

A host of utilites for NextBasic written by Simon, NextPort, Nextramon,
Next MGT Reader amongst other treasures.

Visual Studio Code Tasks and Scripts

Some VSC goodies by kounch to work with NextBasic and ZX Basic

Next BMP Tools

The Next BMP tools are BMP image conversion tools targeting the Sinclair ZX Spectrum Next written
by Stefan Bylund

Octarine Studio

Octarine Studio by Guy Black is a PC based editing tool that currently supports palettes and tiles.

UDGeedNext Sprite Editor

Windows based sprite editor written by some guy I have never heard of. Currently supports 8 bit
palettes. 9 bit and 4 bit sprites should be added at some point....

Speccy Art

An online drawing experience that aims to help you create Sinclair ZX Spectrum-like images.
Supports the classic ULA mode (256x192 pixels with 8x8 attribute squares and 15 classic ZX colours)
Supports the Timex HiColour mode (256x192 pixels with 8x1 attribute rectangles and 15 classic ZX colours)
Images can be saved and loaded through TAP files or exported into SCR/SHC files.

ZX Spectrum Next tools by Theodore (Alex) Evans

Multiple tools for various graphics conversions and processing
zxnftp for transferring files between PC and Next via the ESP WiFi module

Next Image Manipulator by Matt Davies

windows command line tool to convert various image and palette formats to custom "nip/nim" binary formats which are simple enough to parse (or include directly into source with assemblers supporting binary includes)
this is early version (already working, build it from source), but further expansion to support also tiles/etc may happen in future

hdfmonkey

A Swiss Army Knife for working with FAT partitions on Spectrum emulator HDF images

ZXSpectrumNextTests by Kevin Watkins and Peter Helcmanovsky

Suite of tests exercising various aspects of ZX Spectrum Next
Tests for: Next registers, Copper, Sprites, Layer2, ULA modes, Extended ULA, Layers mixing modes, Z80N instructions, ...
ASM Sources for each test (sjasmplus assembler syntax)

ZXSpectrumNextTests by Robin Verhagen-Guest

Suite of tests exercising various aspects of ZX Spectrum Next (yes, one more :) )
Tests for: DMA, MMU paging, Layers mixing modes
ASM Sources for each test (Zeus assembler syntax)

WASPtools by Phoebus Dokos

WASPtools is a suite of tools comprised of a palette manipulator, a sprite editor, a graphics converter, and tilemap editor (both virtual tilemaps for say Layer2, and the hardware tilemap mode).

Online sprite, palette and tilemap editor by Remy Sharp

Browser based tooling that works fully offline
Sprite editor with import and export tools
Tile map editor with 16x16 and 8x8 tile support
Full 512 palette import and export
Also includes image conversion tools from PNG to 8 bit BMP and SL2 formats

NextBASIC extension for VS Code by Remy Sharp

Syntax highlighting, folding and definition jumping
Export and import .bas to .txt and visa versa
Inline help, line number completion and inline error checking
Launches Cspect with minimal configuration

NextSync WiFi file transferring by Jari Komppa

Run "server" code on your local PC (python 3 required)
Run ".sync" on the Next
Changed files will be copied from PC to Next by ESP WiFi module