armory3d / armory_examples

Armory Examples
https://github.com/armory3d/armory/wiki
zlib License
60 stars 38 forks source link

I want to sort the examples into folders #79

Closed BrahRah closed 7 months ago

BrahRah commented 11 months ago

@tong Would that be an issue? Timodriaan said he doesn't know if the example browser can handle folders. I want to sort them all like this: https://github.com/BrahRah/armory_examples/tree/master/Logic_Node_Examples Or even /Code_Examples/Logic_Node_Examples/

I'm also fixing and adding a ton of examples.

tong commented 11 months ago

I can change the examples browser to look into folders. The only thing which might be troublesome is if the main blend file of a project can't be identified, like when there are multiple blend files in a project. This was the reason why i have simple named the main blend files same as the folders.

BrahRah commented 11 months ago

Nice then I'll continue the way I did then. I've kept naming the folders and main blend with the same name. I'll also make extra sure they are the same then. Should I do one big pull request after you've made the change? Or should I pull request more often?

tong commented 11 months ago

Do as you wish. I will update the examples_browser to work with your changes on the next armsdk release.