Skip to content
View jbltx's full-sized avatar
🔮
Imagining things
🔮
Imagining things
Block or Report

Block or report jbltx

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

Pinned

  1. DiscordFX DiscordFX Public

    DocFX template to create documentation similar to Discord

    CSS 41 9

  2. RobCo-Industries/Pip-OS RobCo-Industries/Pip-OS Public

    Personal Information Processor Operating System

    C 7 2

  3. master-server master-server Public

    The Go implementation of Valve's Master Server Query Protocol

    Go 8 2

  4. Custom OSX TitleBar Size with QML Custom OSX TitleBar Size with QML
    1
    #ifndef MACWINDOW_H
    2
    #define MACWINDOW_H
    3
    
                  
    4
    #include <QObject>
    5
    
                  
  5. combineMeshes : Combine two FBX mesh... combineMeshes : Combine two FBX meshes together and returns the new one
    1
    /*******************************************************************************
    2
       CombineMeshes.cpp
    3
       Author : Mickael Bonfill (jbltx)
    4
    *******************************************************************************/
    5
    
                  
  6. Unity Window in Qt Unity Window in Qt
    1
    #include "UnityWindow.h"
    2
    
                  
    3
    #include <QApplication>
    4
    #include <QResizeEvent>
    5
    #include <QShowEvent>