Skip to content

gonche/ecsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECSim

How to build and run the application

Build instructions

The build system uses CMake.

Configuring and Building ECSim with CMake using commandline


cd ecsim/build/
cmake ..
make

Running the application and writing to stdin using pipe


cd ecsim/build/
cat ../file | ./ecsim 

This program has been tested on Macos.

Citations

Research - Robert Penner's Easing Functions


jesús gollonet
https://github.com/jesusgollonet/ofpennereasing
a port of penner's easing equations to c++

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors