KCoen's Stars
JustasMasiulis/lazy_importer
library for importing functions from dlls in a hidden, reverse engineer unfriendly way
EvergineTeam/Vulkan.NET
This repository contains low-level bindings for Vulkan used in Evergine.
Themaister/Granite
My personal Vulkan renderer
lettier/3d-game-shaders-for-beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
TheRealMJP/DXRPathTracer
A (very) simple path tracer implemented using DirectX Ray Tracing (DXR)
jerry-git/learn-python3
Jupyter notebooks for teaching/learning Python 3
pmndrs/zustand
🐻 Bear necessities for state management in React
pmndrs/react-three-fiber
🇨🇭 A React renderer for Three.js
notti/nocgo
dlopen in go without cgo
cristianoliveira/ergo
The management of multiple apps running over different ports made easy
upizs/PestControl
Self-made bug tracker for personal use. Implementing ASP.NET Core .NET 5 with razor pages, Entity Framework 5.0.9 and AspNetCore Identity 2.2.0
tau-adl/Position-Control-Using-ORBSLAM2-on-the-Jetson-Nano
Run ORBSLAM2 on the Jetson Nano, using recorded rosbags (e.g., EUROC) or live footage from a Bebop2 Drone
WojciechMula/sse4-strstr
SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification
leanprover/lean4
Lean 4 programming language and theorem prover
deref/uni
An extremely opinionated TypeScript monorepo tool.
melbahja/goph
🤘 The native golang ssh client to execute your commands over ssh connection. 🚀🚀
felixge/fgprof
🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.
YuxingZhang/raytracing
Ray tracing algorithm using BSP tree with anti-alias and soft shadow
intel/pcm
Intel® Performance Counter Monitor (Intel® PCM)
Kobzol/hardware-effects
Demonstration of various hardware effects.
google/omaha
Google Update for Windows
google/uVkCompute
A micro Vulkan compute pipeline and a collection of benchmarking compute shaders
google/pcbdl
PCB Design Language: A programming way to design schematics.
google/certtostore
Hardware Backed Keys and Certificate Store Management on Windows
cogentcore/core
A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web with a single Go codebase, allowing you to Code Once, Run Everywhere.
zephyrtronium/ikitai
Package ikitai is an optimizing just-in-time compiler for SSA-transformed Go.
lemire/Code-used-on-Daniel-Lemire-s-blog
This is a repository for the code posted on my blog
minio/simdjson-go
Golang port of simdjson: parsing gigabytes of JSON per second
vugu/vugu
Vugu: A modern UI library for Go+WebAssembly (experimental)
valyala/quicktemplate
Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template