Dmytro Brazhnyk

GitHub

A collection of frameworks and experiments I’ve built while exploring ideas beyond day-to-day engineering work.

Rust Dependency Injection Example

Small Rust example project that demonstrates dependency injection patterns in a practical and explicit way.

Rust Zero-Cost dependency injection image

https://github.com/amidukr/rust-dependency-injection-example

Linux Desktop Container Sandbox

Linux desktop sandbox experiment focused on container-based isolation and security for desktop applications.

Linux desktop container sandbox screenshot

https://github.com/amidukr/linux-desktop-container-sandbox

Gravity Engine

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.

https://github.com/amidukr/gravity-game-web

pak-c-mak

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.

pak-c-mak diagram

https://github.com/amidukr/pak-c-mak

cpp-bridge-v5

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:

https://github.com/amidukr/cpp-bridge-v5

Virtual Network Framework

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.

Virtual Network Framework diagram

Gravity DI

Dependency injection framework – as a competitive advantage it follows DI/IoC in a better way than any known JS framework.

https://github.com/amidukr/gravity-di/

Bio Swarm

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)

https://github.com/amidukr/bio-swarm

Let’s make something together