google / liquidfun

2D physics engine for games

Home Page:http://google.github.io/liquidfun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic question: How to run an example code without testbed?

shakiba opened this issue · comments

I want to run an example code and only see debugging outputs, that is without running testbed or test framework. Just one example once and see logs.

I'm new to c/c++ and I'm not familiar with build process in this project. Can you please tell me how should I do that.

I have manually ported box2d to JS, but there are some issues in my code. I'm trying fix them by comparing debugging logs.

Never mind, I found HelloWorld example.