Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
 Welcome to our latest new user lotus_skylight ! (Registered 2024-09-25) You are not logged in - nap
CSDb User Forums


Forums > C64 Pixeling > C64GFXDb
2023-12-19 09:23
Raistlin

Registered: Mar 2007
Posts: 625
C64GFXDb

I'd like to announce C64GFXDb (name is subject to change).

In the simplest terms, I plan for this to be something similar to HVSC but for graphics. Primarily, a ZIP file download of as much C64 scene and non-scene graphics as can be collected - but also backed up by a website presentation.

v0.05 download is here:
https://www.dropbox.com/scl/fi/rk8lhbt5lsaolfc836ql6/C64GFXDb-v..

And a WIP website is here: https://c64graphicsdb.netlify.app/

There's a lot to do to get it all into nice shape .. my todo list is quite long already.. for example:-


Collection (ZIP etc)
====================

- sort something out for sceners who used multiple handles .. these aren't handled well right now .. plus I seem to have a bug in my database code that pushes older names into "unsorted"...

- ensure that duplicates are removed

- favour a single palette for all, and a better compressed image format (eg. GIF) .. it's then easy to convert these to different palettes later

- ensure all images are a consistent size (multi-screeners can be different in size in the direction of scroll of course)


The Website
===========

- I don't have a main page as yet, just a nasty horrible, massive list of artist names ... this will of course improve at some point...

- for scrolling images I want to actually scroll them within their grid entry... so they'd be almost like animated GIFs (except animated GIFs are a bad idea, I've found, since they don't cleverly compress scroll animation (and so end up HUGE)



Questions
=========

For image dimensions I've been aiming for the same as CSDb - 384x272. This means we could lose pixels, though, as of course C64 screen can go up to 408px wide... any preferences here? I want most pictures to match so that I can setup the grid nicely without images being scaled oddly.

For such as interlace images my eventual plan was to use animated GIFs and to simply flip frames at 50fps (however many frames there are). Check out Leon's folder for a single example. Do you think this is better - or should interlace pics be given in a different form? Many of the screenshots on CSDb seem misleading to me...

Some images are animated .. where it makes sense I've added these as animated GIFs. Check out my own folder (the Turn Disk image) and Talent's folder for examples... do you think this is a good way to go?


Please, please let me know your thoughts, whether you like or hate it .. what can be done to make it better, more useful, etc etc.

Cheers!
 
... 67 posts hidden. Click here to view all posts....
 
2024-01-24 16:48
Raistlin

Registered: Mar 2007
Posts: 625
Quote: Small quality of life improvement if I might suggest: Artist Name could be a link to the artist page.

Great catch! I had that at some point .. but lost it when I refactored all the page code.

It's working again on the site now if you do a refresh :-)
2024-01-24 17:29
Oswald

Registered: Apr 2002
Posts: 5076
its very nice to see the new releases, I'd have missed a LOT of them without, on csdb I just check the latest comments for new releases, if no comment I dont see it :)
2024-01-26 11:41
4gentE

Registered: Mar 2021
Posts: 179
Maybe do some SEO (or whatever it's called). Google search places the c64gfx.com website too low.
2024-01-26 15:47
Raistlin

Registered: Mar 2007
Posts: 625
4gente: thanks for the suggestion. I’ve added some stuff now and registered with Google’s SEO/indexing data. Great suggestion! I’ll keep an eye on things.
2024-01-27 14:27
MagerValp

Registered: Dec 2001
Posts: 1065
Google's algorithm has been broken for many years now, I wouldn't worry too much about it.
2024-01-27 20:24
Deev

Registered: Feb 2002
Posts: 206
As the site becomes more establlished and people start linking and sharing, it will start to work its way higher in the rankings.

To help with this, it would be good to make it easier for people to share an image. You could add a querystring to the url when a modal is opened and if the page is loaded with a querystring, make the site automatically show the modal. I think you're using vanilla js, so history.pushState() will be helpful for this. It would be useful if you could update the og tags to show the selected title, image etc

I'm not an SEO person, but have worked with them in the past, so I've picked up a little bit. It could be worth adding the word "graphics" in a couple of places as I think that could feature in a lot of searches you'd be targetting. I'd maybe change the html title to "Commodore 64 Pixel Art and Demoscene Graphics Gallery". I'd also change the "newest releases" header to "newest C64 graphics". I noticed you also have c64demo.com in the meta description.
2024-01-27 23:31
Raistlin

Registered: Mar 2007
Posts: 625
@Deev: thanks for the ideas :)

My host is Netlify, a serverless host with very fast page delivery .. so I need to check about the OG stuff. Also, re: changing the URL, I had that feature quite a while - stacking the URLs makes it hard to use the browser’s back button (but maybe I try again: I’m wondering whether it’s allowed to -pop- the url before pushing the new one…….).

I’ll try more keywords as you suggest :-)

Cheers :-)
2024-01-27 23:40
Raistlin

Registered: Mar 2007
Posts: 625
Ok, a quick bit of research tells me that I can just use “replaceState” instead of “pushState” when I open/close the modal - so I can do that part without filling up the URL history :-) … I’ll look at this in the morning.
2024-01-28 10:20
Raistlin

Registered: Mar 2007
Posts: 625
Quote: As the site becomes more establlished and people start linking and sharing, it will start to work its way higher in the rankings.

To help with this, it would be good to make it easier for people to share an image. You could add a querystring to the url when a modal is opened and if the page is loaded with a querystring, make the site automatically show the modal. I think you're using vanilla js, so history.pushState() will be helpful for this. It would be useful if you could update the og tags to show the selected title, image etc

I'm not an SEO person, but have worked with them in the past, so I've picked up a little bit. It could be worth adding the word "graphics" in a couple of places as I think that could feature in a lot of searches you'd be targetting. I'd maybe change the html title to "Commodore 64 Pixel Art and Demoscene Graphics Gallery". I'd also change the "newest releases" header to "newest C64 graphics". I noticed you also have c64demo.com in the meta description.


I've managed to get all that working :-) .. Netlify is serverless, as I mentioned, but it has things like "Edge Funcitons" for setting up the og: tags.. so I'm using that now. Works quite well I think :-)

I don't have "share" buttons on the pages right now - but might add those sometime..

I've updated some of the text and titles now too so that it hopefully helps Google indexing. I'm still waiting for their search-test stuff to finish checking the site .. it's said "Processing data, please check again in a day or so" for 2.5 days now .. I guess "or so" is their get-out clause....
2024-01-28 12:19
rexbeng

Registered: Aug 2012
Posts: 30
Hey! Very nice site, and a much needed one. :)

One question. Is it supposed to gather just the graphic releases (ie single pics labeled as 'graphics' in CSDB), or does the Db expand to pictures extracted from various types of releases (demos, games etc)?
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
HBH.ZTH/Abnormal
Alakran_64
visionvortex
commodore_freak
kbs/Pht/Lxt
Bacchus/FairLight
Hypnosis/TSD
Scooby/G★P/Light
Guests online: 130
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Mojo  (9.6)
6 Uncensored  (9.6)
7 Wonderland XIV  (9.6)
8 Comaland 100%  (9.6)
9 No Bounds  (9.6)
10 Unboxed  (9.6)
Top onefile Demos
1 Layers  (9.6)
2 Party Elk 2  (9.6)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.6)
5 Rainbow Connection  (9.5)
6 It's More Fun to Com..  (9.5)
7 Morph  (9.5)
8 Dawnfall V1.1  (9.5)
9 Onscreen 5k  (9.5)
10 Daah, Those Acid Pil..  (9.5)
Top Groups
1 Booze Design  (9.3)
2 Oxyron  (9.3)
3 Nostalgia  (9.3)
4 Censor Design  (9.3)
5 Triad  (9.2)
Top NTSC-Fixers
1 Pudwerx  (10)
2 Booze  (9.7)
3 Stormbringer  (9.7)
4 Fungus  (9.6)
5 Grim Reaper  (9.3)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.04 sec.