Skip to content
View Gorvvb's full-sized avatar

Block or report Gorvvb

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
Gorvvb/README.md

👋 Hello I'm Gorv

  • Game engine developer
  • C++ | OpenGL

What I'm working on:

  1. Waffle (C++)
    2D game engine under active development, targeting Windows. Features OpenGL and Vulkan rendering backends plus Lua scripting.

Past Projects

  • Knowledge Graph Reasoner
    Local knowledge graph engine that ingests text and Wikipedia, extracts entities and relationships. Has WebGL visualization and natural language querying
  • Socratic Engine
    Dialogue engine using six structured Socratic moves with session tracking and markdown export.
  • Entropy Engine (C++)
    First rendering engine built while learning OpenGL
  • Oligarch (C++)
    Interpreted programming language with stack-based instructions
  • Impostor (JavaScript)
    Fully playable multiplayer social deduction game with chatroom and automatic role selection

Pinned Loading

  1. Waffle Waffle Public

    Waffle: An early stage 2D game engine designed for easy and flexible development of games. Currently only available on Windows.

    C++

  2. Knowledge-Graph-Reasoner Knowledge-Graph-Reasoner Public

    A local knowledge graph engine that can ingests Wikipedia articles and plain text, and extract entities and their relationships using spaCy and Groq LLMs. Has WebGL visualization, natural language …

    Python

  3. Socratic-Engine Socratic-Engine Public

    A local Socratic dialogue engine that examines claims and decisions using six structured moves. Tracks session history, avoids repeating moves, caches summaries, and exports dialogues as markdown. …

    Python

  4. Impostor Impostor Public

    Impostor is a multiplayer social deduction game where players join a lobby, chat, and try to uncover the impostor. It’s fully playable, self-contained, and will not receive further updates.

    Python