ricardoquesada / vchar64

editor for the Commodore 64
http://retro.moe/tag/vchar64/
Other
91 stars 12 forks source link

Export option for C language #62

Closed dakk closed 4 years ago

dakk commented 4 years ago

I come to a dilemma while using vchar64 for a C-language commodore64 project compiled to cc65: which export option is better suited for a C project? Could be useful to introduce a new export method which creates a C file with charset data in char[][] constants?

Edit: I can implement this feature and submit a PR if you also think could be useful. Right now for my project I exported in asm, and used some regexp to transform it to a char**

Edit2: I implemented it since I was in need of it for my game