[]
About Me
[]
Projects
[]
Work Experience
[]
Contact Me

# Projects

## Bevy Generative

### A Plugin for Procedural Generation

Bevy Generative
  • A plugin written for the bevy engine that facilitates real-time procedural generation of maps, textures, terrain, and planets.
  • Utilizes various noise algorithms such as Perlin and Simplex noise to generate assets variations, offering a highly customizable approach with several tweakable parameters for factors like seed, scale, and offset.

## Procedra

### Procedural Assets in Real-Time

Procedra
  • A web-based asset generation platform that leverages Bevy Generative to enable real-time generation of assets like textures, maps, terrain, and planets directly in the browser.
  • Offers comprehensive asset management features, including asset generation, the ability to store assets as private or public, liking and cloning public assets, as well as editing and exporting them.

## Kanbanxt

### A Kanban Board

Kanbanxt
  • A Kanban board web application that allows users to create and manage tasks through cards and containers for efficient task tracking.
  • Uses React Beautiful DnD to implement seamless drag-and-drop functionality, enabling users to reorder cards and move them between containers effortlessly.

## Static Site Generator

### Markdown File Parser

Static Site Generator
  • Automates the creation of web pages, specifically blog posts, by parsing Markdown files and mapping them to dynamically generated routes.
  • Automatically extracts key metadata (such as title, summary, date, and image) from Markdown files and displays it on the blog post listing cards.

## Voting App

### An App to Cast Your Vote

Voting App
  • A secure voting application that enables users to authenticate via OTP validation and cast votes seamlessly.
  • Leverages Firebase and Cloud Firestore for user authentication and database management, ensuring secure and reliable data storage.

## Solar System

### An Informational SPA Web App

Solar System
  • A multi-route single-page application (SPA) that provides in-depth, interactive content about the planets and the Sun in our solar system.
  • Utilizes @google/model-viewer for integrating interactive 3D models, enhancing user engagement and visualization.