o
odinpkg.dev
packages / library / SolverKit

SolverKit

00af66elibrary

A simple position based dynamics cloth simulation.

Zlib · updated 2 months ago

SolverKit

Physical simulation experimental framework. Written in Odin programming language. Using RayLib as a rendering framework. Use LEFT and RIGHT arrows to switch solvers.

solver-kit

Prerequisites

How To

Odin does not require any build system. Just go to the folder with main.odin and in terminal use these:

just build:

odin build .

build and run:

odin run .

Visit Odin Overview to learn more about Odin programming language.