facebookincubator /
AITemplate
AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference.
Loading repository data…
heyitsguay / repository
A renderer for 3D Game of Life cellular automata, using OpenGL and C++
Currently tested only on 64-bit Ubuntu 15.10. Build using CMake, run from the terminal. Requires OpenGL 3.3, GLEW, GLFW 3, SOIL, and pkg-config.
Check out patterns.txt for some examples of interesting rule sets.
Run an instance using the B4,9/S1,10 rule set with Brian's brain mode active:
./gol3d 4,9 1,10 1
Run an instance using the B4/S3 rule set without Brian's brain mode active:
./gol3d 4 3 0
Selected from shared topics, language and repository description—not editorial ratings.
facebookincubator /
AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference.
opentk /
The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.
ands /
A C/C++ single-file library for drop-in lightmap baking. Just use your existing OpenGL renderer to bounce light!
inexorgame /
A new, render-graph based 3D game engine for Linux and Windows using C++20 and Vulkan API 1.3 (in early development)
Minecraft-Radiance /
Radiance is rebuilt of Minecraft renderer on a Vulkan C++ backend, featuring native Hardware Ray Tracing on Windows & Linux. Break free from OpenGL limits for Minecraft.
a-e-k /
A tiny, single-header <canvas>-like 2D rasterizer for C++