Rust Dependency Injection Example
Small Rust example project that demonstrates dependency injection patterns in a practical and explicit way.
https://github.com/amidukr/rust-dependency-injection-example
A collection of frameworks and experiments I’ve built while exploring ideas beyond day-to-day engineering work.
Small Rust example project that demonstrates dependency injection patterns in a practical and explicit way.
https://github.com/amidukr/rust-dependency-injection-example
Linux desktop sandbox experiment focused on container-based isolation and security for desktop applications.
Gravity Engine is game engine based on ThreeJS to run in browse – recent demo put on youtube, demonstrate graphical shader for atmosphere.
This implementation used some more advanced mathematical analysis and scientifical analysis for model, which better rendering and fewer GPU cycles comparing to other alternatives.
Open Source cross-platform implementation for decentralized C++ package dependency manager – inspired by rust cargo and npm, but more specifically for C++. Used specifically for CPP-bridge-v5 below.
Used my high grades in Computer Science, Mathematical analysis, and science – to invent a new algorithm for dynamic soft(hard)-body modeling, that can calculate the infinity of Hooke’s factor, ideal rigid bodies junction, which makes it drastically more optimized compared to the well-known algorithm.
On video bellow:
Left top commonly used algorithm
Right top – is my optimization
Used my high grades in Computer Science, Mathematical analysis, and science – to invent a new algorithm for dynamic soft(hard)-body modeling, that can calculate the infinity of Hooke’s factor, ideal rigid bodies junction, which makes it drastically more optimized compared to the well-known algorithm.
Dependency injection framework – as a competitive advantage it follows DI/IoC in a better way than any known JS framework.
Genetic algorithm experiment, idea that come to me at school during biology lesson, if I would implement swarm of virtual bio cell with ability to replicate and mutate itself – if they will be able to build multi-cell organism for taking advantage over single-cell in a fight for resources.
(Also used to practices with functional programming and scala language in early 2011, before it become mainstream for BigData)