Pinned Repositories
3D-Redstone-Simulator
A web app to simulate redstone circuitry (boolean logic) in a minecraft-like 3D environment.
Blurred-Voxels
A javascript experiment to simulate a focus blur shader using CSS filters
c-mnist-number-solve
Solving the MNIST handwritten dataset with pure C using the free open source neural network library "fann".
coluna-bot
A project to detect bad posture on a friend of mine and alert him automatically. Uses tensorflow (w/ fully connected neural network) for posture detection and puppeteer for browser orchestration.
declarative-php
Experimental PHP library for building declarative web applications
image-area-diff
An efficient npm library used to conditionally compare pixel-level areas in PNG images
mexpress
A fast and simple http server framework for NodeJS.
remote-function-call
Incomplete alternative remote procedure call between native (C) programs with a simpler, intuitive API.
router-vis
Extract, parse and persist data from a router's user interface.
Voxel-World-Generation
Testing different world generation methods in the web. Implemented with HTML5, Javascript and three.js
GuilhermeRossato's Repositories
GuilhermeRossato/3DProjectionTest
A simple experiment using intersection and interpolation to create a projection of a box of variable size.
GuilhermeRossato/Future-Catch
A HTML5 Canvas and Javascript Experiment
GuilhermeRossato/JSCanvasTemplate
A collection of old HTML5 Canvas Templates that might be useful to create web experiments.
GuilhermeRossato/nnetcpp
Flexible and fast neural network library (feed-forward, RNN, GRU, LSTM, etc)
GuilhermeRossato/ShipGameExperiment
A gamepad experiment using javascript to test and evaluate how controllers can be used in browsers to create games.
GuilhermeRossato/VHDLFormatter
Format VHDL in the web browser, with vanilla Javascript.