Pinned Repositories
arkanoid_complete
my best arkanoid game
asm-fractal
me learning x86-64 linux assembly - the goal of the project is to render a fractal to a file using multiple threads and without any dependencies; +AVX2 version
cpu
microprocessor hardware, assembler
hppv
a framework for creating 2D scenes
ic
second attempt at C compiler
making_it_to_steam
mostly 2d animation editor; first iteration of 2d 'framework'
ngame
predecessor of hppv; 2d accelerated rendering
raytracer
raytracer
TLS-websocket
playing around with WebSockets (via mongoose) and TLS encryption
various
matiTechno's Repositories
matiTechno/asm-fractal
me learning x86-64 linux assembly - the goal of the project is to render a fractal to a file using multiple threads and without any dependencies; +AVX2 version
matiTechno/ngame
predecessor of hppv; 2d accelerated rendering
matiTechno/cpu
microprocessor hardware, assembler
matiTechno/ic
second attempt at C compiler
matiTechno/making_it_to_steam
mostly 2d animation editor; first iteration of 2d 'framework'
matiTechno/raytracer
raytracer
matiTechno/TLS-websocket
playing around with WebSockets (via mongoose) and TLS encryption
matiTechno/arkanoid_complete
my best arkanoid game
matiTechno/hppv
a framework for creating 2D scenes
matiTechno/various
matiTechno/calculator
I had to do this at my first job... :D; this code is terrible, I see it now.
matiTechno/cavetiles
bomberman clone with multiplayer
matiTechno/curchat
tcp chat with curses client
matiTechno/float
...
matiTechno/glxhook
intercepting OpenGL api calls
matiTechno/imgui
I fixed a typo here
matiTechno/learn_opengl_breakout
first iteration of arkanoid game
matiTechno/lolz
another failed project
matiTechno/matitechno.github.io
matiTechno/meeh
failed project...
matiTechno/my_first_projects
my first bigger projects (more than 100 lines) - 2016 PW EiTI programming labs
matiTechno/oooold_3d_engine
my first 3d code
matiTechno/rasterizer
software rasterization
matiTechno/shader
this meant to be the ultimate shader wrapper; not worthy
matiTechno/slot_game
pre-interview task for my second job
matiTechno/slox
super LOX - C++ implementation of LOX (craftinginterpreters.com) (code is terrible, I tried using indices instead of pointers in the ast and it didn't worked out; but it was a valuable experience)
matiTechno/sockets
repo to test the netcode
matiTechno/tetris
a 3d tetris clone
matiTechno/tigine
3d programming testing / learning
matiTechno/video-FFmpeg
video player