forked from theshock/libcanvas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
57 changed files
with
333 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Animation.Sprite" | |
description: "Provides basic animation via sprites" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Behaviors.Animatable" | |
description: "Basic abstract class for animatable objects." | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Behaviors.Clickable" | |
description: "Provides interface for clickable canvas objects" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Behaviors.Draggable" | |
description: "When object implements LibCanvas.Behaviors.Draggable interface dragging made possible" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Behaviors.Drawable" | |
description: "Abstract class for drawable canvas objects" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Behaviors.DrawableSprite" | |
description: "Abstract class for drawable canvas sprites" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Behaviors.Droppable" | |
description: "Abstract class for droppable canvas objects" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Behaviors.Linkable" | |
description: "Made possible link between two canvas objects" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Behaviors.MouseListener" | |
description: "Canvas mouse listener" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Behaviors.Moveable" | |
description: "Provides interface for moveable objects" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Canvas2D" | |
description: "LibCanvas.Canvas2D wraps around native <canvas>." | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Context2D" | |
description: "LibCanvas.Context2D adds new canvas context '2d-libcanvas'" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "EC" | |
description: "" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Artem Smirnov <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Geometry" | |
description: "Base for such things as Point and Shape" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Invoker" | |
description: "Invoker calles functions" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Keyboard" | |
description: "A keyboard control abstraction class" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Layer" | |
description: "Layer" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Mouse" | |
description: "A mouse control abstraction class" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Point" | |
description: "A X/Y point coordinates encapsulating class" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Shape" | |
description: "Abstract class LibCanvas.Shape defines interface for drawable canvas objects" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Engines.Tile" | |
description: "Helper for building tile maps (e.g. for Tetris or ur's favorite Dune II - http://en.wikipedia.org/wiki/Tile_engine)" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Inner.DownloadingProgress" | |
description: "Counting assets downloading progress" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Inner.FpsMeter" | |
description: "Constantly calculates frames per seconds rate" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Inner.FrameRenderer" | |
description: "Private class for inner usage in LibCanvas.Canvas2D" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Inner.MouseEvents" | |
description: "Class which contains several basic mouse events " | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Inner.ProjectiveTexture" | |
description: "Provides testing projective textures rendering (more info: http://acko.net/files/projective/index.html)" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Inner.TimingFunctions" | |
description: "Animated Timing Functions" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "LibCanvas" | |
description: "LibCanvas initialization" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- Pavel Ponomarenko aka Shock <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Processors.Clearer" | |
description: "Сleans canvas with specified color" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- Pavel Ponomarenko aka Shock <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Processors.Color" | |
description: "Abstract class for works with color" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- Pavel Ponomarenko aka Shock <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Processors.Grayscale" | |
description: "Grayscale canvas" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- Pavel Ponomarenko aka Shock <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Processors.HsbShift" | |
description: "Shift on of hue|saturation|bright value of all colors" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- Pavel Ponomarenko aka Shock <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Processors.Invert" | |
description: "Invert all canvas colors" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- Pavel Ponomarenko aka Shock <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Processors.Mask" | |
description: "Use canvas as mask for color (black will be transparent, white will be color)" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- Pavel Ponomarenko aka Shock <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Shapes.Circle" | |
description: "Provides circle as canvas object" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ name: "Shapes.Ellipse" | |
description: "Provides ellipse as canvas object" | ||
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
license: | ||
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)" | ||
- "[MIT License](http://opensource.org/licenses/mit-license.php)" | ||
authors: | ||
- "Shock <[email protected]>" | ||
|
Oops, something went wrong.