Skip to content

Latest commit

 

History

65 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avenger

Logo

Avenger aims to be a simple and powerful framework for SDL game development. It is something of a redesign of SDLx::App with a simpler interface and more features, such as level dispatching, integrated physics (Box2D), data loading/storing, widget integration and much more!

Basic Syntax:

use Avenger title => 'My Awesome Game';

my $rect = rect( 10, 10, 100, 100 );

show {
    app->draw_rect( $rect );
    app->update;
};

start;

This is still pretty alpha, and the whole API is subject to change.

Have fun!

About

Simple and powerful game framework

Resources

Stars

10 stars

Watchers

13 watching

Forks

Releases

Packages

Used by

Contributors

Languages