aod6060 / project_clean

This is a new pick-n-sticks clone that I'm going to work on for a few monthes
MIT License
0 stars 0 forks source link

Physics Intergration (Bullet Physics 3) #7

Closed aod6060 closed 4 years ago

aod6060 commented 4 years ago

Basically I'm adding bullet physics to the game and making a simple interface for it. More on this later.

aod6060 commented 4 years ago

This will be the next Bullet Physics so I can get this project done.

aod6060 commented 4 years ago

Did a lot of work on the physics interface. Should be done tomorrow.

aod6060 commented 4 years ago

Alright back to the grind.

aod6060 commented 4 years ago

Man I'm have weird library issues with jsoncpp and bullet physics.

aod6060 commented 4 years ago

Finally I got the library issue fixed. I just recompiled jsoncpp with \MT instead of \MD option for runtime library in code generation... Man that was a headache in a half. So now I just need to make a simple test to see if the library will work. Also I've updated my version of bullet physics to the version off of github so I can do pulling from it. I'll probably do that to jsoncpp as well.

aod6060 commented 4 years ago

Alright I've got the stuff working for the moment...

aod6060 commented 4 years ago

Alright I'm so close to closing this issue. I had a ton of issues with the physics issue that I had to push it pack a couple of days.

aod6060 commented 4 years ago

Ok I'm done with this issue. Time for some FMOD action...