Menu

Tree [f35cf5] main /
 History

HTTPS access


File Date Author Commit
 body 2022-07-23 Sam Varner Sam Varner [f35cf5] Update for current tools
 caelum 2022-07-23 Sam Varner Sam Varner [f35cf5] Update for current tools
 config 2022-07-23 Sam Varner Sam Varner [f35cf5] Update for current tools
 data 2022-07-23 Sam Varner Sam Varner [f35cf5] Update for current tools
 doc 2022-07-23 Sam Varner Sam Varner [f35cf5] Update for current tools
 geometry 2022-07-23 Sam Varner Sam Varner [f35cf5] Update for current tools
 m4 2018-12-23 Sam Varner Sam Varner [54563d] Removed Boost::Python component and main program.
 media 2022-07-23 Sam Varner Sam Varner [f35cf5] Update for current tools
 scripts 2022-07-23 Sam Varner Sam Varner [f35cf5] Update for current tools
 track 2022-07-23 Sam Varner Sam Varner [f35cf5] Update for current tools
 vamos 2022-07-23 Sam Varner Sam Varner [f35cf5] Update for current tools
 world 2022-07-23 Sam Varner Sam Varner [f35cf5] Update for current tools
 .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 2018-12-23 Sam Varner Sam Varner [54563d] Removed Boost::Python component and main program.
 Makefile.am 2014-02-01 Sam Varner Sam Varner [5425a5] Updated autotol files.
 Makefile.in 2022-07-23 Sam Varner Sam Varner [f35cf5] Update for current tools
 NEWS 2012-12-09 Sam Varner Sam Varner [bf5bd7] Initial commit
 README 2014-02-06 Sam Varner Sam Varner [6ee0a2] Update README
 TODO 2014-02-01 Sam Varner Sam Varner [5425a5] Updated autotol files.
 aclocal.m4 2022-07-23 Sam Varner Sam Varner [f35cf5] Update for current tools
 configure 2022-07-23 Sam Varner Sam Varner [f35cf5] Update for current tools
 configure.ac 2018-12-23 Sam Varner Sam Varner [54563d] Removed Boost::Python component and main program.

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, and
  Boost.  

  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.
  
  $ tar xzf vamos-0.8.0.tar.gz
  $ cd vamos-0.8.0
  $ ./configure
  $ 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
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.