Skip to content
View xNoerPlaysCodes's full-sized avatar
🚀
RocketGE!
🚀
RocketGE!

Block or report xNoerPlaysCodes

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

hey, I'm noerlol.

C++ developer specializing in game engines and low-level systems.

Typing SVG

My Skills

Projects

RocketGE

  • Lightweight and Powerful 2D Game Engine
  • Check it out here
  • Some Features:
    • Simple and easy-to-use API
    • Powerful Runtime Tools
    • Lightweight OpenGL Renderer
    • Dead-simple Asset Management
    • Supports major platforms: Windows, Linux, Android
    • First-class Linux support!

kSTL

  • A freestanding and minimal implementation of the C++ Standard Template Library (STL)
  • Check it out here
  • Some Features:
    • Mostly standards-compliant
    • Fully freestanding
    • No dependencies

TodOS

  • A recreational C++ Kernel & Operating System
  • Check it out here
  • Some Features:
    • Object Oriented Design
    • Uses kSTL in its code allowing for easy development
    • Uses Grub as its bootloader
    • Simple Driver Model

Contributions

Pinned Loading

  1. rocket-runtime rocket-runtime Public

    🚀 Lightweight and Powerful 2D Game Engine

    C++ 22 4

  2. kSTL kSTL Public

    A freestanding and minimal implementation of the C++ STL

    C++ 9 3

  3. TodOS TodOS Public

    A recreational C++ Kernel & Operating System

    C++