Etoys/lang-ja

From OLPC
< Etoys
Revision as of 23:41, 25 October 2007 by Spiky (talk | contribs) (Etoysのデザイナーの方々へ)
Jump to: navigation, search
  翻訳された Etoys 原文  
  english | español | 日本語 | 한국어 | română | français   +/- 変更  
This is an on-going translation
Etoys
Activity1.png
Status: in build
Version: 50
Base: Yes
Source: git:projects/etoys
l10n: missing
Contributors
many

Squeak EtoysはLOGO、PARC-Smalltalk, Hypercard, そしてstarLOGOによって触発されて生まれました。Etoysは、多様な環境で動作する様々な作品をエンドユーザが制作できる、シンプルで強力なスクリプト記述されたオブジェクトモデルを有する豊富なメディア素材のオーサリング環境です。Etoysはフリーでオープンソースです。Etoysは2Dと3Dのグラフィックス、イメージ、テキスト、パーティクル、プレゼンテーション、ウェブページ、ビデオ、サウンド、そしてMIDIといった様々な物を含みます。またEtoysでは、他のEtoysユーザとリアルタイムでデスクトップを共有できる機能も装備していますので、インターネットを越えて様々な形態のリアルな教えあいこや遊びが可能です。Etoysは多言語対応で、20種以上のプラットフォームで、ビット的にはいずれも同じものとして動作します。これまで米国、ヨーロッパ、南アメリカ(ブラジル、コロンビア、アルゼンチン)、アジア(日本、韓国、インド、ネパール)そしてその他多くのところで利用されてきています。

更に知りたい方は:http://www.squeakland.org/school/HTML/essays/essays.html

(訳注:日本語サイトはこちら:http://squeakland.jp/sqsqsqueak/

Etoys running on the OLPC display

Squeak Etoys was inspired by LOGO, PARC-Smalltalk, Hypercard, and starLOGO. It is a media-rich authoring environment with a simple, powerful scripted object model for many kinds of objects created by end-users that runs on many platforms, and it is free and open source. It includes 2D and 3D graphics, images, text, particles, presentations, web-pages, videos, sound and MIDI, etc. It includes the ability to share desktops with other Etoy users in real-time, so many forms of immersive mentoring and play can be done over the Internet. It is multilingual, runs on more than 20 platforms bit-identically, and has been successfully used in the USA, Europe, South America (Brazil, Colombia, Argentina), Asia (Japan, Korea, India, Nepal), and elsewhere.

Further reading: http://www.squeakland.org/school/HTML/essays/essays.html

メーリングリスト

特にOLPC環境におけるEtoysについて議論するメーリングリストがあります。:etoys(at)laptop.org. 最新の情報を知りたい方は是非参加して下さい!

There is a mailing list specifically discussing Etoys in the OLPC environment: etoys(at)laptop.org. Please subscribe to keep in touch!

教師と学習者の皆様へ

XO上で稼動するeToysについてあなたが知りたい全てが記された文書がここにあります。

There is a document describing everything you need to know about eToys on the XO here.

Etoysのデザイナーの方々へ

Etoysを動かすのに一番良い方法は実際にOLPC imageを使うことでしょう。しかしながらsqueakland.orgバージョンを使って編集されたEtoysも殆ど問題なく動くはずです。なお注意として、子供たちのマシンの実際の画面は1200x900の解像度があるとはいえ、非常に小さいことを心に留めておきましょう。

OLPCではOLPCマシンの上で動くようデザインされた最も優れたEtoysのためのコンテストを計画しています。

To build etoys, the best thing would be to use the actual OLPC image. However, etoys authored using the squeakland.org version should be fairly compatible. Remember that the actual screen of the kids' machines will be very small, even though it has a 1200x900 resolution!

We are planning a contest for the best etoys designed to work on the OLPC machines. The winners will be included in the repository distributed with 5 million machines next year. Precise criteria and the format for submissions are being worked on, but a good entry should be fun, suitable for younger kids (text shouldn't be too complex), hackable (code should be elegant), compact (disk space is precious), and should illustrate some creative aspects of using Etoys. Of course the best examples might be existing etoys rewritten to work nicely on the laptops.

Come back to this page in a few days for more information.

開発者の方々へ

{{{1}}}

開発者イメージからetoys.imageをビルドする

  • place project files for 'Welcome' 'DemonCastle1' 'Gallery' 'Launcher'.
  • set screen size as 1200 @ 900.
  • save as 'etoys.image'.
ReleaseBuilderSqueakland new prepareReleaseImageForOLPC.

OLPCラップトップ無しでOLPC Etoysを走らせる(コンテンツクリエータ/テスター/教師向け)

If you, as most of us, do not have the OLPC laptop, you can still develop OLPC Etoys content. There will be a few minor integration points missing (Camera etc), but most content and testing can still be performed. This section describes how to achieve this.

方法1(最も簡単) - SqueaklandインストールパッケージとOLPCイメージを使う

The idea behind this method is to install, on your favorite operating system, the Squeakland Etoys system, and download the OLPC Etoys image and content. Then use the Squeakland virtual machine to run the OLPC image.

How to install OLPC Etoys on your system? (Skip Step 1 and 2 below if you already have Squeak installed.)

  • On Windows
    1. Download and install Etoys from Squeakland. Go to the Squeakland link; in the middle of the page, click on the "Download Squeak" button. On the next page, click on the "Download Squeak" link. Click "Open" on the browser dialog asking you to open or save the SqueakPluginInstaller.exe.
    2. A Squeak Plugin Installer installation dialog will come up; click on "Next", then "Close". This will install Squeak on your system, and create an item on your desktop named Squeak, which looks like this: Squeak Desktop Item
    3. Now Download the OLPC version of Etoys. The latest version can be downloaded from this site. You will need an extract program (such as PKZip, WinZip, or 7Zip) to extract this. Create a folder named "C:\Etoys-OLPC" or similar, and extract the contents of the downloaded etoys-image-and-pr.zip into the newly created folder.
    4. Running OLPC Etoys: Now we are ready to run OLPC Etoys downloaded in Step 3, using the Squeak desktop item created in Step 2. The simplest way to run OLPC Etoys is to drag the file etoys.image from the "C:\Etoys-OLPC" folder you created in Step 3 on top of the Squeak icon created in Step 2. Try it - it works! You should see the OLPC Etoys menu page: OLPC Etoys menu, and are ready to create OLPC Etoys content, test, or just play.
  • On Linux: todo
  • On Mac: todo

方法2 - エミュレーション環境を使う

Emulation allows to "pretend" you have the OLPC laptop - essentially the OLPC laptop runs "inside" your system. You can achieve this on any common operating system you have. Please follow instructions here for descriptions on how to do it using Windows, Linux, FreeBSD, or MacOS.

方法3 - RPMパッケージをインストールする(Linuxのみ)

If you are on any reasonably recent version of Linux, there are pre-built RPMs that you can install on your system (convert to apt first if applicable). Look on the Etoys page for instructions and a link to the RPM download.

Benchmarks

様々な議論

Feel free to edit below.

Etoys Squeakを使ったOLPC向けプログラミング

We are beginning a tutorial series about programming using the OLPC Squeak -- not for kids, but for programmers trying to create activities inside the Etoys environment. We have also a customized kit for the installation of a Windows version of the emulator having Fedora+Sugar+Etoys. One click only... Read how to use it at the tutorials.

Unfortunately, the tutorials are currently only in brazilian portuguese. The link is here. The pages are in the format to be accessed, in the future, by the OLPC browser.

V-Toys, E-toysによって構築されたビジュアルプログラミング言語

Mostly in French, but since the language is visual, you can download projects and learn by examples. A visual language for comments will be used so that v-toys will be independent of language in the future.

http://community.ofset.org/wiki/V-toys

I'll put some references to English examples in this page : v-toys English

参考