开源儿童绘画工具 Tux Paint v0.9.35 中文绿色版

介绍

Tux Paint 是一个免费的、屡获殊荣的绘图程序,适用于 3 至 12 岁的儿童(例如,学前班和 K-6 岁)。 Tux Paint 在世界各地的学校中用作计算机素养绘图活动。 它结合了易于使用的界面、有趣的音效和一个鼓励孩子们使用程序的卡通吉祥物。

软件截图

图片[1]-开源儿童绘画工具 Tux Paint v0.9.35 中文绿色版-宇程系统站
图片[2]-开源儿童绘画工具 Tux Paint v0.9.35 中文绿色版-宇程系统站

软件特点

大量的图形元素
这个应用程序可以为您的孩子提供看似永无止境的娱乐来源,特别是如果他们喜欢绘画。

一方面,他们可以使用鼠标开始手绘,添加线条或插入形状,如矩形、正方形、圆形、椭圆形、三角形、菱形、五边形等。他们还可以使用一些邮票来使他们的创作更有趣。

尽管如此,Magic 部分势必会吸引所有用户使用 Tux Paint,无论其年龄大小。您可以在绘画中添加花梗、镂空、五彩纸屑、泡沫、草、雨、马赛克、彩虹、万花筒、雪花、龙卷风等等。

接下来,您可以篡改透视图,使整体外观变亮或变暗,添加图案或玻璃砖,然后选择短信或标签。

单独的配置实用程序
由于这个应用程序应该主要由年轻人使用,因此设置窗口对他们不可用是有意义的。这就是为什么 Tux Paint 带有一个完全独立的配置工具,您可以在其中调整主窗口的大小、启用全屏以及禁用键盘快捷键或退出按钮。

此外,您可以控制主窗口中可用的对象,因此您的孩子只能使用特定元素。您还可以禁用形状旋转(对年幼的孩子有用)、仅显示大写文本或仅加载简单的图章轮廓。

您不仅可以停用打印和保存图片选项,还可以使用操纵杆来操作 Tux Paint。

最后
简而言之,尽管 Tux Paint 是作为儿童应用程序销售的,但无论您的年龄大小都可以使用它,而且您一定会获得很多乐趣,同时还能生成令人印象深刻的图纸和设计。

多平台
Tux Paint 适用于 macOS(10.10 Yosemite 及更高版本)、Windows(Windows 7 到 Windows 11)、Linux、Android 和其他系统。 还提供非官方的 Apple iOS (iPhone/iPad) 版本。

更新日志

2025.May.26 (0.9.35)
* New Magic Tools:
—————-
+ Heart, Sparkle, and Star emitters
Click and drag to leave a short trail of shapes.
Closes https://sourceforge.net/p/tuxpaint/feature-requests/266/
– Code: Bill Kendrick <bill@newbreedsoftware.com>
– Heart sound effect: “Happy Retro Upwards Jingle”, CC0 by
IndyTheCringeMaster <https://freesound.org/people/IndyTheCringeMaster/>
– Sparkles sound effect: based on “PluckArp”, CC0 by gmortizwavs
<https://freesound.org/people/gmortizwavs/>
– Stars sound effect: based on “space-chimes-2-04.wav”,
Creative Commons Attribution 4.0 by gamebalance
<https://freesound.org/people/gamebalance/>

* Text & Label Tool Improvements:
——————————-
+ It is now possible to paste text from the copy/paste clipboard
into Tux Paint. If text goes beyond the right of the canvas,
the text is word-wrapped at the previous space (‘ ‘) or dash (‘-‘),
if any, and a new line is created. If text goes beyond the bottom
of the canvas, the text is truncated there.
Closes https://sourceforge.net/p/tuxpaint/feature-requests/95/
Bill Kendrick <bill@newbreedsoftware.com>

+ Checking for fonts in any locations specified by “<dir>”
entries found in system-wide and user-level FontConfig config files.
This allows more fonts, and user-specific fonts, to be found & loaded.
– It looks for:
– `./etc/fonts/fonts.conf` (ships with Tux Paint) (Windows)
– `$FONTCONFIG_PATH/fonts.conf` (macOS/iOS, Linux/Unix)
– or `/etc/fonts/fonts.conf` (Linux/Unix)
– `$XDG_CONFIG_HOME/fontconfig/fonts.conf` (Linux/Unix)
– or `$HOME/.config/fontconfig/fonts.conf`
– `/boot/system/settings/fonts/fonts.conf` (Haiku)
– Note: This adds a build dependency on `libxml-2.0`.
Bill Kendrick <bill@newbreedsoftware.com>
h/t Mark Kim, Luc Schrijvers, & Shin-ichi TOYAMA

+ Tux Paint on Windows loads user fonts.
(from e.g., `C:\Users\<username>\AppData\Local\Microsoft\Windows\Fonts`)
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

* Other Improvements:
——————-
+ Improved color picker: better behavior when clicking/tapping and
dragging hue/saturation box and value slider.
Bill Kendrick <bill@newbreedsoftware.com>

+ Less warning noise to stdout (e.g., don’t complain about inability
to load SVGs that don’t exist; check whether they exist, first).
h/t Thomas Klausner for mentioning it.
Bill Kendrick <bill@newbreedsoftware.com>

* Documentation updates:
———————-
* More complete description of Text & Label tools’ on-screen keyboard
in README documentation.
Bill Kendrick <bill@newbreedsoftware.com>

* Cleaned up docs a bit, by removing notes about differences in
some very old versions of Tux Paint.
Bill Kendrick <bill@newbreedsoftware.com>

* Mentioned Windows installer EXE “/SILENT” and “/VERYSILENT”
in INSTALL and FAQ docs.
Bill Kendrick <bill@newbreedsoftware.com>
h/t TOYAMA Shin-ichi & Jannie E.

* Localization Updates:
———————
* Catalan translation
Pere Pujal i Carabantes <perepujal@gmail.com>

* French translation
Jacques Chion <jacques.chion@orange.fr>

* French documentation
Jacques Chion <jacques.chion@orange.fr>

* German translation
Holger Wansing <hwansing@mailbox.org>
(via bugs.debian.org; h/t Jonathan Carter for pointing them out)

* Japanese translation
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

* Swedish translation
Daniel Nylander <po@danielnylander.se>

* Swedish documentation
Daniel Nylander <po@danielnylander.se>

* Ports & Building:
—————–
+ Don’t use Linux-specific invocation of “install”; use “mkdir” & “cp”
Thomas Klausner <wiz@netbsd.org>

+ Specific build settings for NetBSD
Bill Kendrick <bill@newbreedsoftware.com>
& Thomas Klausner <wiz@netbsd.org>

THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容

    暂无评论内容