0
How can I draw a character and put it in the code?
I loved drawing in Microsoft Paint, but I don't know how can i put the character's in the gAme I want to make.
2 Respostas
+ 2
use opengl or sfml
https://www.sfml-dev.org
https://www.opengl.org
+ 1
Use this online svg editor,
editor.method.ac
Draw the character and go to View -> Source, to copy the svg code into Code playground HTML, to display it on webpage.