Skip to content
View PaulOthar's full-sized avatar
👋
👁👄👁
👋
👁👄👁
  • Brazil

Block or report PaulOthar

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

Hello 😄, im Paul

Im a software developer interested in low level and cybersecurity.
I've been working on my own engine for the past years, acquiring skills relevant for optimization and efficient computer resources management.
As a side hobby (since programming is both my job and my hobby), i am planning to build my own MSX clone, with old hardware, such as the Z80 procesor (DIP).

Check out my simple online game engine

Personal Experiences:

For now, i have reached a desirable checkmark on a couple of projects:

ProjectJavaJavascriptC/C++Python
Isometric Engine✔️✔️✔️
3D Engine✔️✔️✔️✔️
Lexer✔️✔️✔️✔️
Arithimetic Parser✔️✔️✔️
Huffman Compressor✔️✔️
Maze Builder✔️✔️
Console Renderer✔️✔️✔️
SQRT✔️✔️✔️✔️

Pinned Loading

  1. Apotheosis-Web-EngineApotheosis-Web-EnginePublic

    A simple 2D software rendering engine that runs on regular browsers

    JavaScript 1

  2. Static-AllocatorStatic-AllocatorPublic

    A very simple memory allocator, for building systems with a limited memory budget

    C 3

  3. Simple_ToolsSimple_ToolsPublic

    A Collection of Simple Tools To Assist in Tedious Tasks

    HTML 1

  4. Stack-LexerStack-LexerPublic

    A very simple lexical analysis library, that uses plain values as tokens, and avoids heap allocation.

    C 1

  5. BOXBOXPublic

    Binary Object Extended format. A simple package system.

    JavaScript

  6. EasySocketEasySocketPublic

    Easy socket manipulation library

    C