Skip to content
View plettj's full-sized avatar
🐰
code code code
🐰
code code code

Organizations

@Portage-Labs

Block or report plettj

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

On Stage Headshot - Josiah Plett

Entrepreneur|Game Developer|3x Guinness World Record Breaker|Photographer


plett.dev is my personal website.

plett.fun is where you can play 18 of my games.

I'm currently full-stack at Maxima AI and former CTO at Portage Labs.

Github Stats automatically updated weekly. Click to see source code.

Click on the GIFs to go to their websites.

Pentris Showcase VideoSplit Second Showcase VideoSnake 2 Showcase VideoLo-fi Ghost Showcase VideoAntropy Showcase VideoConway's Game of Life Showcase VideoPixel Explorer Showcase VideoFlippy Floor Showcase VideoSpace Golf Showcase VideoANNTS Showcase VideoSplit Second V1 Showcase VideoChess Analysis Board Showcase Video


How to make those little GIFs

Instructions so I don't keep forgetting. :-]

  1. Record the video. a. On Windows, search for "Snipping Tool," hit the video icon, and record. Don't forget to save afterwards.
  2. Use an online ffmpeg emulator like this one, or make sure it's installed on your system to...
  3. Run the following commands, replacing EXAMPLE with your file.
ffmpeg -i EXAMPLE_showcase.mp4 -vf "fps=20,scale=-1:240:flags=lanczos,palettegen" -y palette.png
ffmpeg -i EXAMPLE_showcase.mp4 -i palette.png -filter_complex "fps=20,scale=-1:240:flags=lanczos[x];[x][1:v]paletteuse=dither=bayer:bayer_scale=5" -loop 0 EXAMPLE_showcase.gif

Pinned Loading

  1. typegpu-startertypegpu-starterPublic template

    Minimal, Clean TypeGPU Starter Code

    TypeScript 7 1

  2. plett.devplett.devPublic

    Source code of my minimally designed but feature-rich personal website.

    TypeScript 7

  3. raytracerraytracerPublic

    R4: Reasonably Rapid Relativistic Raytracer

    C++ 2

  4. pentrispentrisPublic

    Tetris, but with the pentominoes 😎 Played by hundreds at plett.fun.

    TypeScript 7 1

  5. SplitSecondSplitSecondPublic

    Now licensed to CoolmathGames.com. The cleanest time-reversal game, built with HTML5 Canvas and determination.

    JavaScript 6

  6. hagnusmiemannhagnusmiemannPublic

    A top-200 worldwide-ranking chess engine made from scratch in C++. Complete with a beautiful CLI.

    C++ 4