luxeengine / alpha

alpha - deprecated 2015~2016. unrelated to the new engine! view the new engine here - https://luxeengine.com/
MIT License
565 stars 74 forks source link

(subjective) import style breaks .* #318

Closed raould closed 9 years ago

raould commented 9 years ago

I prefer to use import luxe.* but that doesn't work to get all the secret typedefs, so apparently i have to go and manually do import luxe.Text and import luxe.Input and etc. which personally i find to be a big drag. €0.02

ruby0x1 commented 9 years ago

I prefer you know where things are located and I don't encourage importing entire codebases, conflicts arise too quickly and they are hard for beginners to track down or understand.