Cafu Engine – Open Source Real-Time 3D Game and Graphics Engine

Documentation : https://docs.cafu.de/

== Cafu User Manual  ==

=== play on windows 10===

dive in > files

download the demos > download win 32

start the demos (exe)

news game

choose map

Go

If compatibility issues, exit and try again.

F1 inside console

== Developer Manual ==

https://docs.cafu.de/general:manifest

=== editor ===

– map edior (CaWE) : https://docs.cafu.de/#the_map_editor

– gui editor : https://docs.cafu.de/#the_gui_editor

– model editor : https://docs.cafu.de/#the_model_editor

=== source code ===

https://docs.cafu.de/cppdev:gettingstarted

Cd..

Dir

Install python 2.7 (tested) https://www.python.org

Check python is installed : Command line (cmd) : python -V 

(“big” V)

SCons is written in Python

Install Scons 2.3 (tested) https://www.scons.org/

https://sourceforge.net/projects/scons/files/scons/2.3.0/

== How to create a video game ? == 

https://docs.cafu.de/cppdev:startnewgame

Basically, copy-paste and change existing “DeathMatch” directory and code.

https://docs.cafu.de/cppdev:gamecodeoverview

== links ==

https://docs.cafu.de/general:developer_faq#where_can_i_learn_more_about_3d_programming_or_game_engines