Skip to content
This repository has been archived by the owner on Feb 17, 2018. It is now read-only.

jle/tomahawk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tomahawk

A bitmap manipulation library for Android.

Goals

Tomahawk is designed for Android. Its goals are to be as fast and as small as possible; and to work on as many Android devices as possible.

Requirements

  • The core library requires Android SDK 8 (Gingerbread) or higher.
  • The example project is designed for Android SDK 14 or higher.
  • Android NDK is required to build JNI files in core

Installation

$ android update lib-project -p core
$ android update project -p example

Building

To build the NDK files:

$ cd core/jni && ndk-build

To build and install the example project:

$ cd example && ant clean debug install

License

Apache License, Version 2.0

About

A bitmap manipulation library for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published