3d engine indev
Go to file
milang 968e13893d
add consistant readme.md
2019-08-28 16:04:42 +02:00
build/src add correct makefile for fxengine as lib 2019-08-28 15:29:06 +02:00
include add correct makefile for fxengine as lib 2019-08-28 15:29:06 +02:00
src add correct makefile for fxengine as lib 2019-08-28 15:29:06 +02:00
LICENSE Initial commit 2019-08-27 18:05:46 +02:00
Makefile add correct makefile for fxengine as lib 2019-08-28 15:29:06 +02:00
README.md add consistant readme.md 2019-08-28 16:04:42 +02:00
libfxengine.a add correct makefile for fxengine as lib 2019-08-28 15:29:06 +02:00
unused temp.tar.xz add correct makefile for fxengine as lib 2019-08-28 15:29:06 +02:00

README.md

FxEngine

FxEngine is an librairie overlay based on gint designed to provide more game-oriented commands, such as a 3D engine, which is actually in developement. That library is made for fx9860G calculators.

This project started after the 1v13d project.

Installation

Dependencies

A GNU/Linux distibution.

The gint kernel, made by lephenixnoir. The fxSDK, designed for gint usage.

The GCC toolchain for sh3eb-elf architecture.

Install the fxengine lib

In a terminal, type the following commands :

make

make install # you may use sudo if the compiler's folder has restricted rights

Remove lib

Just type this :

make clear # you may use sudo if the compiler's folder has restricted rights

Upgrade

I recommend to remove and reinstall, but reinstall may work too.

Use

All the headers are in the <fxengine/[...]> folder

Example :

If you want to use keyboard event gestion, just do

#include <fxengine/event/keyboard.h>

make

make install # you may use sudo if the compiler's folder has restricted rights