matmuher's Stars
riscv-software-src/riscv-isa-sim
Spike, a RISC-V ISA Simulator
playcanvas/supersplat
3D Gaussian Splat Editor
w-m/3dgs-compression-survey
An open survey on 3D Gaussian Splatting compression methods
jaesung-cs/vkgs
Vulkan-based Gaussian Splatting viewer, and python binding
beaufortfrancois/webgpu-cross-platform-app
WebGPU cross-platform app with CMake/Emscripten
yasirkula/UnityIngameDebugConsole
A uGUI based console to see debug messages and execute commands during gameplay in Unity
graphdeco-inria/gaussian-splatting
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
kseniadobrovolskaia/ParallelComputing
Various parallel programming projects. Technologies with distributed memory - MPI and with shared memory - std::thread, OpenMP are used.
hubblo-org/scaphandre
⚡ Energy consumption metrology agent. Let "scaph" dive and bring back the metrics that will help you make your systems and applications more sustainable !
getify/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.
KBPsystem777/You-Dont-Know-JS
A fork of book series on JavaScript. @YDKJS on twitter.
MrNeRF/awesome-3D-gaussian-splatting
Curated list of papers and resources focused on 3D Gaussian Splatting, intended to keep pace with the anticipated surge of research in the coming months.
NickeManarin/ScreenToGif
🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
Tw1ddle/geometrize
:white_square_button: Geometrize is a desktop app that geometrizes images into geometric primitives
fogleman/primitive
Reproducing images with geometric primitives.
lisitsynSA/llvm_course
LLVM passes and IR generators code examples
phw/peek
Simple animated GIF screen recorder with an easy to use interface
dendibakh/perf-ninja
This is an online course where you can learn and master the skill of low-level performance analysis and tuning.
google/benchmark
A microbenchmark support library
shader-slang/slang
Making it easier to work with shaders
wolfpld/tracy
Frame profiler
vblanco20-1/vulkan-guide
Introductory guide to vulkan.
GerritCodeReview/gerrit
Gerrit Code Review - (mirror of https://gerrit.googlesource.com/gerrit)
rvaiya/keyd
A key remapping daemon for linux.
viktor-prutyanov/drec-fpga-intro
Материалы для курсов "Введение в проектирование на языке Verilog" (2024+), "Введение в FPGA и Verilog" (2018-2019)
Starbroaden/verilog
google/perfetto
Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.com/platform/external/perfetto/)
apitrace/apitrace
Tools for tracing OpenGL, Direct3D, and other graphics APIs
python/cpython
The Python programming language
StarsX/ComputeRaster
Real-time software rasterizer using compute shaders, including vertex processing stage (IA and vertex shaders), bin rasterization, tile rasterization (coarse rasterization), and pixel rasterization (fine rasterization, which calls the pixel shaders).