Skip to content
View 4ster-light's full-sized avatar

Block or report 4ster-light

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
4ster-light/README.md

Hi my name is Aster, also known as David Vivar

✅ Best Projects

  • ArtSCII: An image to Ascii Art conversion website developed in Golang.
  • Particles: A particle simulator developed in Lua with the LÖVE, best known as the Love2D game engine.
  • GameOfLife: A Conway's game of life simulator developed in Lua with the LÖVE, best known as the Love2D game engine.
  • BFcompiler: A brainfuck compiler built in C.
  • Matrix: An alternative to the CMatrix famous terminal program built in Haskell.

📈 GitHub Stats

Most Used Languages

Pinned Loading

  1. ascii-converter ascii-converter Public

    A simple website that converts most common image formats into ASCII

    Go 32 4

  2. blog blog Public

    My personal blog page and website

    Rust 1

  3. particles particles Public

    A particle simulation written in Lua with Love2D engine

    Lua 3

  4. matrix matrix Public

    An alternative to the famous cmatrix C++ program written in Haskell

    Haskell 3

  5. bfcompiler bfcompiler Public

    A brainfuck compiler

    Rust 3

  6. game-of-life game-of-life Public

    An implementation of Conway's game of life in Lua

    Lua