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.

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
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.
    • Rendering evolution: A small journey throughout rendering history built upon the above renderer

Pinned Loading

  1. BoidsUnity BoidsUnity Public

    C# 98 6

  2. BoidsWebGPU BoidsWebGPU Public

    TypeScript 43 7

  3. js-renderer js-renderer Public

    TypeScript 3

  4. rendering-tutorial rendering-tutorial Public

    TypeScript 11

  5. GameOfLife GameOfLife Public

    C#

  6. nBodyWebGPU nBodyWebGPU Public

    WGSL 4