AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
120 stars 8 forks source link

BASIC-like drawing? #310

Open ghost opened 6 months ago

ghost commented 6 months ago

Discussed in https://github.com/AdeptLanguage/Adept/discussions/179

Originally posted by **ghost** October 1, 2023 What do you think about adding a library to provide BASIC-like drawing to Adept? You could use SmallBASIC as a reference: https://github.com/smallbasic/SmallBASIC BASIC-like drawing will make drawing on Adept much easier and more fun.
IsaacShelton commented 6 months ago

This would be nice to have yes

ghost commented 6 months ago

This would be nice to have yes

You could take this for inspiration:

https://github.com/npiegdon/immediate2d

IsaacShelton commented 6 months ago

Yeah that is very cool and that's probably the style we would go for too