20180208 Polaris12 AOS cropped

En-Route to Polaris

Matthew Leaman recently published an article about the move to Polaris graphics cards on AmigaOS 4.x. He gave a good overview of why drivers for Polaris cards are needed and the work being done. That said, a picture is worth a thousand words, so I thought I’d give you a glimpse of the current driver […]

debugging

Warp3D Nova Tutorials: Another Subtle Boo-Boo

Yes, I’ve discovered another bug in one of the Warp3D Nova tutorials. The tutorial itself has been corrected already, but let’s take a closer look at this bug. The problem is with this line of code: // Transform the normal normal = normalize(NormalMatrix * vec4(vertNormal, 1.0)).xyz; Can you see the mistake? It’s a really subtle […]

StarBoxDemo

What StarBoxDemo Can Teach You About Shaders

The author of AmiCraftNova recently released a new demo called StarBoxDemo. While everyone has been posting new fps benchmarks with it, how it uses shaders should be of greater interest to aspiring developers. So download the demo (if you haven’t already), and take a look in the Shaders directory.The big advantage of shaders is that you […]

debugging 2

GLSL Debugging Tips for AmigaOS

Recently, the AmiCraftNova author was having issues with GLSL shaders, which got me thinking about how to debug them. Shaders need debugging, but standard debugging tools can’t be used. So here are a few tips (for both OpenGL and Warp3D Nova). Check the Compiler Logs Both OpenGL and Warp3D Nova provide compilation logs. So check […]

film countdown 1

Warp3D Nova – The Basics of Animation

The previous tutorial’s source-code included animation, but I said that would be a topic for another day. Well, today is that day. I’m going to go through the code I added to animate the cube. IMPORTANT: While this tutorial is about Warp3D Nova, the animation code below is almost 100% generic. You could reuse it to […]

Shopping Cart
Scroll to Top