Re: [Lazarus] Vulkan Library for FreePascal/Lazarus

2017-05-18 Thread Dejan Boras via Lazarus
Awesome :) On Thu, May 18, 2017 at 9:23 AM Benjamin Rosseaux via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > > http://www.phoronix.com/scan.php?page=news_item&px=PasVulkan-Vulkan--Pascal-Bind > :-) > > On Tue, May 9, 2017 at 4:38 AM, Benjamin Rosseaux > wrote: > >> PasVulkan seems to be ha

Re: [Lazarus] Vulkan Library for FreePascal/Lazarus

2017-05-18 Thread Benjamin Rosseaux via Lazarus
http://www.phoronix.com/scan.php?page=news_item&px=PasVulkan-Vulkan--Pascal-Bind :-) On Tue, May 9, 2017 at 4:38 AM, Benjamin Rosseaux wrote: > PasVulkan seems to be have better Platform Support (incl. Support for > Wayland, Mir, Android, MoltenVK, etc.) and more Vulkan Utils stuff, like > textu

Re: [Lazarus] Vulkan Library for FreePascal/Lazarus

2017-05-11 Thread Lars via Lazarus
On 2017-04-13 11:34, Michalis Kamburelis via Lazarus wrote: @James, would you mind removing the "Public Service Announcement" from https://github.com/james-mcjohnson/VulkanLibraryForFreePascal/blob/master/LICENSE.md ? Don't get me wrong, I understand that you want to promote your faith and I res

Re: [Lazarus] Vulkan Library for FreePascal/Lazarus

2017-05-11 Thread Lars via Lazarus
On 2017-04-12 23:32, James.mcjohnson via Lazarus wrote: This is both an announcement and request for help for an open source FreePascal project which strives to provide: You may want to also post this to the FPC mailing list rather than just the Lazarus list, as, vulkan can probably be used o

Re: [Lazarus] Vulkan Library for FreePascal/Lazarus

2017-05-08 Thread Benjamin Rosseaux via Lazarus
PasVulkan seems to be have better Platform Support (incl. Support for Wayland, Mir, Android, MoltenVK, etc.) and more Vulkan Utils stuff, like texture loaders for DDS, KTX, PNG, TGA, etc. and a own working memory manager for manage the Vulkan memory (the reason for it, see slide 20 on http://32ipi0

Re: [Lazarus] Vulkan Library for FreePascal/Lazarus

2017-04-17 Thread Dmitry Boyarintsev via Lazarus
On Thu, Apr 13, 2017 at 12:32 AM, James.mcjohnson via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > The project is located at https://github.com/james-mcjohnson/ > VulkanLibraryForFreePascal and I would appreciate any constructive > feedback. > Added to the wiki http://wiki.freepascal.org/Vul

Re: [Lazarus] Vulkan Library for FreePascal/Lazarus

2017-04-13 Thread Michalis Kamburelis via Lazarus
a2017-04-13 11:30 GMT+02:00 Kostas Michalopoulos via Lazarus : > This is nice, although personally i do not like the use of multiple inc > files. I think Benjamin Rosseaux's pasvulkan does it better with creating a > single pas file (he also uses a unit from the vk.xml file): > > https://github.com

Re: [Lazarus] Vulkan Library for FreePascal/Lazarus

2017-04-13 Thread Kostas Michalopoulos via Lazarus
This is nice, although personally i do not like the use of multiple inc files. I think Benjamin Rosseaux's pasvulkan does it better with creating a single pas file (he also uses a unit from the vk.xml file): https://github.com/BeRo1985/pasvulkan/blob/master/src/Vulkan.pas On Thu, Apr 13, 2017 a

[Lazarus] Vulkan Library for FreePascal/Lazarus

2017-04-12 Thread James.mcjohnson via Lazarus
This is both an announcement and request for help for an open source FreePascal project which strives to provide: 1) a low level access to Vulkan API created directly from the vk.xml specification 2) high level wrapper classes for ease of integration in an FP/Lazarus project The project is locat