James

Results 15 issues of James

## What is this Python project? This project provides modern _pythonic_ bindings to OpenGL. ## What's the difference between this Python project and similar ones? ### ModernGL vs PyOpenGL --Compared...

This implements pygame.math.lerp. The speed is around 50% faster than if you wrote it in python. I still need some feedback on the documentation, and also whether or not it...

Submodule: math
New API

This removes the support for different types, but makes the function clearer for beginners, and gives more comprehensible errors. This also will make implementing other math functions nicer, since we...

Submodule: math
Awaiting Merge

I saw on the discord that you should open issues to talk about api-changing features, so I'm making this. I plan on contributing a lerp and inverse lerp function to...

enhancement

The doc comments for Keys.None and Buttons.None are inconsistent with each other, Keys.None simply says "Reserved" and Buttons.None says "No button set." Obviously, Keys.None simply hasn't been updated, but even...

I'm not sure if this is out of the scope of what opentk wants to be, but I feel like it fits with the "toolkit" part of the name. In...

I added a link to an opentk sample renderer.

Hi, there's a bug in the FPS tutorial. To move, it uses the camera's global_transform.basis, so if you look upwards, the player won't move as fast, and if you look...