Pinned Repositories
fantasy-football
microservice written in Go. decent API design, tests, docs and OpenAPI spec. it was a coding test for an unamed company :eyes:
gl-raytracing
a realtime raytracing demo using OpenGL & C++
isosurface
webGL demo showing isosurface polygonizer algorithms
MeshOptimizer.NET
a .NET compatible P/Invoke wrapper around meshoptimizer
project-hedra
Hedra is a 3D open world game I wrote from scratch while in highschool. The entire codebase is around +100k LOC
project-skylines
procedural retro 3d game, winner of the GitHub Gameoff 2017
pygram
A python utility that posts saved images to instagram on a configured schedule.
raytracer
C++ raytracer that supports custom models. Supports running the calculations on the CPU using C++11 threads or in the GPU via CUDA.
tp2-datos
75.06/95.58 Organización de Datos Primer Cuatrimestre de 2020 Trabajo Práctico 2
vits.cpp
a cpp ggml port of "VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech." for use in mobile devices. this is my undergraduate project
maxilevi's Repositories
maxilevi/project-skylines
procedural retro 3d game, winner of the GitHub Gameoff 2017
maxilevi/raytracer
C++ raytracer that supports custom models. Supports running the calculations on the CPU using C++11 threads or in the GPU via CUDA.
maxilevi/vits.cpp
a cpp ggml port of "VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech." for use in mobile devices. this is my undergraduate project
maxilevi/project-hedra
Hedra is a 3D open world game I wrote from scratch while in highschool. The entire codebase is around +100k LOC
maxilevi/tp2-datos
75.06/95.58 Organización de Datos Primer Cuatrimestre de 2020 Trabajo Práctico 2
maxilevi/asm-examples
example programs written in intel x86 assembly
maxilevi/hedra-core
C++ library with routines used in Project Hedra
maxilevi/airport-system
implementation of several graph algorithms (dijkstra, prim, pagerank, bfs, etc) using airport & flights data
maxilevi/c-data-structures
C implementations of common data structures (dynamic array, stack, linkedlist, hashmap, queue, binary search tree, heap) & other projects
maxilevi/fantasy-football
microservice written in Go. decent API design, tests, docs and OpenAPI spec. it was a coding test for an unamed company :eyes:
maxilevi/bdd-cucumber-gherkin-test
maxilevi/challenge
Solidity Engineer Challenge
maxilevi/ggml
Tensor library for machine learning
maxilevi/go-relay
maxilevi/interprete-applesoft-basic
maxilevi/itil-back
maxilevi/Kahoot-2.0
Implementación de un juego multijugador de pregunta - respuesta.
maxilevi/laravel-ldap-auth
an example project on how to authenticate an user in laravel using LDAP and without touching the database
maxilevi/lru-cache
a lru-cache written in rust
maxilevi/minesweeper-ue4
maxilevi/movie-nlp
maxilevi/notquiteparadise
Possibly, one day, a roguelike.
maxilevi/numerical-methods
maxilevi/python-betterproto
Clean, modern, Python 3.6+ code generator & library for Protobuf 3 and async gRPC
maxilevi/sliding-puzzle
JavaScript test
maxilevi/taller-rust
maxilevi/tp1-datos
maxilevi/voronoi
maxilevi/web-server
a http web server written in rust
maxilevi/whisper.cpp
Port of OpenAI's Whisper model in C/C++