Automatically migrated from Gitolite
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
Sven Slootweg 7a2a3d89d8 First tech demo 9 роки тому
bin First tech demo 9 роки тому
lib First tech demo 9 роки тому
test First tech demo 9 роки тому
.gitignore First tech demo 9 роки тому
README.md First tech demo 9 роки тому
gulpfile.js First tech demo 9 роки тому
index.coffee First tech demo 9 роки тому
package.json First tech demo 9 роки тому
test-inheritance.coffee First tech demo 9 роки тому

README.md

authored

A modular framework for building authoring tools.

Originally developed for Adivix, but usable for any kind of (2D) authoring tool project.

Demo

Here. No performance optimizations carried out yet, and very rough around the edges still, so Chrome is probably a better choice.

Current state

Not production-ready. Still under development. The plugins will eventually be put into their own repository.

Plugins

  • Core (stage, scenes, objects - not actually a plugin)
  • Layers
  • Object type - text
  • Object type - image

UI plugins

  • Scene panel
  • Layer panel
  • Object panel
  • Properties panel
  • HTML renderer

Utilities

  • dom-wait; queues a function call for when the DOM has loaded, where necessary.
  • apply-property-map; utility for mapping values to DOM element properties.
  • split-filter; like .filter, but returns both a matching and non-matching array.
  • distance-from; calculates direct distance between two points, used for the drag threshold in the HTML renderer.