Skip to content

JianpingCAI/Physika

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physika

A physics simulation library that a couple of guys and I plan to develop.

@authors: Fei Zhu, Sheng Yang, Tianxiang Zhang, Wei Chen, Liyou Xu,

@Last update of this file: Fei Zhu, 05/10/2014

=============================================================

Build Requirements:

Build Tool: Scons

Platforms: Windows, Linux, MacOS

Compiler: GNU G++, MSVC

=============================================================

Code Structure:

Documentation: Documentations related to this project, including coding style and development plans.

Public_Library: Public API of Physika.

  • include: Header files generated by Physika after compilation. Any project built on Physika simply needs to include files in this directory.

  • lib: Binary files generated by Physika after compilation.

Physika_Src: Source code of Physika, including 3rd party libraries that Physika uses. After compilation, header files and binary libraries would be copied to the 2 directories in Public_Library directory.

Projects: Projects built on Physika. Generally they simply need to include necessary header files and link corresponding binaries of Physika.

About

A physics simulation library that a couple of guys and I plan to develop.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.2%
  • C 16.3%
  • Other 0.5%