the-other-mariana
I like anything multi-threaded. Computer Graphics Developer at @wispok.
@wispokGuadalajara, Mexico.
Pinned Repositories
affine-transformations-webgl
Simple 3D modeling software. Uses Javascript and WebGL API. Includes: translation, rotation and scaling with transform matrices.
code-journal
Code Journal is a compilation of small ideas that I code in my spare time to have fun and try new things. It includes work with math, fractals and image generation.
computational-geometry
This repo contains the process of implementing computational geometry algorithms such as Convex Hull, Bentley-Ottmann Sweep Line, Subdivison Intersection and Voronoi.
cylf
A light-weight command line interface to split large files and merge them back.
diy-camera
Digital camera that takes pictures and stores them, mounted on a raspberry pi.
explosion-shader-unity
Unity Shader that emulates an explosion using layered perlin noise. The shader involves vertex modification, color manipulation and a camera shader as well. Implemented in C# for Unity 3D.
fluid-simulation
2D fluid simulation implementation of Jos Stam paper on real-time fuild dynamics, including some suggested extensions.
image-processing-algorithms
C++ implementation from scratch of the most famous algorithms for image processing, such as Sobel, Blur, Affine Transformations, Region Detection, etc.
raytracer
Offline Raytracer made from scratch that renders OBJ files and spheres with Lambertian or Blinn-Phong shaders. Includes: reflection, refraction, lights, shadows and object transformations.
star-network
Implementation of a star network's packet status predictor that uses TI CC26x and CC13x as nodes, where the model comes from a CSV file generated by a PSD format decoder.
the-other-mariana's Repositories
the-other-mariana/code-journal
Code Journal is a compilation of small ideas that I code in my spare time to have fun and try new things. It includes work with math, fractals and image generation.
the-other-mariana/express-truffle-dapp
Decentralized application that uses NodeJS, Express, Handlebars, MongoDB, Truffle, Ganache and Solidity for blockchain development in a research project.
the-other-mariana/data-mining
Data Mining content for Data Science beginners.
the-other-mariana/compiler
A custom compiler and its theory. The language is a programming language in spanish similar to pseudocode.
the-other-mariana/ml-intro
Introduction to Machine Learning topics
the-other-mariana/pandoc-pdfs
A bunch of pdfs generated by Pandoc from my .md files.
the-other-mariana/the-other-mariana
Special repo for public github profile.
the-other-mariana/giphy-app
a simple giphy app using react: https://gifs-mariana.herokuapp.com/
the-other-mariana/txt-file-login
Simple login made with NodeJS, Express and Handlebars. It is based on a txt file that contains all valid accounts. You can add accounts to file.
the-other-mariana/blackjack
A procedural, node-based modelling tool, made in rust 🦀
the-other-mariana/cylf
A light-weight command line interface to split large files and merge them back.
the-other-mariana/dl
introduction to deep learning
the-other-mariana/mathematica-notes
All my Wolfram Mathematica code over time for future reference.
the-other-mariana/mydotfiles
dotfiles for my sys config
the-other-mariana/outgoing
ESP32 wifi module + DHT11 as client of a Golang server :milky_way:
the-other-mariana/paparelo
Paparelo teaches Parallel Computing, with the purpose of maintaining the knowledge in case the internet is the only thing that survives from mankind.
the-other-mariana/pm
the-other-mariana/star-network
Implementation of a star network's packet status predictor that uses TI CC26x and CC13x as nodes, where the model comes from a CSV file generated by a PSD format decoder.
the-other-mariana/mit
Code developed during summer 2023 for MIT Geospatial Data Center
the-other-mariana/the-other-mariana.github.io
https://the-other-mariana.github.io/
the-other-mariana/trokut
:crystal_ball: Create and manipulate 3d stuff on a browser. Made with three.js
the-other-mariana/diy-camera
Digital camera that takes pictures and stores them, mounted on a raspberry pi.
the-other-mariana/circle-algorithms
Quick study of execution time in different algorithms for drawing circles in a 2D grid.
the-other-mariana/dug
Dig your github repos content and download only desired folders
the-other-mariana/GeometricTools
A collection of source code for computing in the fields of mathematics, geometry, graphics, image analysis and physics.
the-other-mariana/geometry-central
Applied 3D geometry in C++, with a focus on surface meshes.
the-other-mariana/go-qrcode
:sparkles: QR Code encoder (Go)
the-other-mariana/rl
Reinforcement learning theory and exercises
the-other-mariana/rwx
full access to thoughts
the-other-mariana/til-cpp
Today I Learned but in cpp