Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

elmindreda/spoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Spoo threading library

Spoo is a simple threading library based on the deprecated threading API from GLFW 2.x. It was created as a service to people whose projects depend on this API, as a way to ease their transition to GLFW 3.

You should probably use a library such as TinyThread++ or TinyCThread instead of Spoo, as they emulate the behavior of the C++11 and C11 threading facilities. That said, Spoo is still a useful library.

Spoo has been verified to work on:

  • GCC and Cygwin pthreads
  • VS 2008 and Win32 threads
  • MinGW and Win32 threads
  • GCC and Snow Leopard pthreads
  • GCC and Linux pthreads

About

A threading library based on parts of GLFW 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages