Live data from Hacker News

I converted my demoscene font collection to PNG and put it on GitHub

github.com

11–20 of 88 posts

Re: I converted my demoscene font collection to PNG and put it on GitHub

#11
post #5

Earlier quoted context omitted.

(Deleted grumbling)

I understand the urge to handwave away copyright or whatever, but it would be nice to at least see some attribution or the links from which you obtained the fonts. The people who made the content you're redistributing would probably appreciate that.

If I still had this information I would.

Re: I converted my demoscene font collection to PNG and put it on GitHub

#12

It would be nice if you could create a webpage with a bit of JS with controls for choosing the font parameters, and the right font coming up on the browser window, perhaps with a nice zoom factor.

Sounds cool - you’re welcome to submit a pull request.

Thanks for posting!

To turn this into a font for a sprite sheet would take some sort of mapping for each..

Autosegmentation seems maybe practical.

Are the glyphs in any order? I just poked around and it doesn't seem so. Indexing them according to character code would be a fair amount of work by hand. Maybe a handwriting Neural Net? Hmm.. I have an old one somewhere

Re: I converted my demoscene font collection to PNG and put it on GitHub

#13

Earlier quoted context omitted.

Sounds cool - you’re welcome to submit a pull request.

Thanks for posting! To turn this into a font for a sprite sheet would take some sort of mapping for each.. Autosegmentation seems maybe practical. Are the glyphs in any order? I just poked around and it doesn't seem so. Indexing them according to character code would be a fair amount of work by hand. Maybe a handwriting Neural Net? Hmm.. I have an old one somewhere

The few I've opened appear to cover a 60-character segment of the ASCII table from 0x20 to 0x5B in row major order with a fixed glyph size indicated in the file name.

Re: I converted my demoscene font collection to PNG and put it on GitHub

#15

Earlier quoted context omitted.

And that's fine: Github has a perfectly reasonable dispute resolution procedure, where rights holders first get to contact the repo owner to either remove or properly attribute their work. And if that doesn't lead to a satisfactory resolution, they can file a DMCA takedown notice and force the issue.

Yep. I am fine with artists contacting me if they want their work credited or removed. I only did it because it seemed like a good idea to secure them somewhere.

This is a perfectly reasonable response. I would even say in a readme “hey, I don’t know where all this came from originally, contact me if it’s you” or something along those lines. It’s fine though. These bitmap fonts are awesome even if a little light on char support. What would be really cool is an xml or json file with the rect positions of the chars in the charmap.

Re: I converted my demoscene font collection to PNG and put it on GitHub

#18

Earlier quoted context omitted.

Yep. I am fine with artists contacting me if they want their work credited or removed. I only did it because it seemed like a good idea to secure them somewhere.

This is a perfectly reasonable response. I would even say in a readme “hey, I don’t know where all this came from originally, contact me if it’s you” or something along those lines. It’s fine though. These bitmap fonts are awesome even if a little light on char support. What would be really cool is an xml or json file with the rect positions of the chars in the charmap.

Good call. https://github.com/ianhan/BitmapFonts/commit/255f865af0dfbe7...

Re: I converted my demoscene font collection to PNG and put it on GitHub

#19
post #5

Earlier quoted context omitted.

I understand the urge to handwave away copyright or whatever, but it would be nice to at least see some attribution or the links from which you obtained the fonts. The people who made the content you're redistributing would probably appreciate that.

Oh well, ask for forgiveness, not permission. Zero people are going to press claims on this repo. And I'll make the easy wager that nobody who made any of these fonts are ever going to know about (much less care about) this repo. We bootlick/grandstand over the weirdest things on this forum. Demosceners caring about another hacker publishing or using their font? Oh bother.

What a strangely uncivil response. I was trying to meet folks in the middle here and at least kindly suggest some attribution as a reply to some now (appreciably) deleted grumbling. I'm not trying to impress anyone by suggesting it, it's just the right thing to do if you can do it.

Re: I converted my demoscene font collection to PNG and put it on GitHub

#20
post #3

After seeing a few of the sites go down it seemed like a good idea to put it under source control. I don't claim rights to any of these works.

> I don't claim rights to any of these works. That’s not how copyright works.

Some demoscene hacker filing a copyright claim against this would be incredibly lame though.
Post reply on HN