Paul

Results 322 comments of Paul

@Cleptomania > Arcade’s GUI system is probably not optimal for building tools like this From my perspective, the discussion that inspired this ticket was about driving improvement in the GUI...

I think a CLI tool that dumps lists of font names for TTF files might be worth shipping with arcade. It would do the following: 1. Take a TTF filename...

Which command style is preferable? Docker / git style: ``` $ arcade font-check font.tff Format: OK! font.ttf appears to be valid Contents: OK! 1 font detected in file: 'Serif Fontname',...

Would it make sense to make an `arcade example` command as well?

The View examples currently have some draw_text in them on `development` branch. If anyone reads this, feel free to fix that. I'll clean it up later if nobody beats me...

> By this it means just '0123456789' or python's builtin isdigit functionality? Imo, the clearest option for beginners would be subclass that's right-aligned by default and only accepts ints as...

> We could consolidate the two into one. Offering unified pair setters like `Sprite.position` is something we should consider in general. It could help avoid excessive sprite list updates like...

Improving installation doc is on my todo list. Is there a way to manually set where the next/prev buttons on the pages go? It would make installation instructions easier to...

One other area we should look into is curating links to resources on math topics, or find a good source that's already doing that.

I think one more crucial thing we need in the beginner docs is where to put constructor argument doc. I ran across #1005 while trying to address #985 , and...