https://github.com/tsoding/spline-notes
Notes from the Rasterizing Splines stream
https://github.com/tsoding/spline-notes
Last synced: 6 months ago
JSON representation
Notes from the Rasterizing Splines stream
- Host: GitHub
- URL: https://github.com/tsoding/spline-notes
- Owner: tsoding
- License: mit
- Created: 2025-10-22T13:44:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-11-04T10:26:17.000Z (8 months ago)
- Last Synced: 2025-11-04T12:05:18.918Z (8 months ago)
- Language: C
- Size: 1.98 MB
- Stars: 10
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rasterizing Splines
The notes from the Rasterizing Splines streams:
[](https://www.youtube.com/watch?v=1epwf3iaQNU)
[](https://www.youtube.com/watch?v=qBErwx9Lpx4)
## Thirdparty Dependencies
We supply [Raylib for Linux](./raylib-5.5_linux_amd64/) with this repo (it's downloaded from [Official Releases](https://github.com/raysan5/raylib/releases/tag/5.5)).
This project also depends on [FreeType2](https://freetype.org/) but we do not supply it since it's too complex. But if you are on Linux it should be already available in your repos.
## Quick Start
```console
$ cc -o nob nob.c
$ ./nob
$ ./build/spline
$ ./build/font
```