iceshard-engine / engine

A personal game engine project, with development focus towards 2D/2.5D games.
https://www.iceshard.net/engine
MIT License
38 stars 3 forks source link

Provide basic file pattern matching for scenarios in the 'run' command. #128

Open Dandielo opened 2 years ago

Dandielo commented 2 years ago

Is your feature request related to a problem? Please describe. Currently we experience the 'scenarios.json' file to explode due to every action bein atomic, which ends with lots of unnecessary duplication.

Describe the solution you'd like An ideal thing would be that we could describe file patterns and run a command for each matched file. Even better a simple way to extend the FastBuild scripts and then run build commands for these scenarios.