Skip to content
View malj's full-sized avatar

Sponsoring

@Bromeon
@cart

Organizations

@codecraft-dev
Block or Report

Block or report malj

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

Hello there 🤜🤛 I'm Luka, an EU based software engineer with a strong background in web and game development.

Currently wörking with Rust programming language. Previously C#, JavaScript/TypeScript, Python, and Swift.

Pinned

  1. calculator calculator Public

    A simple CLI calculator written in Rust

    Rust

  2. django-parcel-ssr django-parcel-ssr Public archive

    Django server side rendering, powered by Parcel bundler

    Python 32 7

  3. Unity MonoBehaviour to ECS component... Unity MonoBehaviour to ECS component converter
    1
    using Unity.Entities;
    2
    using UnityEngine;
    3
    
    
    4
    [DisallowMultipleComponent]
    5
    public class GameObjectEntity : MonoBehaviour
  4. Unity runtime scriptable object Unity runtime scriptable object
    1
    using UnityEngine;
    2
    #if UNITY_EDITOR
    3
    using UnityEditor;
    4
    #endif
    5