Comic Maker: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
 
(16 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Olpcboxtop|toptext=[[{{PAGENAME}}|Comic Maker]]}}
{{ OBX activity ||extra}}
{{ OBX xobundle|1=http://www.avallain.com/comicmakerbuilds/Comicmaker-2.xo}}
{{ OBX team |Avallain, Teshkeel}}
{{Olpcboxbottom}}

<center>''see also [[Cartoon Builder]]''</center>
<center>''see also [[Cartoon Builder]]''</center>


The '''Comic Maker''' activity is being developed by [[Avallain Basic Skills]], with input from publisher Teshkeel.
The '''Comic Maker''' activity is being developed by [[Avallain Basic Skills]], with input from publisher Teshkeel.


you can expierience anything it is awesome
=== summary ===
with comic maker you can build comic strips. stages can be created with a background. on the stages characters and speech balloons can be aranged.

there exists a javascript version which is not yet properly implemented as an activity.
a python/pygame version is in development


=== pygame version ===
=== pygame version ===
the pygame version is unfinished but you can already experiment with the most features.
The pygame version is unfinished, but you can already experiment with the most features.


==== todo ====
==== todo ====
* show balloon tab only if balloon selected (.set_sensitive())
* add think balloons
* if resuming from journal when activity is running, activity is not loading correct document
* fix balloon drawing code
* selection lists with captions... (does it really make sense? should be self explantory enough)
* help button above selection lists with popup window containing help text (help ok? window ok?)
* do proper layout of the interface
* do proper layout of the interface
* add suport for selecting actors behind another actor
* rewrite balloon render code
* maybe toolbar for selection modes

==== future improvements ====
==== future improvements ====
* flip actors
* flip actors
Line 26: Line 34:


==== features ====
==== features ====
* add/ reorder/ delete stages
* rearrange actors in depth
* set background of stage fields
* delete stages
* add/ order/ scale/ delete actors
* rearrange stages
* delete actors, balloons
* add/ edit/ order/ delete balloons
* journal support
* journal support
* select background/ actor from library
* add stages
* select background per stage field
* select actor/bubble per stage field
* scale and move around actors
* move around balloons
* change size and angle of balloon arrows
* change size and angle of balloon arrows

* edit text of arrows (Balloons toolbar)
==== screenshot ====
[[Image:Comicmaker.activity.Screenshot01.jpeg|frame|none|screenshot of interface]]

=== javascript version ===
=== javascript version ===


Line 47: Line 51:
* '''Source:''' [[:Image:XO-comicmaker.zip|zip]] and [[:Image:Comicmaker-3.xol|xol]]
* '''Source:''' [[:Image:XO-comicmaker.zip|zip]] and [[:Image:Comicmaker-3.xol|xol]]
*: Preview: [http://dev.laptop.org/~sj/comicmaker comicmaker online]
*: Preview: [http://dev.laptop.org/~sj/comicmaker comicmaker online]


[[Category:Activities]]

Latest revision as of 01:12, 27 April 2010

OlpcProject.png Avallain, Teshkeel
see also Cartoon Builder

The Comic Maker activity is being developed by Avallain Basic Skills, with input from publisher Teshkeel.

you can expierience anything it is awesome

pygame version

The pygame version is unfinished, but you can already experiment with the most features.

todo

  • show balloon tab only if balloon selected (.set_sensitive())
  • if resuming from journal when activity is running, activity is not loading correct document
  • selection lists with captions... (does it really make sense? should be self explantory enough)
  • help button above selection lists with popup window containing help text (help ok? window ok?)
  • do proper layout of the interface
  • add suport for selecting actors behind another actor
  • rewrite balloon render code
  • maybe toolbar for selection modes

future improvements

  • flip actors
  • performance improvements
  • add support for rotated view
  • full screen view
  • in balloon text editing
  • font color/size support for balloons
  • svg actors

features

  • add/ reorder/ delete stages
  • set background of stage fields
  • add/ order/ scale/ delete actors
  • add/ edit/ order/ delete balloons
  • journal support
  • change size and angle of balloon arrows

screenshot

screenshot of interface

javascript version

You can see the source here and run it on your XO.

  • Status: needs to be bundled more cleanly as an activity; currently a content bundle running in Javascript.
  • Source: zip and xol
    Preview: comicmaker online