opyapeus / purescript-emo8

🍠 A functional 2D game engine that can create emoji games.
https://opyapeus.github.io/emo8/
MIT License
50 stars 4 forks source link

Editing emoji assets? #6

Open bbarker opened 4 years ago

bbarker commented 4 years ago

Maybe this would be better as a wiki or README entry, but for now - what editors and associated font configurations are known to be good for editing Assets?

opyapeus commented 4 years ago

I usually use VSCode and PureScript IDE extension. https://marketplace.visualstudio.com/items?itemName=nwolverson.ide-purescript

Thanks to the IDE, I can check syntax and type errors on the editor every time I save my codes. awesome!

For editing emoji assets, so far I’m satisfied with just copy and paste. https://unicode.org/emoji/charts/full-emoji-list.html

Or it may be useful to install some extensions which help emoji input. https://marketplace.visualstudio.com/items?itemName=bierner.emojisense

As for fonts, I have no idea what is good at the moment, so I leave it to each usage environment. I usually use macOS 10.15 and Chrome browser.

opyapeus commented 4 years ago

I will update a Wiki or README if I finish organizing it a little more.