KO
|
EN
gitlite — search
Search
#python
#react
#docker
#golang
#flutter
#javascript
#typescript
#go
#ai
#php
#aws
#gradio
threejs-starter-template
★ 30
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
yolov5_62_export_ncnn
:
No description available.
ReverseStudy
:
个人逆向学习
ModernityExtra
:
Jappa textures for Minecraft 1.12.2 mods.
mxshop-shop-service
:
🍓🍓Grpc微服务实现商城项目,共包含商品服务,库存服务,用户服务,订单服务,用户浏览服务五个服务。服务配置统一使用Nacos管理,Jaeger 实现日志信息的链路追踪,支付宝支付功能实现,阿里短信发送+Readis实现短信登录注册,用户登录jwt认证,分布式事务处理,消息队列中间件使用。(本项目为网课学习项目)
GMT-0005-2021
:
支持《GMT 0005-2021 随机性检测规范》的高速 国密随机数检测工具
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
threejs-starter-template
?
Download (.md)
## Three.js Starter Template A Three.js starter template that helps you group your code better and hides the boilerplate clutter away from your main file. This template does not cover all scenarios or usages of Three.js, and is still under development. Feel free to fork it or raise pull requests! By the way, I have created a newer react-three-fiber starter template, go check it out and fork it! https://github.com/franky-adl/rtf-starter-template  _The sample scene used by this boilerplate_ ## Features of this template - Does all the usual Three.js setup code for you so you can focus on your own scene and objects - Uses async/await for texture/images loading such that the scene unveils only after all images are loaded - Uses Parcel with minimal configurations so you don't need to care about setting up the bundler ## Package versions - dat.gui: 0.x (to get latest 0.\* version) - three: 0.x (to get latest 0.\* version) - parcel: ^2.7.0 ## How to run locally 1. npm i 2. make dev