Poster | Thread |
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 |
|
|
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 |
|
|
Allanon
|  |
Re: G2D Lib for Hollywood released Posted on 28-Apr-2017 6:51:35
| | [ #3 ] |
|
|
 |
Regular Member  |
Joined: 28-Jan-2009 Posts: 142
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 |
|
|
r-tea
|  |
Re: G2D Lib for Hollywood released Posted on 30-Apr-2017 8:13:38
| | [ #4 ] |
|
|
 |
Regular Member  |
Joined: 21-Nov-2004 Posts: 316
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 |
|
|
Allanon
|  |
Re: G2D Lib for Hollywood released Posted on 30-Apr-2017 9:25:12
| | [ #5 ] |
|
|
 |
Regular Member  |
Joined: 28-Jan-2009 Posts: 142
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 |
|
|
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 |
|
|
r-tea
|  |
Re: G2D Lib for Hollywood released Posted on 30-Apr-2017 10:25:12
| | [ #7 ] |
|
|
 |
Regular Member  |
Joined: 21-Nov-2004 Posts: 316
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 |
|
|
klx300r
|  |
Re: G2D Lib for Hollywood released Posted on 1-May-2017 4:30:28
| | [ #8 ] |
|
|
 |
Elite Member  |
Joined: 4-Mar-2008 Posts: 3857
From: Toronto, Canada | | |
|
| |
Status: Offline |
|
|
r-tea
|  |
Re: G2D Lib for Hollywood released Posted on 1-May-2017 9:03:59
| | [ #9 ] |
|
|
 |
Regular Member  |
Joined: 21-Nov-2004 Posts: 316
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 |
|
|
Allanon
|  |
Re: G2D Lib for Hollywood released Posted on 2-May-2017 9:36:06
| | [ #10 ] |
|
|
 |
Regular Member  |
Joined: 28-Jan-2009 Posts: 142
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 |
|
|