hi all,
I am working on flight simulation using c++ and flight gear software. I have to create virtual rain fall in the scenery. I found some java scripts for rain falling. How i can embed it with c++? its very urgent requirement? pls help.
Deepak

Recommended Answers

All 2 Replies

did you already check at the software development > c++ forum yet because unless it is web-based, I don't think that you will get much help from a web development forum.

Why not just replicate/take inspiration from the logic and create one in C++? I am pretty sure the efforts put in creating one from scratch in C++ would be far less than calling a script from your C++ program though I am pretty sure that the latter is a pretty bad idea unless you are using the script for orchestration and letting your graphics engine handle all the gory stuff.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.