in reply to Advice on learning Perl and graphics
I'm not really recommending this for a 9 year old, but since we're on the topic of graphics in Perl, I'll go ahead and promote my OpenGL::Sandbox module, combined with the fact that it can run shader demos from www.ShaderToy.com. (but of course, so can javascript) Teaching a kid to think in terms of transformed coordinate spaces will go a LONG way in geometry and trigonometry later in high school and college. I'm doubting a 9 year old can grasp that yet, but who knows, everyone has different strengths. And sometimes early exposure can lead to later understanding.
Edit: Also, there is CmdlineGL if you want to teach him how to do 3D graphics in bash.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Advice on learning Perl and graphics
by Discipulus (Canon) on Oct 16, 2022 at 20:02 UTC |