Friday, 31 July 2015

Commodore 64 Sanxion Loader


Just had a flashback to an old classic game on the C64, so I thought I'd recreate one of the best loading musics ever......

http://codef.namwollem.co.uk/sanxion_loader.html

C64 Onslaught Intro

I recently saw this cool C64 intro by Onslaught on one of the Facebook groups! Simple, but REALLY effective, so I thought it was time for another 64 remake!  


Enjoy!
http://codef.namwollem.co.uk/onslaught.html


Monday, 27 July 2015

More iOS stuff!




The latest result from playing around with CODEF.... using it as a base for HTML widgets on my iPhone! Using the iWidgets framework I can overlay HTML pages onto the springboard pages.... so after selecting which colour balls I want (see first two pics), the result can be seen in the other pics! 
mile emoticon

Sunday, 12 July 2015

Vanish Little Meeting Intro from the Amiga


Late last night, I decided to put together another quick remake, so used this "Little Meeting Intro" from the Amiga by Vanish as my source, so here it is! Enjoy!

http://codef.namwollem.co.uk/vanish_little_meeting.html

Monday, 6 July 2015

Argon X-copy Intro from the Amiga


The X-Copy intro by Argon/OMC from the Amiga - remade in CODEF/HTML5, because I was having withdrawal symptoms from making screens! :-)

Enjoy!

http://codef.namwollem.co.uk/argon_xcopy_intro.html

P.S. Now added a fix to allow Firefox compatibility!

Saturday, 20 June 2015

CODEF DEMO MAKER

Who remembers the Red Sector Demo Maker from the Amiga days?
With that in mind, today I made this... The Mellow Man CODEF Demo Maker version 1!


Features:

- Load a backdrop (autoscale to fit canvas)
- Load a logo
- Load a dist logo
- Load a tracking sprite image
- Select a 2D or 3D starfield

- Option of 3D 'bob' starfield (load image)
- Change the Dist amount
- Change the number of tracking sprites
- Change the offset between the tracking sprites

- Speed up or Slow down the tracking sprites
- Play a .YM or a .MOD music file
- Add Green, Red or Blue raster bars
- Change the position of the bars (or make them bounce)
- Make the logo bounce

- Copper Bars

NEW FEATURES ADDED (Version 1.21)

 - Choose a font, and enter text for a Horizontalk scrolltext, and change Y position!
 - Adjust Y position for Dist sprite.

 - Add upper, lower, or both Gradients, with RGB sliders to select color choices!
 - Added .SID support (to complement the already supported .YM & .MOD)

Friday, 19 June 2015

"Twisty" Image Distortion

Tonight I have been playing around with some (more) image manipulation, this time, distorting part of the image, and putting it back onto the canvas.

Take a look, and you'll see the illusion that's created. The main script (and image) was "borrowed" from a rather heavy piece of code, which I then tweaked and changed, so that the code, and output would work on the CODEF HTML5 format!

So, what I'm trying to say is that it's NOT my code, I've just played around with it at length in order to get it to work! :-)

http://codef.namwollem.co.uk/twisty.html




Sinclair ZX Spectrum

By modifying the original .JS CODEF lib for the Amiga Decrunch by NoNameNo and Totorman, I have previously made an Atari ST Happy Packer Decrunch lib, as well as a Commodore 64 Loading lib... now I modify it further to bring you...   ...the ZX Spectrum Loader lib!

It can be found at http://codef.namwollem.co.uk/JS/CODEF/codef_zxloader.js

A demonstration of it in use can be found here : http://codef.namwollem.co.uk/speccy.html



Google Maps API

Using the Google Maps API, I finally found a way of getting the data in a format where I can use it as/on a canvas - which then led to this...

Not doing much really, just a bit strange, but worth a look! :-)




http://codef.namwollem.co.uk/codef_geolocation.html

http://codef.namwollem.co.uk/codef_geolocation_phone.html


P.S. You'll need a geolocator for it to work.


P.P.S. There is a separate link for a phone version!

Monday, 15 June 2015

CODEF 3D CUBE USING WEBCAM DATA

I think the name speaks for itself!
UPDATE NOTE: Recent updates to Chromium have now rendered this a "security risk" - and viewing the webcam can now only be done either as a 'LocalHost', or over an HTTPS connection. I have now added an SSL Certificate to my site to solve this issue!

wink emoticon