Skip to content
View fluctlight-kayaba's full-sized avatar
Block or Report

Block or report fluctlight-kayaba

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

Hi, I'm an Alias 👋

export const aboutMe = (alias = 'Fluctlight Kayaba'): Me => ({
  name: alias,
  describe: "hype-driven sapien",
  code: ["Typescript/Node.js", "Rust", "Zig", "Nim", "Elixir"],
  interested: "writing: write software, write game, write novel, write song (intention, would be never happen)",
  hobbies: ["code", "game", "novel", "music", "talk".repeat(Number.MAX_SAFE_INTEGER)],
});

export interface Me {
  name: string;
  describe: string;
  code: string[];
  intestested: string;
  hobbies: string[];
}

Pinned

  1. cocrafts/walless cocrafts/walless Public

    Making crypto wallets easily accessible, understandable and integrated into web2 and web3 sites and applications.

    TypeScript 23 16

  2. cocrafts/alloy cocrafts/alloy Public

    Yet another Game Engine, focus on WebGPU technology

    TypeScript

  3. cocrafts/metacraft-ui cocrafts/metacraft-ui Public

    Cross-platform UI library on top of React Native

    TypeScript 1

  4. cocrafts/nerdtools cocrafts/nerdtools Public

    Automation tool, install everything your operating-system need for Metacraft development

    Lua

  5. cocrafts/metacraft-cli cocrafts/metacraft-cli Public

    Command Line Interface for rapid development environment

    TypeScript 1 1

  6. cocrafts/docs cocrafts/docs Public

    Metacraft's official documentation page

    TypeScript 1