Skip to content
View imakris's full-sized avatar

Block or report imakris

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

Ioannis Makris

Software Engineer & Consultant | C++, Qt, Systems-Level Graphics

My professional work focuses on developing full-stack C++ applications for scientific and industrial hardware. This GitHub profile serves as an archive for personal projects, primarily developer tooling and foundational C++ libraries.

Key Public Projects:

  • glatter: An OpenGL loading library for GL, GLES, EGL, GLX, and WGL that also facilitates call logging and error checking.
  • mexce: A lightweight, single-header runtime compiler for mathematical expressions in C++, which generates machine code for the x87 FPU.
  • sintra: A header-only C++11 library for Inter-Process Communication (IPC).
  • briefutil: A simple utility that generates PDF letters, based on LaTeX templates.

My curated professional portfolio can be viewed on my website: [www.imakris.de]

Pinned Loading

  1. glatter glatter Public

    An OpenGL loading library, with support for GL, GLES, EGL, GLX and WGL

    C 32 3

  2. briefutil briefutil Public

    a letter generation utility

    C++

  3. mexce mexce Public

    Mini Expression Compiler/Evaluator

    C++ 1

  4. sintra sintra Public

    A C++ library for type safe interprocess signal dispatch and remote procedure calls.

    C++