An open API service indexing awesome lists of open source software.

https://github.com/alexeykarnachev/fabrik_demo

A small demo for FABRIK method using C and raylib
https://github.com/alexeykarnachev/fabrik_demo

Last synced: 3 months ago
JSON representation

A small demo for FABRIK method using C and raylib

Awesome Lists containing this project

README

        

# FABRIK Demo
A simple demo of a [FABRIK](http://www.andreasaristidou.com/FABRIK.html) method, written from scratch in C and raylib

## Quick Start
```bash
make && ./fabrik_demo
```