Skip to content

ibawt/ev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EV

Build Status Yet Another 2D C library

I didn't see many simple 2D C gaming libraries and I didn't want to use c++. This is a learning project for me, I'm sure there's more mature libraries out there. I'm having fun learning all the things from scratch, so if you want to do some heavy lifting with me please help!

I'm currently rewriting this to take advantage of the luajit's FFI.

Features

  • sprite batching with all transformations done in a vertex shader
  • raw old school C

External Depenencies

  • CMake >= 2.8
  • a c/c++ compiler (C++ only for Box2D)
  • SDL2.0 and SDLImage 2.0
  • luajit

Included libraries

  • jannson
  • Box2D
  • uthash
  • cmocka

HOWTO compile

OSX

  • grab SDL2.0 and SDLImage 2.0 and stuff them into /Library/Frameworks
  • install cmake from somewhere
  • make a build/ directory and run "cmake <path_to_build>"

About

Yet Another 2D C library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published