Pinned Loading
-
PyTorch-based implementation of the ...
PyTorch-based implementation of the final scene as seen in Ray Tracing in One Weekend — The Book Series, Ray Tracing the Next Week (as of August 2022) 1import torch, torch.distributions as distributions
2import numpy
3import math
4import random
5 -
-
-
Example showing how to create a mini...
Example showing how to create a minimal GTK 4 app with a main window and on it a Wayland subsurface fed by Vulkan. 1# Example showing how to create a minimal GTK 4 app with a main window and on it a Wayland subsurface fed by Vulkan.
2# The FPS counter printed on the console should show about 60 fps on Gnome/Mutter.
3# One may need to install vulkan (the python package) from source.
4# Maybe same for pywayland. Mileage may vary.
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.