Skip to content
View Tri11Paragon's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Tri11Paragon

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

Welcome to the silly land :3

Check out some of my repos or website; I recommend using BLT, my C++ utility library. Note: some repos might only be available on my self-hosted git server here

Your GitHub Contributions
Your Top Languages

Pinned Repositories

BLT

  • C++ utility library containing reusable modules. Includes features such as configurable logging with colored output, command line argument parsing with syntax similar to Python, and much more!

OpenGL Documentation Generator

  • Ever notice how C/C++ OpenGL libraries don't have inline documentation for the OpenGL functions? I missed this from LWJGL so this project will automatically add CLion-compatible, Javadoc style comments to any OpenGL bindings library.

Trapdoor Engine

  • Game Engine started in Java which was made for second-year res friends. Partially ported to C++

TotalCrafter

  • Grade 12 Java Minecraft Clone

Scripts

  • Useful scripts and files

Pinned

  1. BLT BLT Public

    A common utilties library for my future creations

    C++ 1 1

  2. OpenGL-Doc-Generator OpenGL-Doc-Generator Public

    Generate comments for opengl functions based on the web docs (inserting them in source)

    C++ 1

  3. Trapdoor-Engine Trapdoor-Engine Public

    A simple game engine which started in Java and is currently being ported to C++

    C++ 1

  4. TotalCrafter TotalCrafter Public

    The library / game that i'll be using for grade 12 computer science. Used to be called Minecraft3.

    Java 1

  5. Scripts Scripts Public

    Useful scripts I've made

    Python