Skip to content
View Luramoth's full-sized avatar
:bowtie:
fuck
:bowtie:
fuck
Block or Report

Block or report Luramoth

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

Luramoth_Banner

Pronouns wakatime GitHub followers Twitter Follow Twitch Status YouTube Channel Subscribers Reddit User Karma

  • 18
  • Transgender
  • game dev
  • computer hobbyist
  • open source enthusiast
  • linux user
  • proficiant graphic designer
  • Unreal engine lover

"by the niche, for everyone."


I have done programming in:

print("Lua, proficiant")
print("Python, above basic")
#include <iostream>

int main(){
  std::cout << "C++, basic, but learning pretty well\n";
  
  return 0;
}
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class GitHubBio : MonoBehaviour
{
	// Start is called before the first frame update
	void Start()
	{
 	   Print("C#, at least in unity im starting to learn a bunch");
	}
}
fn main(){
  println!("Rust, kinda basic, wish it had more (good) libraries");
}
print("GDScript, getting pretty good, loving its OOP nature")
/* Dont know how to do the equivalent of printing in CSS so take this comment insted lol,
also pretend this is styles.css */

h1 {
  font-family: 'Roboto', sans-serif;
}
<!DOCTYPE html>

<html>
  <head>
    <link rel="stylesheet" href="styles.css">

    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
      </head>
  
  <h1>Html, learning as I go to make my own website</h1>
</html>
#!/bin/bash

echo "Bash, learning as I go, not a priority"
          global    _start

          section   .text
_start:   mov       rax, 1                  ; system call for write
          mov       rdi, 1                  ; file handle 1 is stdout
          mov       rsi, message            ; address of string to output
          mov       rdx, 54                 ; number of bytes
          syscall                           ; invoke operating system to do the write
          mov       rax, 60                 ; system call for exit
          xor       rdi, rdi                ; exit code 0
          syscall                           ; invoke operating system to exit

          section   .data
message:  db        "x86_64 assembly, literally only did this just for fun", 10      ; note the newline at the end
class githubBio {
    static public function main() {
    	trace("haxe, new but i really want to learn this");
    }
}
public class Main {
	public static function main void (String[] args){
		system.out.println("Java, its pretty cool and doesent seem as bad as everyone says it is but what do i know")
	}
}

languages used:

weekly coding activity:

vibe snek

Pinned Loading

  1. Luramoth.github.io Luramoth.github.io Public

    A personal website for me to learn how to do webdev

    HTML

  2. graphics-moment graphics-moment Public

    C++

  3. FollowingOnly FollowingOnly Public

    a browser extension that forces twitter into the following tab instead of "for you"

    JavaScript

  4. OpenBox OpenBox Public

    A VR Sandbox game

    GDScript 1

  5. opentuber-js opentuber-js Public

    Svelte

  6. unreal-chaox unreal-chaox Public