Menu

Tree [77c9bc] master /
 History

HTTPS access


File Date Author Commit
 bin 2013-10-01 Fabio Gonzalez Fabio Gonzalez [adb146] License change. Not incorporate irrlicht anymor...
 cmake 2013-11-27 Fabio Gonzalez Fabio Gonzalez [77c9bc] migration step
 data 2013-11-27 Fabio Gonzalez Fabio Gonzalez [77c9bc] migration step
 doc 2013-10-01 Fabio Gonzalez Fabio Gonzalez [adb146] License change. Not incorporate irrlicht anymor...
 examples 2013-10-15 Fabio Gonzalez Fabio Gonzalez [caf9d5] sound 3D seems to be working.
 libfde 2013-11-27 Fabio Gonzalez Fabio Gonzalez [77c9bc] migration step
 resources 2013-10-01 Fabio Gonzalez Fabio Gonzalez [adb146] License change. Not incorporate irrlicht anymor...
 tests 2013-10-01 Fabio Gonzalez Fabio Gonzalez [adb146] License change. Not incorporate irrlicht anymor...
 AUTHORS 2013-10-01 Fabio Gonzalez Fabio Gonzalez [adb146] License change. Not incorporate irrlicht anymor...
 CMakeLists.txt 2013-11-27 Fabio Gonzalez Fabio Gonzalez [77c9bc] migration step
 COPYING 2013-10-10 Fabio Gonzalez Fabio Gonzalez [d32447] Camera target seems to work
 ChangeLog 2013-08-29 Fabio J. Gonzalez Fabio J. Gonzalez [de6aab] autoconf, automake, etc fixed
 INSTALL 2013-10-01 Fabio Gonzalez Fabio Gonzalez [adb146] License change. Not incorporate irrlicht anymor...
 LICENSE 2013-10-01 Fabio Gonzalez Fabio Gonzalez [adb146] License change. Not incorporate irrlicht anymor...
 NEWS 2012-06-01 gonzalfj gonzalfj [ed99c3] Name
 README 2013-10-01 Fabio Gonzalez Fabio Gonzalez [adb146] License change. Not incorporate irrlicht anymor...
 TODO 2013-08-24 Fabio J. Gonzalez Fabio J. Gonzalez [90a7e3] minimal changes
 autogen.sh 2013-08-27 Fabio J. Gonzalez Fabio J. Gonzalez [1fab65] Force use of SDL on irrlicht. Requesting ODE in...
 fdiamondengine.pc.in 2013-10-01 Fabio Gonzalez Fabio Gonzalez [adb146] License change. Not incorporate irrlicht anymor...

Read Me

Introduction
=========================
FDiamondEngine is a complete 3D game engine powered
by Irrlicht et al. 

This engine provides entities, physics, audio 3D,
events, collision detection, an thread system, etc

It was designed to provide an practical and intuitive
way to create games. This engine allow you to create
games in both languages: C and C++.

Dependencies
=========================

Necessary:
libsdl-devel
libopenal-devel
libode-devel
libogg-devel
libvorbis-devel
irrlicht-devel

Installation
=========================
If you are installing from a distribution, use:
./configure && make && sudo make install

If you are installing from SVN:
sh autogen.sh ; configure && make && sudo make install

Read INSTALL for more details 

Directories
=========================
Source Code of FDiamondEngine:

libfde/high-level
libfde/highest-level
libfde/utils
libfde/physics
libfde/video
libfde/net

Useful scripts and binary executables:
bin

Audio, images, etc that FDiamondEngine needs:
data

Simple games showing the features of the engine:
demos

Some simple examples to learn to use this engine:
examples

Open source dependencies
=========================
This project should work fine using only
free (zero cost) open source software.

  Fabio J. Gonzalez <fabiojosue@gmail.com>
  <irrlight@yahoo.com>
  author of FDiamondEngine
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.