vaizq / RainSim

Simple rain simulation for olc 2022 coding jam
0 stars 0 forks source link

some problems about the project #1

Open TongXiaoYang opened 1 year ago

TongXiaoYang commented 1 year ago

Hello, I would like to know about your compilation environment, the corresponding header files, and various library versions. I am currently facing some issues.

vaizq commented 1 year ago

Hello, do you have problems with the OpenAl audio library? You might be missing openl.dll files, I'v heard it's a common error.

I think I used the environment/library setup shown in this great tutorial https://learnopengl.com/Getting-started/OpenGL (opengl version 3.2). I also used ImGui.

Hope this helps, but If you'r still getting errors, just post them here so we can better track down the problem.

vaizq commented 1 year ago

Okay, I don't have anything like that. This was just a toy project for a gam/tools jam I attended. This uses just stupid simple physics and doesn't even calculate air drag. Altough it shouldn't be to hard to implement more realistic physics and collect some data.