Aces High Bulletin Board

General Forums => Aces High General Discussion => Topic started by: hitech on June 28, 2021, 01:44:11 PM

Title: Vulkan
Post by: hitech on June 28, 2021, 01:44:11 PM
At long last I have a square being rendered to the screen. Might not sound like much but it is a HUGE step in the porting to Vulkan because that triangle is being displayed with my existing engine.

I stared the port around the 1st of May.

HiTech

Title: Re: Vulkan
Post by: oboe on June 28, 2021, 01:49:37 PM
Congratulations!   :cheers:

Title: Re: Vulkan
Post by: popeye on June 28, 2021, 01:52:40 PM
Congrats.

Live long and prosper.  :D
Title: Re: Vulkan
Post by: CptTrips on June 28, 2021, 02:56:27 PM
Title: Re: Vulkan
Post by: Lazerr on June 28, 2021, 03:18:11 PM
This is serious nerd language.
Title: Re: Vulkan
Post by: svaalbar on June 28, 2021, 03:31:22 PM
This is serious nerd language.

Hell yeah.

I know some modern C++ like smart pointers and basic defensive programming. Maybe RAII... did some of that stuff in college, mostly forgetting it now... if you ever want a hand. Never really did graphics though, but I can learn, one step at a time. I'm more of a C#/.NET code monkey web app maker though lol
Title: Re: Vulkan
Post by: LNG15 on June 28, 2021, 03:33:24 PM
This is serious nerd language.
*Inserts Homer quote" NERDS!
Title: Re: Vulkan
Post by: guncrasher on June 28, 2021, 03:47:47 PM
confused, is it a square or a triangle?

semp
Title: Re: Vulkan
Post by: CptTrips on June 28, 2021, 04:02:47 PM
confused, is it a square or a triangle?

semp

You usually make a square with two tri in computer graphics.

There are quads, but tri's are usually optimized.

Title: Re: Vulkan
Post by: popeye on June 28, 2021, 04:08:54 PM
I could help port it to Fortran, but I can't find my punch cards.    :old:
Title: Re: Vulkan
Post by: SPKmes on June 28, 2021, 06:00:34 PM
I'm picking I will enjoy the results of what you all are going on about I guess...
Title: Re: Vulkan
Post by: P39ace on June 29, 2021, 08:53:50 AM
At long last I have a square being rendered to the screen. Might not sound like much but it is a HUGE step in the porting to Vulkan because that triangle is being displayed with my existing engine.

I stared the port around the 1st of May.

HiTech

Looking forward to playing the update and the Ray Tracing! Are you going to go cross-platform like Microsoft Flight Sim? Are you changing the subscription fee?  :banana:
Title: Re: Vulkan
Post by: whiteman on June 29, 2021, 09:49:53 AM
This is serious nerd language.

I'm obviously the wrong category of nerd to understand, but yaaay!
Title: Re: Vulkan
Post by: RichardDarkwood on June 29, 2021, 09:55:11 AM
He's taking the game to Android and Iphone.
Title: Re: Vulkan
Post by: SlipKnt on June 29, 2021, 10:29:03 AM
Very excited! 

 :aok
Title: Re: Vulkan
Post by: Mano on June 29, 2021, 05:50:58 PM
If you are interested in reading the Vulkan tutorial click on this link:

https://vulkan-tutorial.com/ (https://vulkan-tutorial.com/)

 :salute
Title: Re: Vulkan
Post by: RUSH1 on June 30, 2021, 12:36:26 AM
(https://media.baselineresearch.com/images/283802/283802_full.jpg)
Title: Re: Vulkan
Post by: artik on June 30, 2021, 01:43:46 AM
At long last I have a square being rendered to the screen. Might not sound like much but it is a HUGE step in the porting to Vulkan because that triangle is being displayed with my existing engine.

I stared the port around the 1st of May.

HiTech



Its time...

That means Linux port is going to be much simpler :-) (or at least it will run with Wine/Steam)!!!
Title: Re: Vulkan
Post by: Eagler on June 30, 2021, 07:15:05 AM
At long last I have a square being rendered to the screen. Might not sound like much but it is a HUGE step in the porting to Vulkan because that triangle is being displayed with my existing engine.

I stared the port around the 1st of May.

HiTech

Great news I guess...

What does it mean to the rest of us?

What does it do to improve the game and what is your eta for it's implementation?

<S>

Eagler
Title: Re: Vulkan
Post by: svaalbar on June 30, 2021, 09:02:45 AM
(https://media.baselineresearch.com/images/283802/283802_full.jpg)

Hell yeah we are. You hate us cuz you ain't us.
Title: Re: Vulkan
Post by: fd ski on June 30, 2021, 05:20:12 PM
Great news I guess...

What does it mean to the rest of us?

What does it do to improve the game and what is your eta for it's implementation?

<S>

Eagler

Taking a guess here and could be way off base:
1. no need to maintain and update existing graphics engine and fix bugs in it. Using standard engine like vulcan gives you more up to date features and bug fixes. Given that currently operation of HTC is limited in programming capacity, having large chunk of code offloaded to market proven solution will save lot of coding time.

2. better compatibility with existing/new hardware GPUs.

3. Possibly better performance overall as Vulcan is optimized for that.

Overall it seems like a move in right direction given limited coding capacity, i was wondering if HT would attempt to move entire game engine into more of opensource/market accepted platform so that he wouldn't have to maintain things like map editors/skin editors/etc.

 
Title: Re: Vulkan
Post by: Eagler on June 30, 2021, 05:53:45 PM
Thanks  fd ski

<S>

Eagler
Title: Re: Vulkan
Post by: save on July 01, 2021, 12:29:19 PM
List of nvidia's graphics card support for Vulcan :

https://developer.nvidia.com/vulkan-driver (https://developer.nvidia.com/vulkan-driver)
Title: Re: Vulkan
Post by: Slade on July 01, 2021, 01:57:52 PM
 :aok
Title: Re: Vulkan
Post by: 800nate800 on July 01, 2021, 11:37:58 PM
He's taking the game to Android and Iphone.
this better be a joke
Title: Re: Vulkan
Post by: svaalbar on July 02, 2021, 12:00:14 AM
this better be a joke

It is. I'm a huge nerd and stoked about better performance via Vulkan.
Title: Re: Vulkan
Post by: artik on July 02, 2021, 05:40:38 AM
It is. I'm a huge nerd and stoked about better performance via Vulkan.

It actually gives great opportunity to support Mac and Linux over steam.

Today lots of games work on Linux/Mac on steam.
Title: Re: Vulkan
Post by: LCADolby on July 02, 2021, 06:41:06 AM
It is. I'm a huge nerd and stoked about better performance via Vulkan.

I've been finding that it's possible get better Frames Per Second with Vulkan. But, Vulkan isn't very smooth when compared to DX12 under the same conditions, even though DX12 will be running 10-20 FPS less.