Skip to content
View xellu's full-sized avatar

Highlights

  • Pro

Organizations

@Dark-Vanilla
Block or Report

Block or report xellu

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

Hello, I'm Xel Lu!

from world import entity

me = entity(
  from = "πŸ‡¨πŸ‡Ώ" + "πŸ‡·πŸ‡Ί",
  languages = ["Python", "JS", "Java", "C#"],
  featured_projects = [
    {
      "name": "Lime",
      "url": "https://limeade.cool",
      "description": "A Market place for game modifications"
    },
    {
      "name": "XelCraft",
      "url": "https://github.com/xellu/xelcraft",
      "description": "Minecraft-like game made in C# using the Godot engine"
    },
    {
      "name": "Photon UI",
      "url": "https://github.com/Astropunch/photon-framework",
      "description": "Command line interface framework for python curses"
    },
    {
      "name": "Byte IRC",
      "url": "https://github.com/xellu/byte-irc",
      "description": "An IRC Application made using PhotonUI"
    }
  ]
)
me.spawn( x=45.1223786, y=16.471, z=7.231649 )

Pinned Loading

  1. polymer-launcher polymer-launcher Public

    A Modern, multi-instance Minecraft (Java Edition) launcher

    Python 2

  2. xelcraft xelcraft Public

    Minecraft-like game made using C# and the Godot game engine

    C# 1

  3. xellu-tech xellu-tech Public

    My about & portfolio website

    Svelte

  4. Astropunch/photon-framework Astropunch/photon-framework Public

    Command line UI Framework for python curses

    Python 1