Re: [Tuxpaint-devel] Stamp groupings - partial CVS commit
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: <tor...@at...> - 2007-05-04 07:23:14
|
Caroline Ford skrev:
> I think wrapping round is better rather than having to do x clicks to
> get back to one you like at the beginning.
>
I agree.
> Are we going to group by high level directory - eg all symbols? Can we
> have stamps in more than one group? (I'm thinking of a stamp having
> flags in the dat file so vehicle, red, united states, english language
> or something.)
>
> I'd personally love the idea of loading a locale-specific stamp pack on
> top of a multinational default. This would enable a us kid to get a us
> mailbox and a uk kid to get a uk letterbox and none be the wiser..
>
I think it would be nice if the teacher/parent could rapidly change
which stamps to load (say you have a project about safe behaviour in the
traffic first, and then the next class has a project about birds living
in the local region). Maybe a small program to make profiles, and select
which profile to use when starting the program. TuxPaint should then
load the stamps in the current profile without any user requests when it
is started. Does this sound like a good idea? The groups could be either
the directory structure (as it is today), or something you build in the
profile program.
Maybe the profile program could generate an xml-file along the lines of:
<stamps>
<group name="cars">
<stamp path="vehicles/auto/sedan.png" />
<stamp path="fire/firecar.png" />
</group>
<group name="people">
<stamp path="people/fireman200b.png" />
</group>
</stamps>
Kind regards
Tore
|