graphics
Check OpenGL, OpenCL, CUDA APIs
Windows: http://www.ozone3d.net/gpu_caps_viewer/
OpenGL
https://open.gl https://github.com/Polytonic/Glitter
vertices: the points from which shapes like triangles will later be constructed
vertex shader: program on GPU, projects vertices with a 3D world position onto your 2D screen! passes attributes like color and texture coordinates further down the pipeline.
transform feedback
retrieve the vertices after they've passed through the vertex or geometry shaders NOT sent vertex data to the graphics processor and only produced drawn pixels in framebuffers in return
OpenSubdiv
a set of open source libraries that implement high performance subdivision surface (subdiv) evaluation on massively parallel CPU and GPU architectures.
Open Machine Learning project (OpenML)
an inclusive movement to build an open, organized, online ecosystem for machine learning.
OpenGL Shading Language (GLSL)
https://en.wikipedia.org/wiki/OpenGL_Shading_Language created by the OpenGL ARB (OpenGL Architecture Review Board) to give developers more direct control of the graphics pipeline without having to use ARB assembly language or hardware-specific languages.
Cross-platform compatibility including GNU/Linux, macOS and Windows. Each hardware vendor includes the GLSL compiler in their driver, thus allowing each vendor to create code optimized for their particular graphics card’s architecture.
melt
MLT Multimedia Framework
movit
https://movit.sesse.net/
Kdenlive
Premiere
Window > Essential Graphics -> search Title
Windows -> Effects -> search Cross Dissolve
Link video and audio clips: Shift-click -> Linked Selection
Button
CLI
cut by CC text: https://github.com/mli/autocut
ImageMagick
https://imagemagick.org/script/command-line-processing.php
ML
Stable Diffusion
web UI
https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features
Last updated