Git Product home page Git Product logo

wgame-three.js's Introduction

wgame-three.js

源码目录介绍

./images                //游戏资源
./js                    //代码
|—— app                 //业务代码
     |—— MainScene.js   //场景控制器
     |—— CubeCtrl.js    //方块控制器
     |—— CameraCtrl.js  //相机控制器
|—— engine              //引擎代码
     |—— anime.js       //动画库
     |—— config.js      //配置文件,主要用来配置启动场景
     |—— engine.js      //引擎启动文件,组件实体系统的驱动器
     |—— physi.js       //three.js 的物理插件
     |—— three.min.js   //3d渲染引擎
./typings               //代码提示
./workers               //后台worker线程,主要用来跑物理迭代模拟
|—— ammo.min.js         //物理引擎
|—— physijs_workers.js  //three.js 的物理插件 worker

参考链接

cocos 测试用小游戏appid

wx6ac3f5090a6b99c5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.