Search found 498 matches

by ZXDunny
Fri Jun 17, 2022 1:10 pm
Forum: Sinclair Miscellaneous
Topic: Spectrum memes
Replies: 1235
Views: 205308

Re: Spectrum memes

Daveysloan wrote: Wed May 04, 2022 7:14 pm Image
Have at thee.

Image
by ZXDunny
Wed Jun 15, 2022 8:01 pm
Forum: Graphics
Topic: .scr file to Animated GIF converter
Replies: 13
Views: 530

Re: .scr file to Animated GIF converter

A new update to SCRToAnimGIF is up - v1.3 with better audio. Less background hum with mp4 files.

Next up will be custom loading schemes such as Speedlock, alcatraz etc.

https://github.com/ZXDunny/scr2AnimGIF
by ZXDunny
Wed Jun 15, 2022 1:12 am
Forum: Graphics
Topic: .scr file to Animated GIF converter
Replies: 13
Views: 530

Re: .scr file to Animated GIF converter

UPDATED! Now outputs a sound file (if you specify -sound on the command line you'll get an 8bit mono WAV file) and if you specify the -mp4 switch (and have ffmpeg available in the same bit-ness as the scr2animgif executable) you will get a spanky mp4 with SOUND if you have sound enabled! same URL as...
by ZXDunny
Mon Jun 13, 2022 7:47 pm
Forum: Graphics
Topic: .scr file to Animated GIF converter
Replies: 13
Views: 530

Re: .scr file to Animated GIF converter

For some time, the term "toxic person" has become popular on the Internet. It is best to avoid such persons. It's Ok, I said I forgive you. You said you'd already made a program that does what my tool does, and you said that you had made it 6 years ago. I pointed out that mine made animat...
by ZXDunny
Mon Jun 13, 2022 4:10 pm
Forum: Graphics
Topic: .scr file to Animated GIF converter
Replies: 13
Views: 530

Re: .scr file to Animated GIF converter

g0blinish wrote: Mon Jun 13, 2022 3:18 pm Image
Your image is broken here but... apology accepted!
by ZXDunny
Mon Jun 13, 2022 2:43 pm
Forum: Graphics
Topic: .scr file to Animated GIF converter
Replies: 13
Views: 530

Re: .scr file to Animated GIF converter

I didn’t have the goal of recording a GIF with a border, I wrote a converter on request on the WOS forum. Full screen with border colors can be recorded in Fuse or other emulators So you didn't "just made it 6yrs ago" after all? You just assumed you knew what it did without actually runni...
by ZXDunny
Mon Jun 13, 2022 1:48 pm
Forum: Graphics
Topic: .scr file to Animated GIF converter
Replies: 13
Views: 530

Re: .scr file to Animated GIF converter

How do you make it work? I just get a blank window here with a black box. just drop .scr to window or pass name through command line Aha. Yes, it outputs a static image, no animation? Scr2AnimGIF makes animations, like this: https://i.ibb.co/FKT2R1j/cybernoid.gif I can't find any options in yours t...
by ZXDunny
Mon Jun 13, 2022 1:31 pm
Forum: Graphics
Topic: .scr file to Animated GIF converter
Replies: 13
Views: 530

Re: .scr file to Animated GIF converter

g0blinish wrote: Mon Jun 13, 2022 1:12 pm just made it 6yrs ago:
http://g0blinish.ucoz.ru/pb/zx2pic.zip
How do you make it work? I just get a blank window here with a black box.

Edit: I see how it's supposed to look from the zx2pic.png image, but mine doesn't look like that. Also does it do the border stripes?
by ZXDunny
Mon Jun 13, 2022 12:18 pm
Forum: Graphics
Topic: .scr file to Animated GIF converter
Replies: 13
Views: 530

Re: .scr file to Animated GIF converter

Updated to v1.1 with a new x64 version to try for those of you on those spanky new 64bit PCs.
by ZXDunny
Sun Jun 12, 2022 5:02 pm
Forum: Graphics
Topic: .scr file to Animated GIF converter
Replies: 13
Views: 530

.scr file to Animated GIF converter

Is here: https://github.com/ZXDunny/scr2AnimGIF

go test, break it and enjoy. Bugfixes are inevitable. I'll be adding new loading schemes (speedlock et al) soon.
It's a command line tool, so go read the readme. Executable is available on the front page, and has no dependencies. Windows only.
by ZXDunny
Fri Jun 10, 2022 1:11 pm
Forum: Programming
Topic: Celtic knots in BASIC
Replies: 2
Views: 152

Re: Celtic knots in BASIC

Very, very nice. I can't quite make out how it works, but would it be possible to make it one constant thread? https://i.postimg.cc/64Q8mkRg/knot.png Edit. Scratch that. Apparently to be a true Celtic knot, its quite OK to not have a continuous thread. Its just that the symmetry is important. How a...
by ZXDunny
Fri Jun 10, 2022 11:51 am
Forum: Programming
Topic: Celtic knots in BASIC
Replies: 2
Views: 152

Celtic knots in BASIC

After the stunning success of SpecBAS's knot program, I ported it to the humble Speccy: https://i.ibb.co/1TXVk0B/screenshot-1009.png And you can either download the tap file or grab the code and test it yourself: 10 REM Celtic Knots 20 BORDER 0: PAPER 0: BRIGHT 1: DIM r$(4,26): LET r$(1)="ABCDD...
by ZXDunny
Sun May 29, 2022 5:46 pm
Forum: Sinclair Miscellaneous
Topic: SpecBAS gets PLAY and asynchronous BEEP
Replies: 0
Views: 110

SpecBAS gets PLAY and asynchronous BEEP

Hey guys - been a while. (Also posted to WOS) SpecBAS recently got update to v0.1234 which has brought with it the ability to issue BEEPs asynchronously - they no longer block program execution. Use: BEEP duration,pitch ASYNC and that will get the job done. For example: 10 BEEP 1.5,"c" ASY...
by ZXDunny
Sun May 29, 2022 5:19 pm
Forum: Programming
Topic: X and Y axis. Printing Sinclair BASIC
Replies: 24
Views: 1047

Re: X and Y axis. Printing Sinclair BASIC

Row, Column is the most common text output coordinate system. What was more annoying was the inverted y-axis for PLOT/DRAW et al. I know this was because paper graphs generally tend to have their origin at the bottom-right, but as a coder it bugged the hell out of me when the first byte of a display...
by ZXDunny
Fri May 20, 2022 7:14 pm
Forum: Programming
Topic: Starfield in Basic
Replies: 6
Views: 311

Re: Starfield in Basic

http://www.jimblimey.com/tmp/3dstar.html

That's ZXBASIC but can be translated down to Sinclair BASIC pretty easily. It's not quick though.
by ZXDunny
Mon May 16, 2022 2:34 pm
Forum: Website
Topic: Why is software search so hard for anyone to do?
Replies: 21
Views: 1824

Re: Why is software search so hard for anyone to do?

SC's search has that - so I asked it for 128k software. I got a list back. I wanted to see what they were in date order but apparently that's not possible. So I started searching for years - so looked for 1986 as you would. There's a few. I tested 1985. Oh wow, there's a few of those also, but hey ...
by ZXDunny
Sun May 15, 2022 10:38 pm
Forum: Website
Topic: Why is software search so hard for anyone to do?
Replies: 21
Views: 1824

Re: Why is software search so hard for anyone to do?

Apologies for the post seeming harsh. It's just incredibly frustrating that the experience of search in 2022 is actually worse than it was in Martijn's infoseek era. SC and WOS are the de facto Spectrum software catalogues and it feels like we should have this sort of thing down pat by now. Again, a...
by ZXDunny
Sun May 15, 2022 7:47 pm
Forum: Website
Topic: Why is software search so hard for anyone to do?
Replies: 21
Views: 1824

Why is software search so hard for anyone to do?

So I wanted a list of 128k only games. Just 128k. Not 48k/128k. Just 128k. SC's search has that - so I asked it for 128k software. I got a list back. I wanted to see what they were in date order but apparently that's not possible. So I started searching for years - so looked for 1986 as you would. T...
by ZXDunny
Tue Apr 19, 2022 5:06 pm
Forum: Announcements
Topic: Pringles celebrate the 40th Anniversary of the ZX Spectrum
Replies: 71
Views: 2457

Re: Pringles celebrate the 40th Anniversary of the ZX Spectrum

Well done Stu! VERY speedy skills. Our folks tell me your very special Pringlesonic Computer Chips will be with you as soon as possible. In the meantime, we hope everyone else still has a go at loading the code just for fun. If you did succeed in cracking it, we'd love it if you post your 'proof' p...
by ZXDunny
Thu Apr 14, 2022 12:31 am
Forum: Announcements
Topic: Pringles celebrate the 40th Anniversary of the ZX Spectrum
Replies: 71
Views: 2457

Re: Pringles celebrate the 40th Anniversary of the ZX Spectrum

I know Planeta Sinclair has it as a TZX file, but I made a little ol' tap file for us Omni/DivMMC folks.

https://drive.google.com/file/d/1d9qK4k ... sp=sharing

I assume this will go into ZXDB? :D
by ZXDunny
Thu Mar 17, 2022 5:03 pm
Forum: Sinclair Miscellaneous
Topic: Spectrum memes
Replies: 1235
Views: 205308

Re: Spectrum memes

XTM wrote: Thu Mar 17, 2022 5:00 pm
PeterJ wrote: Thu Mar 17, 2022 4:46 pmOne does simply remove it @XTM , when it's not compatible anymore! I miss it too, but I'm not risking a broken system.
All good, it was merely a meme, not a criticism of what you've done. :idea:
<like>
by ZXDunny
Tue Mar 08, 2022 10:51 am
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 156701

Re: Long Filename Browser for ZX-UNO / esxDOS

Another question: Could you please add "2browse file manager for esxDOS" .2browse https://spectrumcomputing.co.uk/forums/viewtopic.php?p=82141#p82141 into your download-package of "Long Filename Browser for ZX-UNO / esxDOS" or do you want to keep this separate? To be honest, I'm...
by ZXDunny
Sun Mar 06, 2022 10:37 pm
Forum: Website
Topic: Dark mode in the forum
Replies: 25
Views: 901

Re: Dark mode in the forum

R-Tape wrote: Sun Mar 06, 2022 10:18 pm I'd like to recommend this for dark mode fans:

https://darkreader.org/

No need to thank me :mrgreen:
<like>
by ZXDunny
Sun Mar 06, 2022 6:09 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 156701

Re: Long Filename Browser for ZX-UNO / esxDOS

bob_fossil wrote: Sun Mar 06, 2022 5:36 pm number of characters held in the buffer for each filename is determined by how much of the filename fits on the line.
Damn, that's a PITA. Ok, I can work with that but I'll see what I can do. Thanks for the clarification!
by ZXDunny
Sun Mar 06, 2022 5:09 pm
Forum: FPGA Devices
Topic: Long Filename Browser for ZX-UNO / esxDOS
Replies: 1210
Views: 156701

Re: Long Filename Browser for ZX-UNO / esxDOS

Luzie wrote: Sun Mar 06, 2022 5:06 pm [Yep, thanks]
And how much space is there between filenames in those buffers? Are there length bytes, or are they zero-terminated? That sort of thing.