Wesley13 Wesley13
4年前
Ubuntu更换snap国内镜像源
1.1进入apt的源文件列表所在文件夹   cd/etc/apt 1.2 备份sources.list源文件   sudocpsources.listsources.list\_back 1.3 进入阿里云镜像站,找到ubuntu的镜像列表    https://developer.aliyun.com/
Wesley13 Wesley13
4年前
Metaio in Unity3d 教学
本文转自明一AR开发者论坛(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmobile.ardever.com%2Fread175)metaio提供了以下几种扫描方式:1\.OpticalTracking(视觉类型的扫描)1.  IDM
Wesley13 Wesley13
4年前
CSS 3D的魅力
!(https://oscimg.oschina.net/oscnet/cc541bf0e2444f6581f7ef37f487a27b.jpg)阅读文本大概需要11.1分钟。本文介绍了CSS来实现3D效果,并且有详细代码和解释。建议大家只字不差的阅读。本文的作者是「子慕大诗人」,点击「阅读原文」就可以跳转原地址。前言:
Wesley13 Wesley13
4年前
3D页面切换效果
最近看到魅族、小米等官网上面产品介绍页面做的很炫酷,于是找啊找,找到了类似的效果,大家可以看看学校学习,希望对你有用:Demo地址:http://www.slashie.org/space.js/demo2.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.slas
Stella981 Stella981
4年前
CitrusEngine系列教程六:使用Tiled Map Editor创建地图
作者:cls分享站(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.chenlinsheng.com%2F)目前已有教程:1. CitrusEngine系列教程一:认识CitrusEngine(https://www.oschina.net/action/GoToL
Stella981 Stella981
4年前
CF1093D Beautiful Graph
思路:题目倒是没啥好说的,就是注意memset的效率问题。如果循环多次调用memset去初始化一个比较大的数组,那就会很费时间。就是因为这个被hack了。:(实现:1include<bits/stdc.h2usingnamespacestd;3typedeflonglong
Wesley13 Wesley13
4年前
Unity3D GUI笔记
Rect(intleft,inttop,intwidth,intheight)//left:离屏幕左边距离;top:离屏幕上边距离;width:Rect宽度;height:Rect高度;文本:Label(Rect(),Stringtext)//text:文字内容按钮:Button(Rect(),Tex
Stella981 Stella981
4年前
CitrusEngine系列教程二:结合starling和Box2D开发游戏
教程出自cls分享站(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.chenlinsheng.com%2F)1.CitrusEngine系列教程一:认识CitrusEngine(https://www.oschina.net/action/GoToLink?url
Stella981 Stella981
4年前
D3.js入门指南
 近期略有点诸事不顺,趁略有闲余之时,玩起D3.js。之前实际项目中主要是用各种chart如hightchart、echarts等,这些图形库玩起来貌都是完美的,一切皆可配置,但几年前接触了D3之后,觉得前面那chart类库局限的地方在于,基本不可定制;而D3呢,你说了算,你想画出什么样的图,你说了算,自由度很大,当时就有点膜拜和仰慕,小打小闹的玩了几下,没
Wesley13 Wesley13
4年前
d语言之模块化
d语言之模块化参考自d程序设计语言我的博客http://my.oschina.net/u/218155/blog?fromerrSwOkb7Sw(http://my.oschina.net/u/218155/blog?fromerrSwOkb7Sw)fllowmemodule chapter11.test;impo