GithubHelp home page GithubHelp logo

engine's Introduction

-[ASCIIART]- Linux -[ASCIIART]-

You need glfw, glew and the newton dynamics library.
Install glfw and glew in whatever way suits you.

Installing newton dynamics:
$-user, #-root
1. download the latest package: 
		$ wget http://newton-dynamics.googlecode.com/files/newton-dynamics-2.33.rar 
2.	$ unrar x newton-dynamics-2.33.rar
3. change to the directory of your architecture
		$ cd newton-dynamics-2.33/coreLibrary_200/projects/linux64/
4. fix a typo in the file dgTypes.cpp
		$ sed -i 's/_ASSERT /_ASSERTE /g' ../../source/core/dgTypes.cpp
5.	$ make
6. copy files to a directory where g++ can reach them
		$ cp libNewton.so {path_to_engine}/libNewton.so
		# cp libNewton.a /usr/local/lib/libNewton.a
		# cp ../../source/newton/Newton.h /usr/local/include/Newton.h
7. cd to the next library we use dCustomJoints
		$ cd ../../../packages/projects/linux64/dCustomJoints/
8.	$ make
9.	# cp libTemp.a /usr/local/lib/libJointLibrary.a
		# cp ../../../dCustomJoints/JointLibrary.h /usr/local/include/JointLibrary.h
10. make engine
		$ cd {path_to_engine}
		$ make

NOTE: The MD5 functionality is mostly from http://3dgep.com/?p=1053 by Jeremiah van oosten.

engine's People

Contributors

scanberg avatar alesv019 avatar viktorfroberg avatar

Stargazers

caleb avatar Andrei Zbikowski avatar Brandon Burkeen avatar  avatar

Watchers

 avatar  avatar  avatar  avatar James Cloos avatar  avatar

Forkers

vitaefer

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.