Skip to content
View Tcode-Motion's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report Tcode-Motion

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Tcode-Motion/README.md

Typing SVG

GitHub TechScript PyPI YouTube Profile Views


โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—
โ•‘                                                                  โ•‘
โ•‘   "I don't just write code. I architect the future."             โ•‘
โ•‘                                        โ€” Tanmoy / Tcode-Motion   โ•‘
โ•‘                                                                  โ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

๐Ÿง  Who Am I?

struct TcodeMotion {
    name:          &'static str,
    alias:         &'static str,
    location:      &'static str,
    languages:     Vec<&'static str>,
    current_focus: Vec<&'static str>,
    flagship:      &'static str,
    philosophy:    &'static str,
}

impl TcodeMotion {
    fn new() -> Self {
        Self {
            name:     "Tanmoy",
            alias:    "Tcode-Motion",
            location: "West Bengal, India ๐Ÿ‡ฎ๐Ÿ‡ณ",
            languages: vec!["Rust", "JavaScript", "Python", "GLSL", "TypeScript"],
            current_focus: vec![
                "TechScript 2.0  โ€” Native Rust VM + Bytecode Compiler + Studio IDE",
                "NovOS           โ€” Cinematic web OS with POSIX VFS & Nova AI",
                "WallVault       โ€” Sci-fi wallpaper app built with Tauri v2 + React",
                "OS Wallpapers   โ€” 600+ walls, 14 categories, jsDelivr CDN",
            ],
            flagship:   "TechScript 2.0 โ†’ github.com/Tcode-Motion/techscript ๐Ÿ‰",
            philosophy: "Predict the future by coding it. โšก",
        }
    }
}

I'm Tanmoy โ€” alias Tcode-Motion โ€” an independent developer and open source builder from West Bengal, India. I specialize in Rust systems programming, 3D web development, WebGL/GLSL shaders, programming language design, and native GUI with Egui.

Creator of TechScript โ€” a plain-English programming language with a native Rust compiler, bytecode VM, and built-in Studio IDE.


๐Ÿš€ Active Projects

๐Ÿ”ฎ Project ๐Ÿ“– Description ๐Ÿ›  Stack ๐Ÿ”— Link
๐Ÿ‰ TechScript 2.0 Plain-English programming language โ€” Native Rust compiler, bytecode VM, TechScript Studio IDE with AST/Bytecode inspector Rust, Egui, egui_dock โ†’ Repo
๐ŸŒŒ NovOS Cinematic browser-based OS โ€” POSIX VFS via IndexedDB, 40+ apps, Nova AI, Aether glassmorphism design React, Vite, Zustand, JS โ†’ Repo ยท โ†’ Live
๐Ÿ–ผ๏ธ WallVault Sci-fi wallpaper desktop app โ€” 600+ wallpapers, 14 categories, instant search, jsDelivr CDN Tauri v2, React, TypeScript, Zustand โ†’ Repo
๐Ÿ“ฑ Phone Wallpapers 1000+ premium phone wallpapers โ€” 15 categories, free forever GitHub CDN โ†’ Repo
๐Ÿ—บ๏ธ CPMap Interactive computer hardware encyclopedia โ€” 70+ pages, full-text search HTML, JS, Python โ†’ Repo
โš›๏ธ Arc Reactor 3D Scroll-driven Iron Man Arc Reactor โ€” 240 frames, HUD overlays Next.js, Framer Motion โ†’ Repo
๐ŸŒ Solar System 3D Interactive 3D solar system with real orbital mechanics & WebGL lighting Three.js, WebGL, JS โ†’ Repo
๐ŸŽน AR Keyboard Augmented reality virtual keyboard for any smartphone browser Python, JS, OpenCV โ†’ Repo

๐Ÿ‰ TechScript 2.0 โ€” My Flagship

TechScript is an open-source programming language I built from scratch โ€” now on v2.0.0 with a full native Rust engine.

# Write plain English. Execute at native speed.
make name = ask "What is your name? "
say f"Hello, {name}! Welcome to TechScript 2.0 ๐Ÿ‰"

each i in 1..10 {
    when i equals 5 { stop }
    say f"Count: {i}"
}

What makes it different:

Feature Details
๐Ÿฆ€ Native Rust VM Bytecode compiler written entirely in Rust โ€” 1M loops in 2.9s
๐Ÿ–ฅ๏ธ TechScript Studio Full docking IDE built with egui + egui_dock โ€” AST & Bytecode inspector
โšก 150+ Built-ins math.*, crypto.*, fs.*, os.*, json.*, random.*, date.*
๐ŸŒ Web Builder use web โ€” build complete websites, zero HTML/CSS/JS
๐ŸŽฎ 3D Module use three_d โ€” 3D scenes in 5 lines
๐Ÿ“ฆ One Installer .exe ships compiler + VM + IDE + PATH setup, all in one

Download TechScript 2.0 PyPI Docs


๐Ÿ› ๏ธ Tech Stack

๐Ÿฆ€ Systems & Native

Rust Egui Tauri v2 WebAssembly

๐ŸŒ 3D Web & Frontend

Three.js WebGL GLSL JavaScript TypeScript React Next.js Framer Motion Tailwind CSS HTML5 CSS3

โš™๏ธ Backend & Languages

Python Node.js PHP C# SQL

๐Ÿ–ฅ๏ธ OS & Environment

Linux Ubuntu Kali Linux Windows Android

๐Ÿ” Cybersecurity & AI

Ethical Hacking Cybersecurity AI/ML

๐Ÿ”ง Dev Tools

Git VS Code GitHub Cursor


๐Ÿ“Š Skills at a Glance

๐Ÿ›  Skill โฑ Experience ๐Ÿ’ช Level
JavaScript / TypeScript 2+ Years โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘ Expert
Three.js / 3D Web 2+ Years โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘ Expert
WebGL / GLSL Shaders 1.5 Years โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘ Advanced
React / Next.js 2+ Years โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘ Advanced
Python 2+ Years โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘ Advanced
Rust 1+ Year โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘ Proficient
Egui (Rust GUI) 1 Year โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘ Proficient
Tauri v2 1 Year โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘ Proficient
Node.js 2+ Years โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘ Advanced
HTML / CSS / Tailwind 2+ Years โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘ Expert
Cybersecurity / Ethical Hacking 1.5 Years โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘ Proficient
Python Automation 2+ Years โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘ Advanced
SQL & Databases 1.5 Years โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘ Intermediate
Linux / Kali / Ubuntu 2+ Years โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘ Proficient

๐Ÿค– AI Tools Arsenal

๐Ÿ”ฅ 30+ AI tools. Daily driver. I don't just use AI โ€” I weaponize it.

๐Ÿ’ป Vibe Coding & Dev AI

๐Ÿ›  Tool ๐Ÿ’ก What I Use It For
Claude Deep reasoning, long context, best for complex builds โ€” my main AI
Cursor AI-first code editor โ€” primary IDE
Claude Code Terminal AI coding agent โ€” writes, edits, runs code
v0 by Vercel Generate beautiful React UI from text prompts
Bolt.new Full-stack vibe coding in the browser
Google AI Studio Build & test Gemini AI apps for free
Gemini CLI Gemini in your terminal โ€” AI coding from CLI
GitHub Copilot AI pair programmer inside VS Code
Lovable Build full apps by describing them
Google Stitch AI UI/UX design generator by Google Labs

๐ŸŽฌ Video & Image AI

๐Ÿ›  Tool ๐Ÿ’ก What I Use It For
Veo by Google Google's AI video generation model
Sora by OpenAI Text-to-video AI by OpenAI
Kling AI High quality AI video generation
Pico AI video & image generation

โšก Vibe Coding โ€” My Superpower

Describe what you want in plain language โ†’ AI builds it โ†’ you review & ship it. 30+ AI tools running daily. Full creative control. 10ร— speed.

โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—
โ•‘                                                            โ•‘
โ•‘   Idea  โ†’  Prompt  โ†’  Build  โ†’  Ship  โ†’  Repeat           โ•‘
โ•‘                                                            โ•‘
โ•‘   That's the vibe. That's the flow. That's Tcode-Motion.   โ•‘
โ•‘                                                            โ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

๐Ÿ“Š GitHub Activity

Activity Graph

Snake animation

GitHub Streak


๐ŸŒŒ My Vision

โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—
โ•‘                                                                      โ•‘
โ•‘   ๐Ÿฆ€  Build programming languages that anyone can read               โ•‘
โ•‘   ๐ŸŒ  Build the web in 3D with WebGL & GLSL shaders                 โ•‘
โ•‘   ๐ŸŒŒ  Build operating systems that run in the browser                โ•‘
โ•‘   ๐Ÿ–ผ๏ธ  Build native apps with Rust & Tauri that feel like magic       โ•‘
โ•‘   ๐Ÿ”  Hack ethically. Defend powerfully.                             โ•‘
โ•‘   ๐Ÿš€  Ship projects that look like they're from the future           โ•‘
โ•‘                                                                      โ•‘
โ•‘        I don't follow the roadmap. I draw it.                        โ•‘
โ•‘                                                                      โ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

๐Ÿค Let's Build Something

Open to collabs on Rust, 3D web, language design, open source and wild ideas.

GitHub Follow TechScript NovOS YouTube


Pinned Loading

  1. techscript techscript Public

    TechScript is an open-source programming language built with Rust, featuring a native compiler, virtual machine, package manager, and modern tooling. Build CLI, web, GUI, automation, AI, and full-sโ€ฆ

    Rust 4

  2. computer-part-map computer-part-map Public

    HTML 2

  3. AR-Keyboard AR-Keyboard Public

    Python 2

  4. NovOS NovOS Public

    web-os operating-system react vite glassmorphism indexeddb posix ai browser javascript

    HTML 3

  5. os-wallpapers os-wallpapers Public

    A curated collection of high-quality OS wallpapers, organized for fast browsing and a clean visual experience.

    HTML 4

  6. Vortyx Vortyx Public

    Vortyx is a modern Android media downloader and download manager built with Kotlin and Jetpack Compose. Download videos, audio, images, and files from supported websites with a beautiful Material 3โ€ฆ

    TypeScript 2