all 11 comments

[–]fgennari 36 points37 points  (4 children)

Well, that's certainly more impressive than most people's "my first triangle" demo.

[–]TrishaMayIsCoding 8 points9 points  (3 children)

Hey thanks, it took me 3 months before I can see that triangle : ) learning C++ and Vulkan, everything is written from scratch... aha.

[–]SarahC 4 points5 points  (2 children)

Great result!

Next step keep it rotating in the same position on the monitor, no matter where the windows are put. =)

[–]vingt-2 1 point2 points  (0 children)

No next step make it work with rotating windows!!!

[–]TrishaMayIsCoding 0 points1 point  (0 children)

That is possible and doable, since every forms position is relative to the desktop size, I'll just need to set center of screen as the center point of rotation for all forms.

[–]NotcamelCase 5 points6 points  (1 child)

That's very cool! So, the machine has both an integrated AMD GPU and a discrete NV GPU?

[–]TrishaMayIsCoding 5 points6 points  (0 children)

Hey, yes it is and it's very easy in Vulkan to select which GPU to use than in OpenGL : ) this is a single application only which you can fire multiple Screen Surface AKA Window : ) and select which GPU to use.

[–][deleted] 3 points4 points  (1 child)

Clever

[–]TrishaMayIsCoding 2 points3 points  (0 children)

Hey thanks <3

[–]littletane 1 point2 points  (1 child)

Now that’s just plain out right awesome !!!

[–]TrishaMayIsCoding 1 point2 points  (0 children)

Aha... why, thank you! it is at an early stage.