Getting Started With Rust and GTK 14 May 2020 rust gtk Getting Started With Rust and GTK The goal of this article is to help you hit the ground running with Rust and GTK (via gtk-rs [https://gtk-rs.org/]) by setting up
Intro to 2D signed distance functions and drawing touch controls with the GPU 25 Oct 2019 GLSL iOS Intro to 2D signed distance functions and drawing touch controls with the GPU A signed distance function is a function that represents a shape that takes a point as an input and returns the shortest distance to that shape. The sign of the output value determines if the point exists inside the shape or not
13 Feb 2019 garmin gps maps How to add custom maps from Google Earth to a Garmin Fenix 5X This guide will allow you to load custom satellite maps on your Garmin Fenix 5X with free software. In order to do this, you will need
08 Feb 2019 iOS Gaming Gate Escape Gate Escape is a modern retro first person puzzle game where you are armed only with portals and the shields you can find.
A better swift find/replace interface for NSRegularExpression 07 Dec 2018 swift iOS A better swift find/replace interface for NSRegularExpression A swift extension for sed like regular expressions