From bebf5b790153ff6609d889761f240209d17d3df1 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Wed, 29 Aug 2018 08:52:49 +0200 Subject: [PATCH] Add tutorial #252 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14b7f8d..e221bfb 100644 --- a/README.md +++ b/README.md @@ -384,6 +384,7 @@ * [**C++**: _Writing a Linux Debugger_](https://blog.tartanllama.xyz/writing-a-linux-debugger-setup/) * [**C++**: _How a 64k intro is made_](http://www.lofibucket.com/articles/64k_intro.html) * [**C#**: _C# Networking: Create a TCP chater server, TCP games, UDP Pong and more_](https://16bpp.net/tutorials/csharp-networking) +* [**C#**: _Loading and rendering 3D skeletal animations from scratch in C# and GLSL_](https://www.seanjoflynn.com/research/skeletal-animation.html) * [**Clojure**: _Building a spell-checker_](https://bernhardwenzel.com/articles/clojure-spellchecker/) * [**Java**: _How to Build an Android Reddit App_](https://www.youtube.com/playlist?list=PLgCYzUzKIBE9HUJU-upNvl3TRVAo9W47y) [video] * [**JavaScript**: _Build Your Own Module Bundler - Minipack_](https://github.com/ronami/minipack)