<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0"><channel><title>Fatih Erikli's notes on computer graphics</title><link>a https://fatih-erikli-potato.github.io</link><description>My notes on computer graphics</description><item><title>Slicing bezier surfaces</title><link>https://fatih-erikli-potato.github.io/slicing-bezier-surfaces</link><description>It is possible to split a bezier surface into two pieces. It helps to slice a surface into several pieces by keeping the whole shape in its original form. In that way we are able to shape one piece of several slices of a whole surface.</description></item><item><title>Rendering a bezier surface</title><link>https://fatih-erikli-potato.github.io/rendering-a-bezier-surface</link><description>Previously I wrote a blog post about how to interpolate a bezier curve. A bezier curve helps us to create smooth lines, surfaces, type faces. A bezier surface is set of bezier curves that is used for imaging a part of something. Before rendering a bezier surface, I will mention about how to render something with Python programming language. I will demonstrate it by rendering a set of cubes, then I will create marbles that made of cubes. A marble will stay at position of an interpolated point of a bezier curve. I will create an optimized cube for making the drawing process easier.</description></item><item><title>Syntax highlighting in Python</title><link>https://fatih-erikli-potato.github.io/syntax-highlighting-in-python</link><description>I created a syntax highlighter to make my codes looking colorful in my blog. It is written in Python, so it does not require a Javascript code when the page is loaded. It is useful when you create html pages for documentation or a blog. Instead of making it packaged, I share the code piece, so it will be easer to modify when you find something missing.</description></item><item><title>Comma separated values</title><link>https://fatih-erikli-potato.github.io/comma-separated-values</link><description>I think it isn't a format. It is what it is. Domains are dot separated, URLs are slash seperated values so the something like a, b, c is comma separated values. Value is a thing that people are not being certain about. They are amperstand separated values that contains equals separated values something like that.</description></item><item><title>Interpolating a bezier curve</title><link>https://fatih-erikli-potato.github.io/interpolating-a-bezier-curve</link><description>It is difficult to implement an interpolation of a bezier curve without seeing how it actually works. It requires too much attention to understand what is really happenning there. It is also difficult to find a clean implementation if you google that. You will most likely find an obfuscated version of a written clean code. So I am sharing a whole food with you.</description></item></channel></rss>