Ratings | | Unique User Downloads | | Download Rankings |
Not yet rated by the users | | Total: 79 | | All time: 10,129 This week: 51 |
Version | | License | | PHP version | | Categories |
monocreate 1.0.0 | | Custom (specified... | | 5 | | HTML, PHP 5, Graphics |
|
Description | | Author |
This class can display a character from body parts defined in SVG.
It can read SVG files that define different parts of a body and assembles the parts to display the body in a Web page.
The package provides SVG files for the different parts of the body, such as the head, body and legs. Innovation Award
 October 2021
Number 10 |
SVG is a standard format for files that store information about a drawing using vectorial coordinates.
This characteristic allows rendering the same drawing in many different sizes without losing the quality of the image of the picture when it is displayed.
This package can generate a drawing file in SVG format for a character composed of head, body, and legs.
This package can be helpful to generate artistic drawings of characters that you can display with excellent image quality.
Manuel Lemos |
| |
 |
|
Innovation award
 Nominee: 2x |
|
Example
<?php
/**
* Monocrea Class
* TPhp class that output a character drawing. It loads random SVG files from 3 directories,
* each one containig parts of the character body to be created. Heads, Body and Legs.
* @author Jean Paul Delaye
*/
require_once('class.monocrea.php');
$artwork = new monocrea();
?>
|
Details
monocreate
Php class that output a character drawing. It loads random SVG files from 3 directories, each one containig parts of the character body to be created.
Heads, Body and Legs
Requirements:
php >= 5.4.0
Intallation:
just copy the class to your classes folder
Basic Usage:
$artwork = new monocrea();
sample: https://intelector.com/monocrea/
NOTE: each time the page loads it render a different character.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.