From ccb295fccf3d2334ecc6f475f47511e8d7fa00d0 Mon Sep 17 00:00:00 2001 From: Paul DeCarlo Date: Sun, 13 May 2018 09:43:59 -0500 Subject: [PATCH 1/2] Add "Build your own Window Manager" --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 859700c..e15e895 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,10 @@ * [**Python**: *Building a basic HTTP Server from scratch in Python*](http://joaoventura.net/blog/2017/python-webserver/) * [**Ruby**: *Building a simple websockets server from scratch in Ruby*](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/) +#### Build your own `Window Manager` +* [**C++**: *How X Window Managers work and how to write one*](https://seasonofcode.com/posts/how-x-window-managers-work-and-how-to-write-one-part-i.html) +* [**C**: *A library for making a simple Wayland compositor*](https://github.com/michaelforney/swc) + #### Uncategorized * [**Alloy**: *The Same-Origin Policy*](http://aosabook.org/en/500L/the-same-origin-policy.html) * [**C**: *Build Your Own Text Editor*](https://viewsourcecode.org/snaptoken/kilo/) From af32adeff227357c45c621caa20ee3661fc8630e Mon Sep 17 00:00:00 2001 From: Paul DeCarlo Date: Sun, 13 May 2018 18:16:47 -0500 Subject: [PATCH 2/2] Update per suggestions --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index e15e895..e98ac43 100644 --- a/README.md +++ b/README.md @@ -174,10 +174,6 @@ * [**Python**: *Building a basic HTTP Server from scratch in Python*](http://joaoventura.net/blog/2017/python-webserver/) * [**Ruby**: *Building a simple websockets server from scratch in Ruby*](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/) -#### Build your own `Window Manager` -* [**C++**: *How X Window Managers work and how to write one*](https://seasonofcode.com/posts/how-x-window-managers-work-and-how-to-write-one-part-i.html) -* [**C**: *A library for making a simple Wayland compositor*](https://github.com/michaelforney/swc) - #### Uncategorized * [**Alloy**: *The Same-Origin Policy*](http://aosabook.org/en/500L/the-same-origin-policy.html) * [**C**: *Build Your Own Text Editor*](https://viewsourcecode.org/snaptoken/kilo/) @@ -186,6 +182,7 @@ * [**C**: *Writing an SVG Library*](http://www.code-in-c.com/writing-svg-library-c/) * [**C++**: *Build your own VR headset for $100*](https://github.com/relativty/Relativ) * [**C++**: *How to write an emulator (CHIP-8 interpreter)*](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/) +* [**C++**: *How X Window Managers work and how to write one*](https://seasonofcode.com/posts/how-x-window-managers-work-and-how-to-write-one-part-i.html) * [**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) * [**Go**: *Build a web application in Go*](https://www.sohamkamani.com/blog/2017/09/13/how-to-build-a-web-application-in-golang/)