You are editing
X

A quick help...

Visual Editor (top)

  • Click individual objects to manipulate them
  • Selected object displays control points:
  • - purple = position/rotation
  • - green = text base line
  • - blue = positional bones
  • - red = joints
  • - orange = special
  • Double-click control point to reset it

Source Editor (bottom)

  • Modify scene structure via the code
  • You can nest tags the same way as in HTML
  • You can apply own CSS - use web inspector
  • You can wrap/mix scenes with arbitrary HTML
  • Hit CMD+S (CTRL+S) to apply changes

Gist support

I recommend you to keep sources in gist.github.com.

1. Create a new gist with index.html (sample #4772996).
2. Reference it in via hash http://cmx.io/edit/#4772996
3. Publish the gist via http://cmx.io/#4772996

Note: I can't write your changes back to gist,
you have to copy&paste final work to gist yourself!

?

Unable to read gist


      

Please make sure that

  • the gist really exists
  • the gist contains index.html file with comix source code
  • your browser is not over GitHub API limit quota

Here is an example of a working gist http://cmx.io/edit/#74e3dc0e166daf1ec668 which reads https://gist.github.com/74e3dc0e166daf1ec668.

Wait! WebKit is required here

The Comix Editor was tested under Chrome. It uses some webkit-specific tricks.

It is a prototype. Currently it is broken under Firefox, Opera and IE.

Please, run it in the latest Chrome or Safari.

Interested in porting it to your favorite browser? Check out the sources.