Explore >> Select a destination


You are here

brandewinder.com
| | www.jeremykun.com
24.2 parsecs away

Travel
| | So far in this series we've seen elliptic curves from many perspectives, including the elementary, algebraic, and programmatic ones. We implemented finite field arithmetic and connected it to our elliptic curve code. So we're in a perfect position to feast on the main course: how do we use elliptic curves to actually do cryptography? History As the reader has heard countless times in this series, an elliptic curve is a geometric object whose points have a surprising and well-defined notion of addition.
| | danielsieger.com
24.0 parsecs away

Travel
| | This is a short tutorial on generating meshes of Platonic solids in C++. Read on if you search for a simple way to generate a tetrahedron, octahedron, hexahedron, dodecahedron, or icosahedron. The article is also a great starting point to learn a few basics of working with meshes.
| | cowboyprogramming.com
22.9 parsecs away

Travel
| | [AI summary] A technical tutorial explaining how to create realistic destructible walls in games using parity mapping shaders to simulate bullet hole depth.
| | golangbot.com
39.3 parsecs away

Travel
| A tutorial about WebAssembly and how to cross compile and run Go programs in the browser using WebAssembly.