WebGL Framework

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

    There is a WebGL library focusing on web-game design and implementation called Babylon.js. http://www.babylonjs.com

    Its strong advantage is that it provides lots of rendering effects in the library and you can just simply call these functions.

    Of course, Three.js is a fundamental library for WebGL and all things are able to be implemented by it, just it may be time-consuming for game design. But I suggest you to start with Three.js to get familiar with WebGL and then use Babylon.js to do your game.

提交回复
热议问题