From f5782cbdf04dd1e2319d8b8d07cb8e0c32446802 Mon Sep 17 00:00:00 2001 From: leon Date: Thu, 25 Dec 2025 00:38:59 +0100 Subject: [PATCH] Add more ideas --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6ec130e..961e3df 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ A collection of random ideas - [Implement jiffy Queue](#implement-jiffy-queue) - [Implement Combine-and-Exchange locks](#implement-combine-and-exchange-locks) - [Custom Rust async runtime](#custom-rust-async-runtime) +- [Custom drone software](#custom-drone-software) +- [Camera tracker](#camera-tracker) ## Projects ### Mathematical model for Factorio @@ -121,3 +123,10 @@ A different type of lock for async contexts ### Custom Rust async runtime A custom async runtime for rust to try out my own ideas for a runtime. + +### Custom drone software +I would love to have my own implementation for drone control software. +This should involve all the bells and whistles, like parts for receiving input commands, autonomous operation etc. + +### Camera tracker +Software that can "lock" onto something on the screen and try to track it