Skip to main content
  1. Home
  2. Computing
  3. Gaming
  4. News

Doom running on new Vulkan API is simply insane

Add as a preferred source on Google

Earlier this year, Nvidia announced that its GPUs would support the new Vulkan API, and now we have a glimpse of what to expect.

In a video posted to Nvidia’s official YouTube page, the channel unveiled exclusive footage of Doom running on the new API, and it’s absolutely glorious. Running on a GTX Titan, the game moves at a silky-smooth 60 frames, all settings maxed out, with nary a hitch. Id Software recorded the video giving the player some upgrades, allowing for some crazy fast gameplay. It moves so fast, it’s hard to keep up. But that’s kind of the point: It’s a demonstration that shows this graphically intensive game runs freakishly well on Vulkan. Id Software was also gracious enough to allow users to download the uncompressed video file so that gamers can bask in all its glory.

Recommended Videos

For those that aren’t programmers, here’s a quick rundown. An API (application programming interface) is a set of tools that allow programmers to help pieces of software communicate with each other.  In the case of graphics processors, it acts as a communicator between the GPU and the game engine.

If you’re an avid gamer, then Vulkan should get you excited. The Khronos Group is an open consortium including members like Apple, Google, Sony Computer Entertainment, and AMD, among others. Khronos is boasting that it’s API will give better performance and will work across all devices, unlike Microsoft’s popular DirectX. In a way, Khronos is trying to deregulate the graphics API landscape.

Right now Microsoft is going all in with its DirectX 12 and Apple is developing Metal for Mac. This creates complications for game developers. If they want to release games on multiple platforms, that would mean having to rework each game for each system. Vulkan is trying to continue the OpenGL lineage by making it open source and available to everyone.

Essentially, if Vulkan succeeds, that means less stress on developers, and hopefully better games for gamers.

Imad Khan
Imad has been a gamer all his life. He started blogging about games in college and quickly started moving up to various…
The Mac Pro is dead at Apple, and I’ll miss the cheese-grater powerhouse
RIP Mac Pro. The Mac Studio is taking the throne, and we're okay with that.
Electronics, Computer, Pc

Apple has officially discontinued the Mac Pro. It’s been removed from Apple’s website, and Apple has confirmed to 9to5Mac that there are no plans to release a future version. The buy page now redirects to Apple’s Mac homepage, where the Mac Pro no longer exists.

Why did Apple kill the Mac Pro?

Read more
March Madness, Revisited: The AI Model Did Well. But Mad Things Still Happen
Stills from NCAA games.

(NOTE: This article is part of an ongoing series documenting an experiment with using AI to fill the NCAA brackets and see how it fares against years of human experience. The original article is as follows.)

A week ago, I wrote about entering an NCAA tournament pool with a more disciplined process than I usually use.

Read more
A simple coding mistake is exposing API keys across thousands of websites
Security gaps that are easier to miss than you think
Computer, Electronics, Laptop

After analyzing 10 million webpages, researchers have found thousands of websites accidentally exposing sensitive API credentials, including keys linked to major services like Amazon Web Services, Stripe, and OpenAI.

This is a serious issue because APIs act as the backbone of the apps we use today. They allow websites to connect to services like payments, cloud storage, and AI tools, but they rely on digital keys to stay secure. Once exposed, API keys can allow anyone to interact with those services with malicious intent.

Read more