Blog of Inigo Quilez, Creator of Shadertoy

栏目: IT技术 · 发布时间: 5年前

内容简介:These are articles about the techniques I develop during my computer graphics work, most of which is self-taught. I love discovering and inventing things by myself (including reinventing the wheel, which I recommend) and then writing informally about it al

These are articles about the techniques I develop during my computer graphics work, most of which is self-taught. I love discovering and inventing things by myself (including reinventing the wheel, which I recommend) and then writing informally about it all, so hence this page. I do avoid academia, but if any of this content inspired or became your academic research paper, it'd be fair to credit it. Anyways, I hope you enjoy the articles! For video tutorials, code and other resources visitthe landing page. And if you want to help me allocate official time for more and better content, now you can become a patron

Newest articles:interior SDFs (03/2020),trisect (02/2020),fBM (09/2019),SDF Bounding Volumes (08/2019),ellipsoids (08/2019)

All 120 articles


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

垃圾回收算法手册:自动内存管理的艺术

垃圾回收算法手册:自动内存管理的艺术

Richard Jones、Eliot Moss、Antony Hosking / 王雅光、薛迪 / 机械工业出版社 / 2016-3 / 139

在自动内存管理领域,Richard Jones于1996年出版的《Garbage Collection:Algorithms for Automatic Dynamic Memory Management》可谓是一部里程碑式的作品。接近20年过去了,垃圾回收技术得到了非常大的发展,因此有必要将该领域当前最先进的技术呈现给读者。本书汇集了自动内存管理研究者和开发者们在过去50年间的丰富经验,在本书中......一起来看看 《垃圾回收算法手册:自动内存管理的艺术》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具