Skip to content

mathpsi/physiks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

physiks

I'm trying to make a physics engine.

Installation

  • Clone the repository.
git clone --recursive https://github.com/mathpsi/physiks.git

Building

Dependencies:

Generate a build tree.

cmake -B build

Build.

cmake --build build

Contributing

See Contributing.