| |
Raistlin
Registered: Mar 2007 Posts: 680 |
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.... |
| |
Count Zero
Registered: Jan 2003 Posts: 1932 |
I really love the effort you put into this, Raistlin. Keep it up!
The new style also looks nice.
A small comment - on entries which competed in a compo on the large display of the image there is written e.g.
"#2 in the C64 Graphics compo at Tiny PETSCII Compo 2020" with the Compo link being a link to an internal page. Maybe add a direct link to the csdb compo (as it has a description and compo comments usually)? |
| |
Raistlin
Registered: Mar 2007 Posts: 680 |
I think what would probably be best for linking to CSDb there would be to add a link on the event page on C64GFx and explicitly list it as a “CSDb link”. That way we’re not leading people away from the site when they might just be trying to go quickly to the compo page - and they can still get the compo info.
I should probably add more info about the compo to the compo page too - eg. Dates that the compo ran. |
| |
Jetboy
Registered: Jul 2006 Posts: 337 |
Small quality of life improvement if I might suggest: Artist Name could be a link to the artist page. |
| |
Raistlin
Registered: Mar 2007 Posts: 680 |
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 :-) |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
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 :) |
| |
4gentE
Registered: Mar 2021 Posts: 285 |
Maybe do some SEO (or whatever it's called). Google search places the c64gfx.com website too low. |
| |
Raistlin
Registered: Mar 2007 Posts: 680 |
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. |
| |
MagerValp
Registered: Dec 2001 Posts: 1078 |
Google's algorithm has been broken for many years now, I wouldn't worry too much about it. |
| |
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. |
| |
Raistlin
Registered: Mar 2007 Posts: 680 |
@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 :-) |
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 - Next |