Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Why PowerShell?

Why PowerShell?

dwarfsoft
dwarfsoft
PowerShell Games · · 1 min read
2,965 0
Why is a good question to ask. Why use PowerShell for game development?

The only answer I have is: Why not.

I spend every day of my working life buried neck deep in PowerShell, so it is the language I am most comfortable using. I have experience using it for things it really shouldn't be used for (PowerShell wrapping a C# interface to .Net calling Unmanaged system drivers for example). Mainly, PowerShell is not well understood for its more complex tasks. In theory, anything that .Net can do, PowerShell can do, and I'd like to explore the limits of what I can achieve with this peculiar toolset.

My ambitions extend to DirectX integration using PowerShell... Simply because I think I can. In the process I hope to build client/server networking system, all within this shell scripting language.

I hope you enjoy it as much as I do.

Cheers, Chris.

Discussion

Loading comments...