Janos95's Stars
vilya/miniply
A fast and easy-to-use PLY parsing library in a single c++11 header and cpp file
asny/three-d
2D/3D renderer - makes it simple to draw stuff across platforms (including web)
meta-llama/llama3
The official Meta Llama 3 GitHub site
AlexanderKoch-Koch/low_cost_robot
elisabeth96/Raumkuenstler
google/gemma.cpp
lightweight, standalone C++ inference engine for Google's Gemma models.
google/highway
Performance-portable, length-agnostic SIMD with runtime dispatch
zed-industries/zed
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
google-deepmind/alphageometry
Martin-JC-Xu/P2M
Code for paper "P2M: A Fast Solver for Querying Distance from Point to Mesh Surface". ACM TOG (SIGGRAPH 2023).
jw007123/hp-Adaptive-Signed-Distance-Field-Octree
Multi-threaded SDF generation via hp approximation in C++
Janos95/Phasefields
project-arcana/typed-geometry
Strongly typed C++ math library for graphics and geometry.
eliemichel/LearnWebGPU-Code
The accompanying code of the Learn WebGPU C++ programming guide
blawar/biginteger
A statically allocated big integer library, designed to execute on GPU's and CPU's.
ckormanyos/wide-integer
Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.
Stability-AI/generative-models
Generative Models by Stability AI
Nelarius/imnodes
A small, dependency-free node editor for dear imgui
Rezonality/zep
Zep - An embeddable editor, with optional support for using vim keystrokes.
tinygrad/tinygrad
You like pytorch? You like micrograd? You love tinygrad! ❤️
Thermadiag/seq
The seq library is a collection of original C++14 STL-like containers and related tools
PrincetonUniversity/STELLOPT
This is the GitHub repository for STELLOPT, the state-of-the-art stellarator optimization code.
hiddenSymmetries/simsopt
Simons Stellarator Optimizer Code
RustCrypto/RSA
RSA implementation in pure Rust
ConorWilliams/libfork
A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines
linebender/vello
A GPU compute-centric 2D renderer.
patr-schm/TinyAD
Automatic Differentiation in Geometry Processing Made Simple
MarcoAttene/VolumeMesher
Convex Polyhedral Meshing for Robust Solid Modeling
hnOsmium0001/imgui-command-palette
Sublime Text or VSCode style command palette in ImGui
pocketpy/pocketpy
Portable Python 3.x Interpreter in Modern C