Click Here
home features news forums classifieds faqs links search
6071 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
33 crawler(s) on-line.
 38 guest(s) on-line.
 0 member(s) on-line.



You are an anonymous user.
Register Now!
 agami:  25 mins ago
 DiscreetFX:  1 hr 2 mins ago
 RobertB:  1 hr 4 mins ago
 amigasociety:  1 hr 31 mins ago
 OlafS25:  2 hrs 37 mins ago
 bhabbott:  2 hrs 48 mins ago
 BigD:  3 hrs 17 mins ago
 OneTimer1:  3 hrs 34 mins ago
 AmiKit:  3 hrs 34 mins ago
 deadduckni:  3 hrs 59 mins ago

Software News   Software News : G2D Lib for Hollywood released
   posted by Allanon on 27-Apr-2017 7:27:57 (2159 reads)
I've released G2D v1.8 Library for Hollywood.
G2D is an include file for Hollywood MAL, it is a 2d-oriented library that adds a lot of commands, objects and methods to handle 2d graphic areas but the best feature it has (at least in my opinion) it's a full featured skinning system that also allow multi-layered skinning.
This library has been heavily used with HGui to build gadgets and to make skinning possible.

The library is provided with all needed dependancies (all written in plain Hollywood) and some examples.

The library is FREE.



Here is a video showing some included examples:
YouTube link

LINKS
Documentation Wiki
Download page
Hollywood forums thread (with a detailed list of all available objects & methods)
Patreon page for those people interested to support my work

I'm also working on another library (GLFX) for Hollywood that uses GLGalore plugin to gain the power of OpenGL, here is https://www.youtube.com/watch?v=uMPc9Jiwh-c showing a demo I'm using to test things.
GLFX is not yet ready for a public release.
    

STORYID: 0
Related Links
· More about Software News
· News by Allanon


Most read story about Software News
UBoot 2010.06.04 for Sam460ex available

Last news about Software News
Hollywood APK Compiler 4.0 released
Printer Friendly Page  Send this Story to a Friend

PosterThread
softwarefailure 
Re: G2D Lib for Hollywood released
Posted on 27-Apr-2017 15:40:42
#1 ]
Member
Joined: 16-Feb-2004
Posts: 88
From: Germany

Great stuff! This is really an excellent enhancer for Hollywood's graphics capabilities. By the way, the link to the extremely impressive GLFX video is broken, here is the correct one: https://www.youtube.com/watch?v=uMPc9Jiwh-c ... shows the true power of GL Galore!

 Status: Offline
Profile     Report this post  
elwood 
Re: G2D Lib for Hollywood released
Posted on 27-Apr-2017 17:43:42
#2 ]
Elite Member
Joined: 17-Sep-2003
Posts: 3428
From: Lyon, France

So one can do demos with Hollywood! Nice work!


_________________
Philippe 'Elwood' Ferrucci
Sam460 1.10 Ghz
AmigaOS 4 betatester
Amiga Translator Organisation

 Status: Offline
Profile     Report this post  
Allanon 
Re: G2D Lib for Hollywood released
Posted on 28-Apr-2017 6:51:35
#3 ]
Regular Member
Joined: 28-Jan-2009
Posts: 136
From: Unknown

Thank you @Andreas!
I'm not able to fix the wrong link, can a moderator fix it for me?

@elwood
I've already done a library dedicated to the demo making in Hollywood, I need to make it faster using GL Galore, I hope to release it soon.
Here is a YouTube video showing the "Thank You" demo made for IndieGO! campaign running on a Raspberry Pi3 (it's not OpenGL).

@all
I forgot to mention that there is also a dedicated support forum for all my works, if someone needs support here is the link.


_________________
-----
[Allanon] Fabio Falcucci
AMC Website // Docs Site // Support Forum // => Patreon <=

 Status: Offline
Profile     Report this post  
r-tea 
Re: G2D Lib for Hollywood released
Posted on 30-Apr-2017 8:13:38
#4 ]
Regular Member
Joined: 21-Nov-2004
Posts: 315
From: Zdzieszowice, Poland

Is it usable under AmigaOS? I can see all your projects have screenshots taken of Windows or Linux probably.

Last edited by r-tea on 30-Apr-2017 at 08:14 AM.


_________________
I miss draggable screens in MorphOS... and do you? I know I'm in a minority unfortunately.

 Status: Offline
Profile     Report this post  
Allanon 
Re: G2D Lib for Hollywood released
Posted on 30-Apr-2017 9:25:12
#5 ]
Regular Member
Joined: 28-Jan-2009
Posts: 136
From: Unknown

Hi r-tea,
yes, all my libraries can be used on any system, they does not use platform-specific features or dependancies except in very rare cases (not in this one :) ).

I show windows screenshots because it's my main dev-system, my SAM has gone some years ago...

The only thing you need to change are include's path for the provided code snippets, for example in the "Area-skinColor.hws" you need to fix the INCLUDES path :


/* ****************************************************************************
* G2D : Area:skinColor. *
****************************************************************************/
@INCLUDE "../G2D.hws"

;-------------------------------------------------------------------------------

Local area1 = G2D.Area:new( 50, 50, 300, 250)
...


On Amiga-like systems you need to change the include path replacing "../" with a single "/", that's all.

The fixed line should be like the following:

@INCLUDE "/G2D.hws"


If you need help or have troubles please let me know


_________________
-----
[Allanon] Fabio Falcucci
AMC Website // Docs Site // Support Forum // => Patreon <=

 Status: Offline
Profile     Report this post  
softwarefailure 
Re: G2D Lib for Hollywood released
Posted on 30-Apr-2017 9:56:50
#6 ]
Member
Joined: 16-Feb-2004
Posts: 88
From: Germany

@Allanon: You can actually use ".." on Amiga systems as well with Hollywood. It is automatically converted to Amiga-style paths.

 Status: Offline
Profile     Report this post  
r-tea 
Re: G2D Lib for Hollywood released
Posted on 30-Apr-2017 10:25:12
#7 ]
Regular Member
Joined: 21-Nov-2004
Posts: 315
From: Zdzieszowice, Poland

Waiting for Hollywood CD shipping. Then I'll try to make use of your library. Looks encouraging.


_________________
I miss draggable screens in MorphOS... and do you? I know I'm in a minority unfortunately.

 Status: Offline
Profile     Report this post  
klx300r 
Re: G2D Lib for Hollywood released
Posted on 1-May-2017 4:30:28
#8 ]
Elite Member
Joined: 4-Mar-2008
Posts: 3833
From: Toronto, Canada

thanks Allanon


_________________
____________________________
c64-2sids, A1000, A1200T-060@50(finally working!),A4000-CSMKIII
! My Master Miggies- Amiga 1000 & AmigaOne X1000 !
mancave-ramblings
X1000 I BELIEVE

 Status: Offline
Profile     Report this post  
r-tea 
Re: G2D Lib for Hollywood released
Posted on 1-May-2017 9:03:59
#9 ]
Regular Member
Joined: 21-Nov-2004
Posts: 315
From: Zdzieszowice, Poland

Allanon, why not uploading it to Aminet?


_________________
I miss draggable screens in MorphOS... and do you? I know I'm in a minority unfortunately.

 Status: Offline
Profile     Report this post  
Allanon 
Re: G2D Lib for Hollywood released
Posted on 2-May-2017 9:36:06
#10 ]
Regular Member
Joined: 28-Jan-2009
Posts: 136
From: Unknown

Quote:
Allanon, why not uploading it to Aminet?


That's because it'd cost to much time to maintain updated all the stuff involved.
:)


_________________
-----
[Allanon] Fabio Falcucci
AMC Website // Docs Site // Support Forum // => Patreon <=

 Status: Offline
Profile     Report this post  
[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle