[ANN] LittleCoder 0.4



Hello all,

http://www.danceliquid.com/LittleCoder/

Years ago, _why wrote an article titled "The Little Coder's
Predicament" where he suggests that it's a problem that programming is
not as accessible as it was in the Commodore 64 days.

I happen to agree with him, and as an attack on that problem I've
written some software.

What is it?
-----------
LittleCoder is essentially a Ruby interpreter bolted on to DirectX.

It hopes to be a fun and easy way to do simple graphics on Windows for
kids of all ages.

Rather than expose the eternal foul suffering of DirectX directly, it
tries to wrap everything up into a lovely Rubyish facade that's all
smiles.

Pretty much everything has been traded in favor of the simplicity of
scripting it. Loading and displaying images is a one liner. Playing
sounds is a one liner. But there is still a bit of depth as it can
respond to mouse and keyboard input, and even do some animation.

It is far from complete, but a few of us have been using it to good
effect and I thought, 'the more the merrier'.

So check it out. It'll be fun!

Learn more
----------
Some examples and documentation are available as links from the main
page at http://www.danceliquid.com/LittleCoder/

Highest regards,
-Harold

.



Relevant Pages

  • Re: assembler worth learning?
    ... particularly with a lack of tutorials on programming assembler in a Windows environment and things like DirectX etc? ... that it is fun to play around with Microsoft Paint, ...
    (alt.lang.asm)
  • [ANN] LittleCoder
    ... LittleCoder is essentially a Ruby interpreter bolted on to DirectX. ... It hopes to be a fun and easy way to do simple graphics on Windows for ... Loading and displaying images is a one liner. ... It'll be fun! ...
    (comp.lang.ruby)
  • Re: DirectX in HLA
    ... I guess that you have a great knowledge of DirectX ... > understanding by looking at them in assembly language... ... > actually represents, really, is a means to "undo" the OOP so ... > is NOT an "OOPL" (object-orientated programming language), ...
    (comp.lang.asm.x86)
  • Re: DirectX in HLA
    ... I guess that you have a great knowledge of DirectX ... > understanding by looking at them in assembly language... ... > actually represents, really, is a means to "undo" the OOP so ... > is NOT an "OOPL" (object-orientated programming language), ...
    (alt.lang.asm)
  • Re: Guillermitos Particles
    ... You can use DirectX and some interface you will find there, there are different DirectX interfaces in different versions of DirectX. ... You can use OpenGL in variuous ways, you can use different wrapper libraries using OpenGL, DirectX, GDI.. ... If you wanted anything beyond trivial hardware standards like VGA or EGA, you stumbled into world of VESA VBE and similiar and it was very easy there to write code that "seems to work on my computer", which fails out there in the real world. ... Graphics programming these days is a walk in the park, atleast there are standards and reasonably well conforming implementations. ...
    (alt.lang.asm)