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
- Host: GitHub
- URL: https://github.com/alexeykarnachev/fabrik_demo
- Owner: alexeykarnachev
- License: mit
- Created: 2024-08-07T11:51:54.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-07T11:58:03.000Z (10 months ago)
- Last Synced: 2024-08-08T13:40:14.502Z (10 months ago)
- Language: C
- Size: 896 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```