vlang / ui

A cross-platform UI library written in V
MIT License
2.32k stars 154 forks source link

[Question]: Why isn't the code organized into a src directory? #450

Closed Irtiza90 closed 2 years ago

Irtiza90 commented 2 years ago

i see a ton of .v files just lying around in the root directory for the repo why is all of it not organized into one main directory called src or just ui like pretty much every Github repository

spytheman commented 2 years ago

Because it should be used by programs with just import ui.

medvednikov commented 2 years ago

I personally agree that it'd be cleaner in src/. V doesn't allow it yet, but it'd be nice to have.

Irtiza90 commented 2 years ago

Hopefully it gets added soon.

medvednikov commented 2 years ago

Fixed.