rust-console / gba

A crate that helps you make GBA games
https://docs.rs/gba
Apache License 2.0
655 stars 50 forks source link

8x8 fonteditor #17

Closed Lokathor closed 5 years ago

Lokathor commented 5 years ago

https://www.min.at/prinz/o/software/pixelfont/

Lokathor commented 5 years ago

talk about it and stuff

Lokathor commented 5 years ago

We can probably add it in the "Help and resources" section?

Leowbattle commented 5 years ago

If this is just for black and white 8x8 fonts why can't there just be a utility program that takes in a text file with letters in it?

e.g. ` a: @@@@@@@@

@ @

@@@@@@@@

@ @

@ @ `

The formatting isn't correct, but hopefully you understand what I mean, lol

Lokathor commented 5 years ago

Gotta use three ` marks, then it'll look right.

But yeah, there could be such a utility. I liked pixelfont when I saw it largely because it also comes with some "starter fonts", and because it arranges the data visually.

But feel free to write the text to bitmap converter :3 if you come up with something usable you can store it in the rust-console group if you want.

Lokathor commented 5 years ago

Alright closing this in favor of https://github.com/rust-console/gba/issues/58