Robert Rypuła's repositories
AudioNetwork
Data transmission over sound waves written in JavaScript without any dependencies. All you need is just microphone, speakers and the browser!
terminal-game-io
It has never been easier to start writing ASCII games in NodeJs or browser. This package handles for you basic input (keyboard events) and output (ASCII 'frame').
simple-tetris
This package provides API that allows you to easily create clones of the Tetris game. It handles game core - your role is to write the UI. Library was inspired by Redux and was written from scratch in TypeScript.
simple-forces
Simple physics engine in TypeScript. It works on a principle that all real world objects can be modeled as point masses and forces acting on them.
Designer3D
Project created for personal needs. I designed my kitchen and additionally I digged into WebGL :)
HgtResizer
SRTM data resizer from 92.77m to 101.92m grid for more flexible LOD division in HgtReader program (https://github.com/robnet/HgtReader) + Html HGT index generator with jpg terrain presentation.
LogicSimulator
LogicSimulator helps to understand how logic gates really work at transistor level. For simplify electric current is replaced by water pressure. Transistors are represented as simple valves.
react-dev-meeting
This project was created on React Dev meeting (Wrocław 2017.05.20) https://www.eventbrite.com/e/devmeeting-reactjs-dla-programistow-znajacych-js-wrocaw-tickets-34403388461
rr-shop-be
Backend part of the RrShop project - simple e-commerce solution written from scratch in TypeScript
rr-shop-fe
Frontend part of the RrShop project - simple e-commerce solution written from scratch in TypeScript
SimpleCmos
Simulator of CMOS technology. Electric current is replaced by water pressure. You can build simple circuit (nand gate, d latch) and see how it works in depth.