WebGL Framework

后端 未结 8 1900
隐瞒了意图╮
隐瞒了意图╮ 2020-12-13 16:40

I\'m planning to write a 3D FPS game, based on WebGL.

  • Should I use some WebGL framework?
  • What is the most active and popular WebGL library today? Do
8条回答
  •  [愿得一人]
    2020-12-13 16:55

    Depending on your platform, if your FPS game runs on PC browser with powerful graphics card and CPU, then the best option for you is unity3D.

    If your game targets on mobile phone, maybe you could try THREE.js or SceneJS.

    And if your time is limited, and your game is a bit sophisticated, I recommend you the LAYABOX, for its complete ecosystem and full of tools, that could save a lot of work. Hope it helps.

提交回复
热议问题