Dmytro Brazhnyk

GitHub

Explore list of frameworks, that I’ve built in my spare time.

Computation Complexity Analysis

Mathematical analysis about computation complexity – particularly comparing O(n *log) function with O(n) function, and some other theory about infinities.

Computation complexity analysis

https://amidukr.github.io/wiki/attachments/algorith-complexity-problem.pdf

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