Pinned Repositories
a-reactive-particle-system
Splitting images into particles with React Three Fiber
ascii-video
Video from the webcam converted to old school ascii art
chat-service-with-simple-db
A simple TCP chat service in c with a text based database
learning-three-js
A collection of cool ideas and stuff I wanted to try and learn as far as 3D web design goes
monitor-dimmer
Dim your second monitor if it gets too bright when watching movies, play games, etc..
mosaic-generator
Generating mosaics from a set of photos
personal-portfolio-v3
Portfolio 2023
react-heaven-scroll
Scroll so smooth, it's like it's made in Heaven
react-svg-mouse-follower
A morphing SVG circle that follows your mouse
JRoussos's Repositories
JRoussos/learning-three-js
A collection of cool ideas and stuff I wanted to try and learn as far as 3D web design goes
JRoussos/mosaic-generator
Generating mosaics from a set of photos
JRoussos/a-reactive-particle-system
Splitting images into particles with React Three Fiber
JRoussos/chat-service-with-simple-db
A simple TCP chat service in c with a text based database
JRoussos/ascii-video
Video from the webcam converted to old school ascii art
JRoussos/bandit-algorithms-js
Implementation of epsilon-greedy and softmax algorithms in js.
JRoussos/monitor-dimmer
Dim your second monitor if it gets too bright when watching movies, play games, etc..
JRoussos/personal-portfolio-v3
Portfolio 2023
JRoussos/react-heaven-scroll
Scroll so smooth, it's like it's made in Heaven
JRoussos/react-svg-mouse-follower
A morphing SVG circle that follows your mouse
JRoussos/basic-computer-games
An updated version of the classic "Basic Computer Games" book, with well-written examples in a variety of common programming languages
JRoussos/JRoussos
JRoussos/lorenz-attractor
A visualization of the 'The Butterfly Effect'
JRoussos/MovieReviewer
Another university project, this one for the subject of W3 Technologies.
JRoussos/note-link
NoteLink — Your notes, everywhere
JRoussos/pathway-router
An asynchronous vanilla JS router, simulating the AJAX process, but with some improvements.
JRoussos/personal-portfolio
My first attempt at building a personal portfolio site.
JRoussos/personal-portfolio-v2
The second version of my personal portfolio site.
JRoussos/the-bus-project
JRoussos/the-film-app
🎬 A minimalistic, movie info web app.
JRoussos/three.js
JavaScript 3D library.
JRoussos/tsp-with-branch-and-bound
A solution for the traveling salesman problem using branch and bound in c