efl

Форк
0
/
README.ephysics 
58 строк · 1.5 Кб
1
EPhysics 0.1.0
2

3
******************************************************************************
4

5
 FOR ANY ISSUES PLEASE EMAIL:
6
 enlightenment-devel@lists.sourceforge.net
7

8
******************************************************************************
9

10
Requirements:
11
-------------
12

13
Must:
14
  libc
15
  ecore (at least 1.2.99)
16
  ecore-evas (at least 1.2.99)
17
  evas (at least 1.2.99)
18
  bullet (at least 2.79)
19

20
EPhysics is a library that manages Ecore, Evas and Bullet Physics into
21
an easy to use way. It's a kind of wrapper, a glue, between these libraries.
22
It's not intended to be a physics library (we already have many out there).
23

24
WARNING: if you are building Bullet Physics instead of using a package,
25
use cmake build option. Autotools seems to be unmaintained.
26

27
------------------------------------------------------------------------------
28

29
COMPILING AND INSTALLING:
30

31
  $ ./configure
32
  $ make
33
(as root unless you are installing in your users directories):
34
  $ make install
35

36
------------------------------------------------------------------------------
37

38
TESTS
39

40
There are a project with many tests for ephysics, including a logo example,
41
and a sandbox util.
42

43
It's called ephysics_test, and may be found at:
44

45
http://svn.enlightenment.org/svn/e/trunk/ephysics_tests
46

47
Tests require the library Elementary to be build.
48

49
------------------------------------------------------------------------------
50

51
DOCS
52

53
To generate documentation, doxygen is required.
54

55
  $ make doc
56

57
will create a ephysics/doc/html directory. You could start looking at
58
index.html.
59

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.