Pinned Repositories
audio-network-reborn
AudioNetwork
Data transmission over sound waves written in JavaScript without any dependencies. All you need is just microphone, speakers and the browser!
Designer3D
Project created for personal needs. I designed my kitchen and additionally I digged into WebGL :)
HgtReader
Graphic system based on OpenGL to visualize entire Earth including terrain topography & satellite images.
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.
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.
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.
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').
robertrypula's Repositories
robertrypula/AudioNetwork
Data transmission over sound waves written in JavaScript without any dependencies. All you need is just microphone, speakers and the browser!
robertrypula/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').
robertrypula/HgtReader
Graphic system based on OpenGL to visualize entire Earth including terrain topography & satellite images.
robertrypula/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.
robertrypula/audio-network-reborn
robertrypula/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.
robertrypula/Designer3D
Project created for personal needs. I designed my kitchen and additionally I digged into WebGL :)
robertrypula/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.
robertrypula/ucEmu
I'm creating this project because I always wanted to write complete computer system from scratch. The goal is to design own CPU, programming language and standard library that will allow writing simple programs.
robertrypula/angular-pgs-workshop
robertrypula/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.
robertrypula/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
robertrypula/rr-shop-be
Backend part of the RrShop project - simple e-commerce solution written from scratch in TypeScript
robertrypula/rr-shop-fe
Frontend part of the RrShop project - simple e-commerce solution written from scratch in TypeScript
robertrypula/rr-tsdi
Very simple implementation of Dependency Injection container for TypeScript
robertrypula/sendu-vue
robertrypula/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.
robertrypula/vue-test-app