资 源 简 介
IMPORTANT NOTICE
This repo has been [moved to GitHub](https://github.com/mrozbarry/Chipmunk-Physics/). Please update your links, as I will no longer be maintaining this branch (and will remove it eventually).
Summary
Welcome to the home of the chipmunk game physics port to FreeBASIC.
My goal of this project is to maintain both the headers for FreeBASIC, as well as win32 and linux binaries. The windows version was compiled with Code::Blocks (the download also includes the project file and instructions), and linux was compiled against 2.6 of the kernel using cmake and make.
Libraries
Outside of chipmunk, there are no other dependencies. The demos included with the regular chipmunk package use GLUT, but that is definitely not required.
Download Includes
FreeBASIC Headers for chipmunk
Compiled chipmunk library for both windows and linux
Basic demo program