Skip to content
View hayden-donnelly's full-sized avatar

Organizations

@novaia

Block or report hayden-donnelly

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

Pinned Loading

  1. novaia/ntg novaia/ntg Public

    Generative neural networks for 3D terrain.

    Python 32 1

  2. novaia/n3dc novaia/n3dc Public archive

    Single header C libraries for 3D applications.

    C 6

  3. novaia/ntg-unity novaia/ntg-unity Public

    Neural Terrain Generation package for Unity.

    C# 32 4

  4. dotfiles dotfiles Public

    My NixOS configuration.

    Nix 8

  5. fizzbuzz.asm fizzbuzz.asm
    1
    ; This code can be run with the following command: 
    2
    ; $ nasm -f elf64 fizzbuzz.asm && ld fizzbuzz.o -o fizzbuzz && ./fizzbuzz
    3
    section .data
    4
        fizzbuzz_msg db 'FizzBuzz',0xa
    5
        fizzbuzz_len equ $ - fizzbuzz_msg
  6. rusty-dungeon rusty-dungeon Public

    This is a small game I made for fun. It was programmed for Linux with Rust and inline x86-64 Assembly. It doesn't use the C Runtime or the Rust Standard Library.

    Rust 5