• Stars
    star
    52
  • Rank 541,446 (Top 11 %)
  • Language
    C
  • License
    Other
  • Created about 14 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A custom distribution of FreeImage, with a CMake-based build system. Used by the Athena Game Framework.
This is a custom distribution of FreeImage, version 3.13.1, with a XMake-based build
system.


License
-------

FreeImage's license is unchanged: this library is free software; you can redistribute
it and/or modify it under the terms of the 'FreeImage Public License - Version 1.0'. This
license is in the file license-fi.txt.


Submodules
----------

This distribution use zlib and XMake as GIT submodules. To download them, do:

	$ git submodule init
	$ git submodule update


Compilation
-----------

It is recommended to compile the library in a separate folder. Here's how I do it:

	$ mkdir build
	$ cd build
	$ cmake ..
	$ make

More Repositories

1

MPQExtractor

A command-line tool to extract files from MPQ archives
C++
121
star
2

BLPConverter

A command-line tool to convert BLP image files to PNG or TGA
C++
78
star
3

CASCExtractor

A command-line tool to extract files from CASC storages
C++
31
star
4

rapidjson

A custom distribution of rapidjson (a fast JSON parser/generator for C++ with both SAX/DOM style API). Used by the Athena Game Framework.
C
16
star
5

piano_fingering

A Python library to automatically determine the fingering of a serie of notes
Python
5
star
6

blender-addons

Custom addons for Blender
Python
4
star
7

Athena-Framework

The Athena Game Framework
C
4
star
8

zziplib

A custom distribution of zziplib, with a CMake-based build system. Used by the Athena Game Framework.
C
3
star
9

Athena-Scripting

The Scripting module of the Athena Game Framework
C++
3
star
10

XMake

XMake-related files
C++
3
star
11

Athena-Inputs

The Inputs module of the Athena Game Framework
C++
3
star
12

musicxml_toolbox

Tools to process a MusicXML file
Python
3
star
13

Athena-Entities

The Entities module of the Athena Game Framework
C++
2
star
14

WoWCharactersViewer

Script that generate a web page containing informations about the World of Warcraft characters you are interested in
Python
2
star
15

webgl-lab

Playground to test WebGL
JavaScript
2
star
16

Athena-Math

The Math module of the Athena Game Framework
JavaScript
2
star
17

sip

A custom distribution of SIP, a tool that makes it very easy to create Python bindings for C and C++ libraries.
C
2
star
18

Athena-Dependencies-Python

A custom distribution of Python. Used by the Athena Game Framework.
Python
1
star
19

Ogre

A custom distribution of OGRE (Object-Oriented Graphics Rendering Engine). Used by the Athena Game Framework.
C++
1
star
20

TitanPlayed

Played time recording add-on for World of Warcraft, with out-of-game visualisation script
JavaScript
1
star
21

zlib

A custom distribution of zlib, with a CMake-based build system. Used by the Athena Game Framework.
C
1
star
22

Athena-Physics

The Physics module of the Athena Game Framework
C++
1
star
23

pymc

Python Module Creator, a graphical tool to create python bindings for a C++ library
C
1
star
24

Athena-Core

The Core module of the Athena Game Framework
C++
1
star
25

Athena-Graphics

The Graphics module of the Athena Game Framework
C++
1
star
26

OIS

A custom distribution of OIS (Object Oriented Input Library System). Used by the Athena Game Framework.
C++
1
star
27

Saori

An Ogre3D mesh viewer for MacOS X. Based on the Athena Game Framework.
Objective-C
1
star
28

D3Calculator

Web-based Diablo 3 Character Calculator
JavaScript
1
star
29

tools

A collection of small utility scripts
Python
1
star
30

Athena-Builder

Helper script to setup and build a specific configuration of the Athena Game Framework during development
1
star
31

UnitTest-cpp

A custom distribution of UnitTest++, with a CMake-based build system. Used by the Athena Game Framework.
C++
1
star
32

Bullet

A custom distribution of the Bullet Physics Library. Used by the Athena Game Framework.
C++
1
star
33

FreeType

A custom distribution of FreeType, with a CMake-based build system. Used by the Athena Game Framework.
C
1
star