subscribe

bread.codes

code stuff

Linkin-Park-Numb.mp3
--:--
--:--

How to interpolate wind data

March 8, 2022

This article is a work in progress and will be revised several times. This is a loose series of words and code blocks to put my thoughts into words to help myself better understand the work I am doing. Please note that Metal is a c++-**_like_** language and is missing many core features of C++11 such as `new` & `delete` operators, `memalloc`, `memset`, `free`, inheritance/derived classes, the foundational `stdlib` (though it comes with it's own stripped down `metal_stdlib` with apple branded alternatives such as `vec<T, n>` instead of `std::vector<T>`), etc.
Read more