Hi,
So, I was wondering if you are allowed to ask Code Golf questions that need an API, library or framework.
Let me explain this further, for example lets say I wanted to do some question related to graphics such as drawing a specific specific complex geometric object (lets just say ASCII art isn't an option). Could you do something like that in Code Golf or is it supposed to be only for console programming? Because it says nothing like that in Acceptable Level of code golf Questions except for potentially rule 6 Quality in the first answer:
[A good code golf should] not be optimized for one language or one class of languages.
But, I don't think that stuff really makes it optimized for a class language that has libraries made for it that support things such as graphics in the case of the example above.
The major reason I am asking this is that there are no questions that have the tag [code-golf] on stackoverflow that involve graphics, audio, or anything that would require a general purpose library and am wondering why not?