WebGL Framework

后端 未结 8 1902
隐瞒了意图╮
隐瞒了意图╮ 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:46

    Surprised noone mentioned Three.js. It has strong community behind it which adds new features on regular basis. You can try it out and play with it on WebGL playground:

    http://webglplayground.net/

    There is a Three.js template for new projects.

提交回复
热议问题