Skip to content
View Tejas-H5's full-sized avatar
:octocat:
:octocat:
  • Australia

Block or report Tejas-H5

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Tejas-H5/README.md

Currently working on

  • Note Tree - [TypeScript] - A web app that lets me track a tree of notes/tasks. Also a way to check if the UI 'framework' I'm working on is any good or not (From what I've been able to do with it so far, I think it is)

Best projects so far

  • Macro Runner - [TypeScript, NodeJS] - A VSCode extension to run javascript scripts on the current file. The 'hard' part here is actually the API design, and not necessarily the code itself.
  • Powerslide - [Unity, C#] - An arcade racing game where all levels are made with a level editor that is available to the user from day 1. (I made it in unity, so it's future is uncertain.)
  • Interpreted Programming language* - [Vanilla JavsScript] - A go-like toy language for quick floating-point calculations and graphing
  • Javascript Keyboard/Sequencer - [Vanilla JavsScript] - a keyboard based virtual instrument. It can also play back note sequences, and has a feature that attempts to teach you how to play note sequences.
  • App framwork - [Odin] - an app framwork that I started in C#, then moved to C for specific freetype bindings, then moved again to Odin because I didn't like the hashmap I wrote in C.

Pinned Loading

  1. Working-on-Tree Working-on-Tree Public

    A way to track what you've done, and what you're doing so that you can recover from distractions faster

    TypeScript

  2. MacroRunner MacroRunner Public

    Quick and easy text processing right in VS-Code for automating certain tasks

    TypeScript 3

  3. Custom-Language-Interpreter Custom-Language-Interpreter Public

    A mini-programming language that runs in the browser. Was supposed to be a simple calculator, but became a lot more over time

    JavaScript

  4. Javascript-Keyboard Javascript-Keyboard Public

    A virtual instrument using the web audio API

    TypeScript

  5. odin-app-framwork odin-app-framwork Public

    An app framwork with a minimal feature set and a processing-like API

    Odin