Git Product home page Git Product logo

ball-sim's Introduction

 The following instructions should help you to build and install the source code contained in this archive, as well as give an overview of the content to be found:
 
 BUILDING:
Prerequisites:
	A version of G++ that with experimental support for the upcoming C++11 standard,as well as OpenMP
		-std::thread support
		-std::atomic support
		-OpenMP support
	
1)	Download and install CMake for your platform.
2)	run CMake.  Point the source directory to directory containing this README file.
	Point the binary directory to some directory (preferably ./build)
3)	Configure CMake in release mode (CMAKE_BUILD_TYPE=Release)
4)	Build the code using the IDE or make script you configured CMake with.
5)	In the binary directory there are two binaries: headless_sim and glviewer_sim. They accept the same command-line arguments.

To see a summary of the command line arguments, run one of the binaries with --help.  To see a visualization, run glviewer_sim.  
To enable the predictive algorithm, use the -p switch.  

You will find our document in /doc/final.pdf
You will find the source code in /src
You will find the data from our test scripts and the scripts to generate them in the root ball-sim directory (here)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.