I'd love to try this plugin out, however, I'm having trouble installing it...
From the C2 manual:
To install a third party plugin:
Close Construct 2
Copy the plugin's folder to <install path>\exporters\html5\plugins. You'll see each plugin has its own folder here, so to add a new plugin create a new folder and add the plugin's files inside it. For behaviors, copy to <install path>\exporters\html5\behaviors instead.
Launch Construct 2 and the plugin or behavior should be available from the editor.
However, I only see one "Paster.c2addon" file to download -- perhaps I'm missing the rest of the files somewhere? Runtime, pluginIcon, etc?
-Confused.
Paster 0.5 alpha
Here's a new plugin that is like the canvas plugin in that you can draw (or paste) other objects onto it's texture. It's simpler though and doesn't have any additional drawing features. The big difference is this plugin cleanly uses webgl and allows pasting objects with effects.
Actions:
- Paste object
- Set resolution
- clear with color
- Draw Quad
Key features:
- Works fast with canvas2d and webgl, without the slowdown the canvas plugin had.
- Paste objects with webgl effects applied.
As a side note it's labeled as alpha since the effect rendering isn't complete yet so there are cases where effects aren't drawn right. Also the eventual plan is to merge the webgl fixes back to the canvas plugin, but I'll need to come up with ways to replicate all it's features in just webgl.
Download:
https://dl.dropboxusercontent.com/u/542 ... er.c2addon
pre r160
https://dl.dropboxusercontent.com/u/542 ... 60.c2addon
Demo:
https://dl.dropboxusercontent.com/u/542 ... index.html
Example capx [broken]:
https://dl.dropboxusercontent.com/u/542 ... 2014-02-09 19:54:04