-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
98 lines (81 loc) · 5.49 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Landon Ferguson</title>
<link>/</link>
<description>Recent content on Landon Ferguson</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Fri, 12 Nov 2021 02:49:19 -0500</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Bartender Bot</title>
<link>/projects/bartender-bot/</link>
<pubDate>Fri, 12 Nov 2021 02:49:19 -0500</pubDate>
<guid>/projects/bartender-bot/</guid>
<description>Overview The bar uses 6 servo-controlled valves to dispense the drinks, and 4 air pumps connected to a relay board to dispense the mixers.
Back-End For this project, I used Nodejs and the SocketIO library for realtime client &gt; server communication.
The pi emits the local webserver you can connect to from any device on the network, including a windows tablet attatched to the bar.
The client then sends the drink selection data back to the server, and the server passes that data to a python script.</description>
</item>
<item>
<title>Data-FX</title>
<link>/projects/data-fx/</link>
<pubDate>Thu, 08 Jul 2021 12:00:00 -0400</pubDate>
<guid>/projects/data-fx/</guid>
<description>Data-FX is a blender3d addon that adds the ability to load and visualize data using various different charts.
It started as a fun way to learn more about the Python language, but ended up being a fun ongoing side-project that I update regularly.
-- View the code View all posts tagged with "Data-FX" </description>
</item>
<item>
<title>Saving Greg: A Ludum Dare 48 Post-Mortem</title>
<link>/posts/post04/</link>
<pubDate>Sat, 29 May 2021 01:32:36 -0400</pubDate>
<guid>/posts/post04/</guid>
<description>Saving Greg was my submission for the 48th bi-annual 48 hour game jam Ludum Dare. Here is a look back at what happened during those two days&hellip;
What Is Greg? Greg is a phenomenon widely observed in my LD submissions. My crutch if you will. By throwing a bit of nonsensical mess into the jam at the very beginning, I find it helps me to not take this thing too seriously, and I usually end up with a patched-together game I can grow to like.</description>
</item>
<item>
<title>About</title>
<link>/about/</link>
<pubDate>Tue, 04 May 2021 23:49:43 -0400</pubDate>
<guid>/about/</guid>
<description>#the-about-page-to-end-all-about-pages{ text-align: center; } About My name&rsquo;s Landon Ferguson,
I&rsquo;m a Comp Sci. student in the Orlando area interested in software development, robotics, and computer graphics.
I have experience in programming things like games, web applications (front-end &amp; back-end), embedded systems, GPU based Fluid Dynamics, and more!
I&rsquo;m constantly learning through the use of my personal projects, I love learning new concepts and applying them for use in real-world applications.</description>
</item>
<item>
<title>Bayer Matrix Dithering in GLSL for Use in a Horror Game</title>
<link>/posts/post03/</link>
<pubDate>Tue, 04 May 2021 15:34:36 -0400</pubDate>
<guid>/posts/post03/</guid>
<description>I&rsquo;ve always wanted to replicate the beautiful dithering style used in the game Return of the Obra Dinn by Lucas Pope. I attempted to implement this type of 1 bit dithering in GLSL with limited experience with shaders, and I went down quite the rabbit hole.
If you don&rsquo;t already know what dithering is:
Dithering is a method that is used to lessen color-banding in images by intentionally applying certain noise patterns.</description>
</item>
<item>
<title>I-Hear-Them</title>
<link>/projects/i-hear-them/</link>
<pubDate>Tue, 04 May 2021 04:58:52 -0400</pubDate>
<guid>/projects/i-hear-them/</guid>
<description>I-Hear-Them is an in-browser 3D first-person horror game made with ThreeJS with the help of some custom built shaders.
-- Play a demo </description>
</item>
<item>
<title>Geographic Coordinates to a 3D Sphere</title>
<link>/posts/post02/</link>
<pubDate>Sun, 18 Apr 2021 02:20:05 -0400</pubDate>
<guid>/posts/post02/</guid>
<description>I had the idea to add support for longitude and latitude values for my Blender3d addon, Data-FX. The idea is to allow people to select their lon/lat values from a CSV file and have the program plot them onto a 3D sphere. (Or any other 3d representation of a map really but for now a sphere)
This seemed like an interesting challenge &ndash; I attempted to plot some points around a globe.</description>
</item>
<item>
<title>Data Visualization Addon for Blender3d</title>
<link>/posts/post01/</link>
<pubDate>Mon, 22 Mar 2021 11:43:05 -0400</pubDate>
<guid>/posts/post01/</guid>
<description>I&rsquo;ve been using the 3d vfx application Blender for quite some time now (since 2010ish) and decided it would be fun to mess around with it for some other use cases. Using it as a way to visualize data.
While Blender is commonly used as a tool for digital art, I thought it would be interesting to integrate some type of data loading/parsing. This would also help me hone my python skills.</description>
</item>
</channel>
</rss>