AMIGA alive

AMIGA alive
Showing posts with label release. Show all posts
Showing posts with label release. Show all posts

Tuesday, November 15, 2022

AMIGA alive software: zx81paint 0.2

A new version of zx81paint has been uploaded to AmiNet.

zx81paint has just learned a couple of new things: 15 steps of undo, drawing lines and rectangles, better menu layout, and slightly improved keyboard control.

Lines! Rectangles!

See Readme-file for usage information, and more.   

Get it from AmiNet:
http://aminet.net/package/gfx/edit/zx81paint

Thursday, June 23, 2022

AMIGA alive software: zx81paint 0.1

Do you like to create software for the Sinclair ZX81? This little paint program might come in handy.

zx81paint creates ZX81 character set images, and can save them in file formats suitable for ZX81 development.

Being the first release at version 0.1, it's quite a simple program, but it's already usable. zx81paint has its own file format for loading and saving, and can additionally save raw byte sequences of ZX81 character codes, and ASCII text BASIC program code for processing with "zxtext2p".

zx81paint v0.1, showing its included example picture

zx81paint requires Workbench 2.0. It opens a 320x256px window, so you might need a PAL Amiga, or adjust your NTSC Workbench size. Currently it's unaware of screen resolutions, so it looks best on 1:1-pixel-aspect-ratio screens e.g. Low Res, High Res Laced, or RTG screens.

See Readme-file included for usage information, and more.

You can download it from AmiNet:
http://aminet.net/package/gfx/edit/zx81paint

Feedback on the program, esp. file formats written, is very much appreciated! Leave a comment below, or visit AMIGA alive on facebook or reddit. Thanks!

Wednesday, September 29, 2021

AMIGA alive software: xiffview 0.4 (update)

IFF ILBM imageviewer xiffview for Linux computers has a couple of new features, one of which is a command mode that allows you to extract image data as C code for sprite creation.

If you're a C programmer and want to create sprites with your program, this might be interesting for you. xiffview now has a command that takes a couple of arguments, namely x and y coordinates, height, bitmap numbers and color indices, and saves image data from that region of the image to a C code file for use in your program. 

xiffview v0.4 with test pattern image

Also xiffview now includes a "contrib" folder with a test pattern image for you to play with, and a generic Makefile kindly contributed by S. Haubenthal (thanks!).

And it now shows the image's palette below the image display.

See Readme-file included for more information.

You can download it from AmiNet:
http://aminet.net/package/misc/unix/xiffview

Tuesday, April 27, 2021

AMIGA alive software: xiffview 0.2 - IFF ILBM picture viewer for Linux/X

Our third software release is out. It's xiffview v0.2, an X-windows app for Linux. Xiffview displays IFF ILBM pictures as created with DeluxePaint, PersonalPaint, and many other programs on the Amiga, in a window on your Linux X desktop.

Just a straightforward little image viewer program that was created to simplify the cross-compiling Amiga software developer's daily work. It supports simple palette based (2 to 256 colors) images only - no HAM, no animations, EHB might give weird results - and it's been tested only a little so far, so don't panic if some of your pictures don't look perfect on xiffview. It requires a true-color X screen to run on, is freeware, and the sourcecode is included.

See Readme-file included for more information.

You can download it from AmiNet:
http://aminet.net/package/misc/unix/xiffview

xiffview displaying an IFF ILBM picture on an X screen


Monday, August 28, 2017

AMIGA alive software: rewincy v0.8 - window and screen cycling

Our second - still rather tiny - software release is out. It's rewincy v0.8, a Workbench commodity for AmigaOS2.0 and higher. Rewincy will add Windows-"Alt-Tab"-like functionality to your Workbench: cycle through windows and screens, and zip windows, using your keyboard.

You can configure keys and colors, and run it from CLI or Workbench alike. Rewincy is based on M. Cortese's "Altabber", with added features, and just like Altabber it's freeware, of course. It has been cross-compiled from Linux to AmigaOS with vbcc, sources and makefile are included.

See Readme-file included for more information.

You can download it from AmiNet:
http://aminet.net/package/util/cdity/rewincy

Friday, August 25, 2017

AMIGA alive software: rentp v0.4 - NTP time synchronization

Our first - tiny, admittedly - software release is out. It's rentp v0.4, a Network Time Protocol time synchronization utility for AmigaOS2.0 or higher.

Here's a usage example:

rentp -o120 0.fedora.pool.ntp.org

...will sync time from Fedora's timeserver, using 120 mins.
UTC offset (=Germany summer daylight saving time). UTC
offset should be supplied, otherwise time will probably be
wrong (unless you live in UTC zone 0).

And...

rentp -h

...will give you help.

You can download it from AmiNet:
http://aminet.net/package/comm/tcp/rentp