[go: up one dir, main page]

Menu

Tree [e79954] develop /
 History

HTTPS access


File Date Author Commit
 body 2015-04-26 Sam Varner Sam Varner [f248af] Reset the wheel's rotation angle in reset().
 caelum 2015-04-26 Sam Varner Sam Varner [6fd02b] Add Boost system and Boost filesystem library c...
 config 2015-04-26 Sam Varner Sam Varner [6fd02b] Add Boost system and Boost filesystem library c...
 data 2015-04-26 Sam Varner Sam Varner [6d8db2] Remove old model files
 doc 2015-04-26 Sam Varner Sam Varner [6fd02b] Add Boost system and Boost filesystem library c...
 geometry 2015-04-26 Sam Varner Sam Varner [6fd02b] Add Boost system and Boost filesystem library c...
 m4 2014-02-01 Sam Varner Sam Varner [5425a5] Updated autotol files.
 media 2015-04-26 Sam Varner Sam Varner [0dfbd9] Import models with textures.
 scripts 2015-04-26 Sam Varner Sam Varner [6fd02b] Add Boost system and Boost filesystem library c...
 track 2015-04-26 Sam Varner Sam Varner [6fd02b] Add Boost system and Boost filesystem library c...
 vamos 2015-04-26 Sam Varner Sam Varner [6fd02b] Add Boost system and Boost filesystem library c...
 world 2015-04-26 Sam Varner Sam Varner [6fd02b] Add Boost system and Boost filesystem library c...
 .gitignore 2014-10-31 Sam Varner Sam Varner [2da389] Various minor fixes
 AUTHORS 2012-12-09 Sam Varner Sam Varner [bf5bd7] Initial commit
 COPYING 2014-02-03 Sam Varner Sam Varner [74bb99] Changed license to GPL3.
 ChangeLog 2014-02-22 Sam Varner Sam Varner [32d38e] Update change log.
 Doxyfile 2012-12-09 Sam Varner Sam Varner [bf5bd7] Initial commit
 INSTALL 2012-12-09 Sam Varner Sam Varner [bf5bd7] Initial commit
 Makefile.am 2014-02-01 Sam Varner Sam Varner [5425a5] Updated autotol files.
 Makefile.in 2015-04-26 Sam Varner Sam Varner [6fd02b] Add Boost system and Boost filesystem library c...
 NEWS 2012-12-09 Sam Varner Sam Varner [bf5bd7] Initial commit
 README 2015-04-04 Sam Varner Sam Varner [7a147e] Replace AC3D class with Model class that uses A...
 TODO 2014-02-01 Sam Varner Sam Varner [5425a5] Updated autotol files.
 aclocal.m4 2015-04-26 Sam Varner Sam Varner [6fd02b] Add Boost system and Boost filesystem library c...
 configure 2015-04-26 Sam Varner Sam Varner [6fd02b] Add Boost system and Boost filesystem library c...
 configure.ac 2015-04-26 Sam Varner Sam Varner [6fd02b] Add Boost system and Boost filesystem library c...
 flymake.mk 2014-12-29 Sam Varner Sam Varner [bca2a6] Update Boost configure scripts.

Read Me

-*-org-*-

Vamos is an automotive simulation framework with an emphasis on thorough
physical modeling and good C++ design. Vamos includes a real-time, first-person,
3D driving application.

* Requirements
  The libraries are written in C++ so you need a compiler.  Any recent GCC
  release should do fine.

  The necessary libraries are OpenGL (including glu and GLUT), SDL, OpenAL,
  Boost, Assim.

  The game is written in Python 3.  If Python >= 3.2 is not found the libraries
  will be built but not the game.

  A joystick is recommended but it's possible to control the car with keys or a
  mouse. 

* Building
  Use the usual GNU-style build sequence.  You may have to specify a suffix for the Boost
  Python 3 libraries.
  
  $ tar xzf vamos-0.8.0.tar.gz
  $ cd vamos-0.8.0
  $ ./configure --with-boost-python=3
  $ make

  If you like you can install with

  # make install

  but you can also run it from the build directory.

* Running
  Vamos does not have a GUI yet so you'll have to use command-line arguments.
  Before you start, you can close the program with the X or Escape key.  F9
  change the view and F4 cycles through the cars.

  To run it from the build directory, use

  $ cd vamos
  $ python vamos.py <arguments>

  Depending on your system you may need to type 'python3' to get the right
  version.

  If it's installed use

  $ vamos <arguments>

  but make sure your PYTHONPATH includes the place where the modules were
  installed.  Try something like

  $ export PYTHONPATH=/usr/local/lib64/python3.2/site-packages

  Here are some command-line recipes
** Practice at Suzuka
   $ vamos -t Suzuka

   You can see what tracks are available by listing the files in ../data/tracks
   if you're running from the build directory or
   /usr/local/share/vamos/tracks if installed. 

** Watch the computer-controlled cars on a randomly generated track
   $ vamos -r -d -o 5

** Qualify at Spa
   $ vamos -q -t Spa -o 5 -p 10

** Race from the qualifying positions from the last qualifying sesion
   $ vamos /tmp/vamos-qualifying