8000 GitHub - gregora/Box2D-SDL2-wrapper: A simple wrapper to synchronise Box2D and SDL2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gregora/Box2D-SDL2-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Box2D and SDL2 wrapper

Dependencies

  • Box2D (Headers already in include/ and static library already in lib/)
  • SDL2

Compile on Linux

  • Run compile.sh file
  • Run g++ -Iinclude/ -Llib/ main.cpp wrapper.cpp -lbox2d -lSDL2 -lSDL2_image -o main.out -w command

About

A simple wrapper to synchronise Box2D and SDL2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0