The AROS Archives(anonymous IP: 3.139.238.76,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (45)
   o Development (242)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1622

Full index file
Recent index file

Part of aros exec
 Readme for:  Development » Library » vectorgfx_amiga.lha

VectorGFX_Amiga

Description: Library Plugin For Hollywood Applications
Download: vectorgfx_amiga.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 1Mb
Version: 1.2
Date: 03 Jun 19
Author: Andreas Falkenhahn
Submitter: salvatore
Email: abbate_salvatore/yahoo com
Homepage: https://www.hollywood-mal.com/
Requirements: Aros Abiv0 i386
Category: development/library
License: Other
Distribute: yes
FileID: 1871
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 33  (Current version)
33  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
vectorgraphics.hwp
==================

This plugin contains a vector-drawing engine based on cairo. To make Hollywood
use this vector-drawing engine instead of its inbuilt engine, use the following
command before calling any functions of Hollywood's vectorgraphics library:

SetVectorEngine("vectorgraphics")

After this call, all vectorgraphics commands will be redirected to this plugin.

To test this plugin, run the "VectorTest" and "VectorTest2" examples that come
with the Hollywood distribution.


History
=======

Version 1.2:    (18-Feb-18)
- New: Added build for the 64-bit Android platform
- New: Added support for Hollywood 7.1's SetMiterLimit() function

Version 1.1:    (02-Jul-15)
- New [Linux]: Added build for Linux ARM
- Fix [Linux/MacOS]: Plugin is now compiled as position-independent code (PIC)
- Fix [OS3]: FPU version will cleanly exit now in case there is no FPU
- Fix: Fixed potential problems with exotic line widths
- Change [WarpOS]: Using Hollywood's inbuilt freetype2 engine now; decreases
plugin size
  by over 300 kilobytes

Version 1.0:    (19-Feb-12)
- First release


Copyright
=========

This plugin was written by Andreas Falkenhahn <andreas()airsoftsoftwair.de>
See the COPYING files in this package for conditions concerning distribution
of this plugin. Visit http://www.hollywood-mal.com/ for more information
on Hollywood and more plugins.

Copyright (C) 2010-2015 Andreas Falkenhahn <andreas()airsoftsoftwair.de>

This plugin (the "program") is provided "as-is" and the author cannot be
made responsible of any possible harm done by it. You are using this plugin
absolutely at your own risk. No warranties are implied or given by the
author.

This plugin can be redistributed under the terms of GNU Lesser General Public
License (LGPL). See COPYING_LGPL for details. The source codes of this plugin
are available for download from http://www.hollywood-mal.com/ to all
interested parties.

This plugin incorporates code from the following libraries licensed under the
LGPL: cairo. See COPYING_LGPL for details.

This plugin uses the pixman library. See the file COPYING_PIXMAN for details.

Portions of this plugins are copyright © 2010 The FreeType Project
(http://www.freetype.org). All rights reserved.

DISCLAIMER: THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDER AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE
COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY REDISTRIBUTE THE
PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS
OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR
THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES. 


Copyright © 2005 - 2024 The AROS Archives All Rights Reserved