user1760791
user1760791

Reputation: 412

What language/tool can I use to generate a dynamic 3d model on a website

I am developing some sort of browser (war) game, in which player can have a village with certain different buildings (watchtowers, walls etc..) As an overview I want to generate a small 3d model of the village with little interactivity (maybe they can click on a building in the village and it will display info about this building). It should be dynamic (they can upgrade these buildings, and I would want them to change after an upgrade) and depend on values in the database. What tool or programming language is best to use for this? Thank you!

Upvotes: 1

Views: 184

Answers (1)

Simon H
Simon H

Reputation: 374

You could try something like Three.js or BabylonJS.

Upvotes: 1

Related Questions