Skip to content
View Liupeter01's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Liupeter01

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Liupeter01/README.md

Hi 👋, I'm L00pback4o4

A passionate Software Engineer from Australia

profile viewsfollowersstars


About Me

Passionate about low-level systems, real-time rendering, and extreme performance optimization.
I build from hardware memory hierarchy, cache behavior, and lock-free structures all the way up to Vulkan 1.3 multi-queue asynchronous engines, custom GPU kernels, and CPU vectorized path tracers.

  • 🔭 Currently working on:

    • Vulkan-Platform — Modern C++17 Vulkan 1.3 rendering engine with multi-queue async submission, GPU-driven particles, and Nsight-driven optimizations
    • libHPC (Technical Preview, Archived for reference) — SIMD + CUDA + lock-free high-performance library (active development continues privately)
    • Distributed Instant Messaging System — Full-stack C++17 system with Boost.Asio + gRPC
  • 🌱 Currently learning Photon Mapping

  • 👨‍💻 All projects: https://github.com/Liupeter01?tab=repositories

  • 💬 Ask me about: Vulkan 1.3, CUDA kernels, SIMD intrinsics, lock-free data structures, Nsight profiling, soft rasterizer, path tracing, memory ordering


🛠️ Languages and Tools

Primary:

cplusplusccudavulkancmakelinuxgitqtopencvunreal

Also experienced with:

dockerkubernetesjenkinsawskafkanginxredismysqlmongodbsqlitemssqlnodejsjavascriptexpresspythonbootstrapgtkpostman


📊 GitHub Stats

profile-details

statstop-langs

streak

trophies

activity-graph

Pinned Loading

  1. Distributed-Instant-Messaging-System-DevelopmentDistributed-Instant-Messaging-System-DevelopmentPublic

    Distributed-Instant-Messaging-System-Development is a full-stack instant messaging project, using C++17, Boost and gRPC, featuring a distributed TCP server architecture. 1. For Client development, …

    C++ 7 1

  2. Software-RasterizerSoftware-RasterizerPublic

    SoftRasterizer is a high-performance, CPU-based 3D rendering pipeline designed for rasterizing triangles using SIMD optimizations (AVX2, SSE).The pipeline applies shaders to objects, calculates lig…

    C++

  3. Vulkan-PlatformVulkan-PlatformPublic

    Vulkan 1.3 rendering framework focused on multi-queue synchronization, asynchronous resource management, and GPU performance optimization. Started as a personal learning project from official tutor…

    C++

  4. libHPClibHPCPublic archive

    libHPC is a high-performance computing library focused on Linux and Windows environments. It provides SIMD-optimized kernels, concurrent data structures, GPU utilities, and HPC-oriented memory mana…

    C++