Skip to content
View Moderrek's full-sized avatar
🌠
consequences
🌠
consequences

Highlights

  • Pro

Organizations

@Moderrkowo @HegemonStudio
Block or Report

Block or report Moderrek

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

Hi My name is Tymon Woźniak

Software Enginner

  • 🌍  I'm based in Poland
  • ✉️  You can contact me at tymon.student@gmail.com
  • 🧠  I'm learning Rust lang, OpenGL, Vulkan API
  • ⚡  I specialize in Minecraft servers

Skills

CC++C#GitJavaJavaScriptKotlinPythonRustTypeScriptHTML5ReactNextJsJQueryTailwindCSSBootstrapMaterial UIBabelWebpackNodeJSMySQL.NETDjangoLinuxDocker

Socials

Badges

My GitHub Stats

Moderrek's GitHub stats

Pinned

  1. HegemonStudio/HegeWorld HegemonStudio/HegeWorld Public

    Innovative custom Minecraft hard-survival mode with build and gunplay.

    Java 2

  2. JSGL JSGL Public

    Client-side JavaScript library for creating web 2D games. Focusing at objective game. JS Game Library

    TypeScript 2

  3. rs-vulkano-triangle rs-vulkano-triangle Public

    Rust example of Vulkano bindings triangle render.

    Rust

  4. ImpactMC ImpactMC Public

    Java 1

  5. Struct printf macro and explain C co... Struct printf macro and explain C compile time str concatenation.
    1
    /*
    2
     Tymon Woźniak <https://github.com/Moderrek>
    3
     C compile time concatenation
    4
     Struct printf
    5
    */
  6. Vector Array implementation in C++ Vector Array implementation in C++
    1
    #ifndef VEC_HPP_INCLUDED
    2
    /*
    3
     Author: Tymon Woźniak <https://github.com/Moderrek>
    4
     Vector Array implementation in C++ by Tymon Woźniak
    5
    */