mwalcott3's Stars
3b1b/manim
Animation engine for explanatory math videos
ocornut/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
charmbracelet/bubbletea
A powerful little TUI framework 🏗
emilk/egui
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
hyprwm/Hyprland
Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
huggingface/candle
Minimalist ML framework for Rust
tuhdo/os01
Bootstrap yourself to write an OS from scratch. A book for self-learner.
WebAssembly/binaryen
Optimizer and compiler/toolchain library for WebAssembly
ArthurSonzogni/FTXUI
:computer: C++ Functional Terminal User Interface. :heart:
WebAssembly/WASI
WebAssembly System Interface
LuaJIT/LuaJIT
Mirror of the LuaJIT git repository
AnswerDotAI/gpu.cpp
A lightweight library for portable low-level GPU computation using WebGPU.
charmbracelet/wish
Make SSH apps, just like that! 💫
google/incremental-dom
An in-place DOM diffing library
xelatihy/yocto-gl
Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics
google/forma
An efficient vector-graphics renderer
linebender/vello
A GPU compute-centric 2D renderer.
agelastic/eudyptula
www.eudyptula-challenge.org
terrajobst/minsk
This repo contains Minsk, a handwritten compiler in C#. It illustrates basic concepts of compiler construction and how one can tool the language inside of an IDE by exposing APIs for parsing and type checking.
elalish/manifold
Geometry library for topological robustness
renderlet/wander
wander - the Wasm Renderer
smarr/are-we-fast-yet
Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays
qlibs/reflect
C++20 Static Reflection library
RuiwenTang/Skity
A light weight 2D Vector Graphic renderer library writing in c++ for OpenGL3.3+ / OpenGLES3.0+ / Vulkan 1.1+/ WebGL2 with WASM
qlibs/mph
C++20 [Minimal] Static Perfect Hash library
DavidTimms/loxdown
A statically-typed variant of Lox, written in TypeScript
isuckatcs/how-to-compile-your-language
An introduction to language design with building a compiler frontend on top of LLVM.
playXE/b3-rs
JIT codegen backend with SSA IR based on B3 from WebKit
signaldust/bunny-jit
Tiny optimizing JIT compiler backend.
qlibs/swar
C++20 SIMD Within A Register library