Interference (Acorn Electron)

new graphics/music demos - bitshifters, 0xc0de, The Master + others
Post Reply
User avatar
0xC0DE
Posts: 1300
Joined: Tue Mar 19, 2019 7:52 pm
Location: The Netherlands
Contact:

Interference (Acorn Electron)

Post by 0xC0DE »

Interference effect on Acorn Electron.
MODE 0, 50fps.

vlcsnap-2020-07-28-21h26m55s495.png

Works best on a real Electron:
interference.ssd
(11.5 KiB) Downloaded 103 times

Video: https://www.youtube.com/watch?v=iYdlisAiLWw (watch in HD1080p).
0xC0DE
"I program my home computer / Beam myself into the future"
:arrow: Follow me on Twitter
:arrow: Visit my YouTube channel featuring my games and demos for Acorn Electron and BBC Micro
User avatar
roland
Posts: 5148
Joined: Thu Aug 29, 2013 9:29 pm
Location: Born (NL)
Contact:

Re: Interference (Acorn Electron)

Post by roland »

How much different is it when not watched at 1080p?

I wish I had a way of mounting an ssd image without using a MMC card. Something like

*MOUNT 0 http://stardot.org.uk/forums/download/file.php?id=59151

And then use it like a regular (write protected) disk. Wouldn't that be great :mrgreen:
FPGAtom: 512 KB RAM, Real Time Clock and 64 colours
MAN WOMAN :shock:
User avatar
0xC0DE
Posts: 1300
Joined: Tue Mar 19, 2019 7:52 pm
Location: The Netherlands
Contact:

Re: Interference (Acorn Electron)

Post by 0xC0DE »

roland wrote: Tue Jul 28, 2020 11:06 pm How much different is it when not watched at 1080p?
The universe as we know it may cease to exist! Or... the video will look like garbage because you can't see the finer details in the image :mrgreen:
roland wrote: Tue Jul 28, 2020 11:06 pm I wish I had a way of mounting an ssd image without using a MMC card. Something like

*MOUNT 0 http://stardot.org.uk/forums/download/file.php?id=59151

And then use it like a regular (write protected) disk. Wouldn't that be great :mrgreen:
What a great idea! Why don't you make something like that? Maybe call it "Acorn Electron WiFi"? :mrgreen: :wink:
0xC0DE
"I program my home computer / Beam myself into the future"
:arrow: Follow me on Twitter
:arrow: Visit my YouTube channel featuring my games and demos for Acorn Electron and BBC Micro
User avatar
roland
Posts: 5148
Joined: Thu Aug 29, 2013 9:29 pm
Location: Born (NL)
Contact:

Re: Interference (Acorn Electron)

Post by roland »

I am thinking about that idea. One challenge may be to download only the sectors that I need. For a small image, like the 11k in this topic I can easily download it completely and store it in memory. But larger images might be a problem....

I was thinking about creating a 100k RAM drive in the paged memory (which is 128k) and whenever there is access to a sector by (A)DFS then the WiFi software fetches that sector from the server and stores it in the RAM. (I need to add more RAM in MK2 of this board :mrgreen: ) This way it is fetched only once which might speed up things. I think it can be done which the "range" header in the HTTP request:

Code: Select all

GET http://stardot.org.uk/forums/download/file.php?id=59151 HTTP/1.1
Host: stardot.org.uk
Range: bytes=0-511
for fetching the catalog. Hmmm, I feel another interesting project coming up :lol:

Am I thinking too simple or is it just a matter of changing the "fetch a sector from disk" routine in DFS or MMFS? Are there any sources available?

Sorry for stealing your topic, When it gets too serious I'll start a new one.
FPGAtom: 512 KB RAM, Real Time Clock and 64 colours
MAN WOMAN :shock:
User avatar
0xC0DE
Posts: 1300
Joined: Tue Mar 19, 2019 7:52 pm
Location: The Netherlands
Contact:

Re: Interference (Acorn Electron)

Post by 0xC0DE »

roland wrote: Wed Jul 29, 2020 11:46 am Sorry for stealing your topic, When it gets too serious I'll start a new one.
Don't worry, I don't want to stop your flow of good ideas! 8)
0xC0DE
"I program my home computer / Beam myself into the future"
:arrow: Follow me on Twitter
:arrow: Visit my YouTube channel featuring my games and demos for Acorn Electron and BBC Micro
Post Reply

Return to “new projects and releases: demoscene”