Skip to content

A tiny, standalone, interactive demo program for computing splines

Notifications You must be signed in to change notification settings

Ace17/minispline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

minispline

Author: Sebastien Alaiwan

A tiny standalone spline computing function, and a SDL demo app to test it.

To run the demo, simply launch:

./run.sh

You can also compile it yourself, using the following command:

g++ minispline.cpp `pkg-config sdl SDL_gfx --cflags --libs` -o minispline

About

A tiny, standalone, interactive demo program for computing splines

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published