Hidden Asbestos
Grid Cartographer
Make it's background translucent, 70% opaque or 30% translucent is a value that works pretty well for my own console windows.
And what scripting language are you planning on using?
Python?
Lua?
Perl?
Sh/Bash?
Thanks for the tip. I'll add a slider for the opacity - should work well.
edit: http://i.imgur.com/fFuUjBU.png semi-transparent @ 70%
Scripts are powered by a slightly customised version of the Squirrel programming language. It's maybe not as popular but it's a fairly straightforward C/Javascript-like language that's designed specifically to take on a support role rather than being a massive 'platform' like Python or C#. I've had years of experience using it in other projects and as it's C-like in terms of syntax, comment style, arrays starting at zero, etc. it's very easy for me to chop and change between the two.
Once the feature goes live I'll post example scripts on the forum. Here's one for a bouncing ball: http://imgur.com/PQ9IDho -> http://imgur.com/T9v5Ypb
I'm also just about to write a mini DOS prompt thing that'll let you run scripts to do more command-like tasks, eg. a dice roller comes to mind - the sort of things that maybe don't necessarily belong in GC, or are specific to your usage of it (especially if you're doing some game making thing with it), or something I haven't got to yet. It definitely opens up a new world of possibilities and potential
Last edited: