Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 11 posts - 1 through 11 (of 11 total) Author Posts 2020年3月24日 at 上午10:00 in reply to: 配置WSL教程 #4676 Score: 0 WitlauParticipant Karma: 1 pt 我找到了办法,不知道是否对你有用。 打开了工作空间后,VSCode左下角有两个箭头,点击选择Remote-WSL:Reopen Folder in WSL,此时左下角会显示链接到Ubuntu-18.04,在扩展中,安装C++的扩展到WSL(每个扩展的右下角有一个install in WSL:Ubuntu-18.04),完了以后,VSC会自动安装一些扩展包,全部安装完以后,所有的东西都可以通过F12跳转到源码了。 最主要的是保证WSL已经连到了你装的Ubuntu系统。 祝你好运。 2020年3月24日 at 上午9:55 in reply to: 配置WSL教程 #4675 Score: 0 WitlauParticipant Karma: 1 pt 没有遇到你说的这个问题呢 我使用sudo apt-get install libopencv-dev就全部装完了,并且使用的就是上面提到的清华的源。 若还是不行,建议去opencv的官网上参考自己build一个来尝试一下。 另外,opencv的git库比较慢的话,你可以在码云上去找,那上面有每天同步的opencv库。 祝你好运! 2020年3月24日 at 上午9:51 in reply to: MSAA和SSAA是同一个东西吗? #4674 Score: 0 WitlauParticipant Karma: 1 pt 非常感谢 2020年3月24日 at 上午9:51 in reply to: MSAA和SSAA是同一个东西吗? #4673 Score: 0 WitlauParticipant Karma: 1 pt 非常感谢! 2020年3月24日 at 上午9:50 in reply to: MSAA和SSAA是同一个东西吗? #4672 Score: 0 WitlauParticipant Karma: 1 pt 谢老师,文刀秋二的很多知乎文章都有拜读过,受益匪浅 2020年3月22日 at 下午3:26 in reply to: 配置WSL教程 #4637 Score: 0 WitlauParticipant Karma: 1 pt 如果给了源码的文件,是可以看的,在库类里面的,我看不到,我对C++也不是很熟 2020年3月19日 at 上午11:57 in reply to: 作业三 phong 模型不能显示漫反射和高光问题 #4514 Score: 0 WitlauParticipant Karma: 1 pt 光栅化函数写了没? 2020年3月14日 at 上午10:49 in reply to: 配置WSL教程 #4028 Score: 0 WitlauParticipant Karma: 1 pt mobaXTerm好用,真香,哈哈哈 2020年3月12日 at 下午6:23 in reply to: 配置WSL教程 #3881 Score: 0 WitlauParticipant Karma: 1 pt 目前用VcXsrv还算正常,能用就行,不折腾啦 2020年3月12日 at 下午3:21 in reply to: 配置WSL教程 #3848 Score: 0 WitlauParticipant Karma: 1 pt update: 下载了VcXsrv,配置~/.bashrc文件 export DISPLAY=:0.0 export LIBGL_ALWAYS_INDIRECT=1 启动Ubuntu,转到项目的build目录,再运行./Rasterizer,终于是有GUI了。 我是真能折腾。。。 2020年3月12日 at 下午3:08 in reply to: 配置WSL教程 #3847 Score: 0 WitlauParticipant Karma: 1 pt 做作业1发现用了opencv,折腾了半天,安装相关包,最后直接运行./Rasterizer会显示 Unable to init server: Could not connect: Connection refused (image:18187): Gtk-WARNING **: 14:48:30.493: cannot open display: 因为没有GUI,所以最后只有使用./Rasterizer -r 20 image.png的命令渲染到图,然后看结果。 Author Posts Viewing 11 posts - 1 through 11 (of 11 total)