Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Are there any Graphical libraries besides OpenGl and directX?  (Read 3300 times)

0 Members and 1 Guest are viewing this topic.

Prado

  • Newbie
  • *
  • Posts: 6
  • Revive shmups
    • View Profile
Because those are the only ones I can find on the net.

TheGuerilla

  • Newbie
  • *
  • Posts: 27
  • Cynical Prick.exe
    • View Profile
    • Email
Re: Are there any Graphical libraries besides OpenGl and directX?
« Reply #1 on: July 16, 2016, 06:10:35 am »
Vulkan
To my understanding, Vulkan was supposed to be the next OpenGL version, but it was so wildly different and non backwards compatible they just released it under a new name.

Here is a quick rundown on low level graphics apis
  • DirectX is a Microsoft only api that is used on everything Microsoft (Windows, Xbox, phones)
  • OpenGL is a cross platform api that works on most devices
  • Vulkan is supposed to be the next greatest thing to make games even better
  • Metal is Apple's attempt at DirectX, very few use it. (Apple products only)

DarkRoku12

  • Full Member
  • ***
  • Posts: 203
  • Lua coder.
    • View Profile
    • Email
Re: Are there any Graphical libraries besides OpenGl and directX?
« Reply #2 on: July 16, 2016, 06:30:49 am »
Vulkan
To my understanding, Vulkan was supposed to be the next OpenGL version, but it was so wildly different and non backwards compatible they just released it under a new name.

Here is a quick rundown on low level graphics apis
  • DirectX is a Microsoft only api that is used on everything Microsoft (Windows, Xbox, phones)
  • OpenGL is a cross platform api that works on most devices
  • Vulkan is supposed to be the next greatest thing to make games even better
  • Metal is Apple's attempt at DirectX, very few use it. (Apple products only)

+ Mantle by AMD, but now its kinda dropped by the AMD guys.
I would like a spanish/latin community...
Problems building for Android? Look here

K.F

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
Re: Are there any Graphical libraries besides OpenGl and directX?
« Reply #3 on: July 16, 2016, 07:16:04 am »
Vulkan is - pretty much - mantle, AMD gave everything about Mantle to Khronos, and they took it from there to make Vulkan. It does not have much to do with OpenGL apart from being its gradual successor.

And by the way, these low level APIs must be implemented by the cards manufacturers, you won't "find" more of them by looking around. See what the card manufacture say your card is compatible with, and that's that, well, apart from third party drivers.

Mario

  • SFML Team
  • Hero Member
  • *****
  • Posts: 879
    • View Profile
Re: Are there any Graphical libraries besides OpenGl and directX?
« Reply #4 on: July 16, 2016, 09:10:03 am »
In older games you'll also find 3dfx Glide, which was one of the first hardware acceleration APIs (3dfx was later purchased by Nvidia and discontinued). There were also other proprietary APIs by other vendors in the first generation of hardware accelerated 3D cards,  but I don't really remember them (one by PowerVR?).

Prado

  • Newbie
  • *
  • Posts: 6
  • Revive shmups
    • View Profile
Re: Are there any Graphical libraries besides OpenGl and directX?
« Reply #5 on: July 16, 2016, 05:18:18 pm »
Thanks  :D

 

anything