Skip to content
View jtsorlinis's full-sized avatar
  • Melbourne, Australia

Block or report jtsorlinis

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

Some stuff I made in my spare time

Fun (Compute shaders)

  • Boids: A flocking simulation that can run onthe GPU using compute shaders, allowing millions of boids at once.
  • Game of Life: An interactive Conway's game of life running on the GPU via compute shaders.
  • nBody: An nBody simulation running on the GPU via compute shaders

Educational

  • Rendering tutorial: An interactive tutorial on how basic rasterization and rendering work.
  • JavaScript renderer: A software renderer written in TypeScript (JavaScript), built upon the rendering tutorial work.

Pinned Loading

  1. BoidsUnity BoidsUnity Public

    C# 94 6

  2. BoidsWebGPU BoidsWebGPU Public

    TypeScript 37 6

  3. js-renderer js-renderer Public

    TypeScript 1

  4. nBodyWebGPU nBodyWebGPU Public

    TypeScript 4

  5. GameOfLife GameOfLife Public

    C#

  6. BlackJacks BlackJacks Public

    Rust