aerys / minko

3D framework for web, desktop and mobile devices.
http://minko.io
Other
906 stars 210 forks source link

Examples/Tutorials execution convenience #188

Open tobimensch opened 9 years ago

tobimensch commented 9 years ago

Hello,

this isn't a big issue, I just wanted to point out that it's a little inconvenient at the moment to test one example after the other.

On Linux I first have to go into the subdirectory of the example and then go deeper into bin/linux64/release/ and only then can I execute it. To see the next one I've to go all the way back and then the same thing over again. It would be great if there were symlinks/scripts from a single directory to be able to test all the examples/tutorials in one location.

It's just for convenience really, not a big deal.

:-)

Greetings...

Noxalus commented 9 years ago

Hello tobimensch,

Thanks for your interest in Minko. :)

It's not on the repository for now, but we added a new premake action to regroup all binaries of pluginsm examples or tutorials in a single folder launching a command like that:

tool/lin/script/premake5.sh regroup --platform=linux64 --config=release --type=example --regroup-dir=output

This new action have been created to solve another problem initially, but this should be more convenient to test quickly examples and tutorials too. ;)

tobimensch commented 9 years ago

Nice!

:-)

2014-12-18 11:14 GMT+01:00 Noxalus notifications@github.com:

Hello tobimensch,

Thanks for your interest in Minko. :)

It's not on the repository for now, but we added a new premake action to regroup all binaries of pluginsm examples or tutorials in a single folder launching a command like that:

tool/lin/script/premake5.sh regroup --platform=linux64 --config=release --type=example --regroup-dir=output

This new action have been created to solve another problem initially, but this should be more convenient to test quickly examples and tutorials too. ;)

— Reply to this email directly or view it on GitHub https://github.com/aerys/minko/issues/188#issuecomment-67466129.