About Social Code
summaryrefslogtreecommitdiff
path: root/html/index.html
blob: 40324fc3f5abe9fbb25fb96b2a77afcab5aa8724 (plain)
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!doctype html>

<html class="html-main-page" lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>Fryzek Concepts</title>

    <link rel="stylesheet" href="/assets/style.css">
    <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
    <link rel="icon" type="image/png" href="/assets/favicon.png">
    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>

<body>
    <div class="header-bar">
        <a href="/index.html">
            <img src="/assets/favicon.svg" alt="frycon logo">
        </a>
        <div class="header-links">
                        <a href="/now.html" class="header-link">Now</a>
            <a href="/about.html" class="header-link">About</a>
            <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
            <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
        </div>
    </div>
    <main>
<div class="frontpage-main-container">
<div class="title-header-container">
    <div class="animated-box">
        <ul class="animated-name">
            <li class="animated-name item-1">Lucas</li>
            <li class="animated-name item-2">卢卡斯</li>
            <li class="animated-name item-2">Λούκας</li>
            <li class="animated-name item-2">لوكاس</li>
            <li class="animated-name item-2">Lukáš</li>
            <li class="animated-name item-2">ルーカス</li>
            <li class="animated-name item-1">Lucas</li>
        </ul>
    </div>
    <h1 class=title-header> is a developer working on cool things. </h1>
</div>

<h2 class="main-heading">Notes
    <a class="rss" href="/feed.xml">
        <img class="rss" src="/assets/rss.svg">
    </a>
</h2>
<div class="notes-container">
        <a href="/notes/2024_igalia_graphics_team.html" class="note-link">
        <div class="note-box">
            <img src="/assets/igalia_logo.png">
            <h2>2024 Graphics Team Contributions at Igalia</h2>
            <p>2024 has been an exciting year for the Igalia’s Graphics
            Team. We’ve been making a lot of on ...</p>
        </div>
    </a>
        <a href="/notes/android_swrast.html" class="note-link">
        <div class="note-box">
            <img src="/assets/2024-06-27-android-swrast/lavapipe_thumbnail.png">
            <h2>Software Rendering and Android</h2>
            <p>My current project at Igalia has had me working on Mesa’s
            software renderers, llvmpipe and been ...</p>
        </div>
    </a>
        <a href="/notes/vulkanised_2024.html" class="note-link">
        <div class="note-box">
            <img src="/assets/vulkanised_2024/vulkanized_logo_web.jpg">
            <h2>A Dive into Vulkanised 2024</h2>
            <p>Vulkanised sign at google’s officeVulkanised sign at
            google’s officeLast week I had an exciting ...</p>
        </div>
    </a>
        <a href="/notes/converting_from_3d_to_2d.html" class="note-link">
        <div class="note-box">
            <img src="/assets/3d_to_2d.png">
            <h2>Converting from 3D to 2D</h2>
            <p>Recently I’ve been working on a project where I needed to
            convert an application written in to a ...</p>
        </div>
    </a>
        <a href="/notes/mesa_23_1_contributions_behind_the_scenes.html" class="note-link">
        <div class="note-box">
            <img src="/assets/mesa3d.svg">
            <h2>Igalia’s Mesa 23.1 Contributions - Behind the
            Scenes</h2>
            <p>It’s an exciting time for Mesa as its next major release
            is unveiled this week. Igalia has played ...</p>
        </div>
    </a>
        <a href="/notes/freedreno_journey.html" class="note-link">
        <div class="note-box">
            <img src="/assets/freedreno/glinfo_freedreno_preview.png">
            <h2>Journey Through Freedreno</h2>
            <p>Android running FreedrenoAndroid running FreedrenoAs part
            of my training at Igalia I’ve been to ...</p>
        </div>
    </a>
        <a href="/notes/rasterizing-triangles.html" class="note-link">
        <div class="note-box">
            <img src="/assets/2022-04-03-rasterizing-triangles/Screenshot-from-2022-04-03-13-43-13.png">
            <h2>Rasterizing Triangles</h2>
            <p>Lately I’ve been trying to implement a software renderer
            following the algorithm described by ...</p>
        </div>
    </a>
        <a href="/notes/global_game_jam_2023.html" class="note-link">
        <div class="note-box">
            <img src="/assets/global_game_jam_2023/screen_shot_2.png">
            <h2>Global Game Jam 2023 - GI Jam</h2>
            <p>At the beginning of this month I participated in the
            Games Institutes’s Global Game Jam event. ...</p>
        </div>
    </a>
        <a href="/notes/2022_igalia_graphics_team.html" class="note-link">
        <div class="note-box">
            <img src="/assets/igalia_logo.png">
            <h2>2022 Graphics Team Contributions at Igalia</h2>
            <p>This year I started a new job working with Igalia’s
            Graphics Team. For those of you who don’t ...</p>
        </div>
    </a>
        <a href="/notes/n64brew-gamejam-2021.html" class="note-link">
        <div class="note-box">
            <img src="/assets/2021-12-10-n64brew-gamejam-2021/bug_3.png">
            <h2>N64Brew GameJam 2021</h2>
            <p>So this year, myself and two others decided to
            participate together in the N64Brew homebrew where ...</p>
        </div>
    </a>
        <a href="/notes/digital_garden.html" class="note-link">
        <div class="note-box">
            <h2>Digital Garden</h2>
            <p>After reading Maggie Appleton page on digital gardens I
            was inspired to convert my own website into a digital
            garden.I have many half baked ideas that I seem to be able
            to finish. Some of them get to a published state like and ,
            but many of them never make it to the published state. The
            idea of digital garden seems very appealing to me, as it
            encourages you to post on a topic even if you haven’t made
            it publishable yet.How this site works - I wanted a bit of
            challenge when putting together ...</p>
        </div>
    </a>
        <a href="/notes/baremetal-risc-v.html" class="note-link">
        <div class="note-box">
            <img src="/assets/2022-06-09-baremetal-risc-v/PXL_20220609_121350403.jpg">
            <h2>Baremetal RISC-V</h2>
            <p>After re-watching suckerpinch’s Reverse Emulation video I
            got inspired to try and replicate what ...</p>
        </div>
    </a>
        <a href="/notes/generating-video.html" class="note-link">
        <div class="note-box">
            <h2>Generating Video</h2>
            <p>One thing I’m very interested in is computer graphics.
            This could be complex 3D graphics or simple 2D graphics. The
            idea of getting a computer to display visual data fascinates
            me. One fundamental part of showing visual data is
            interfacing with a computer monitor. This can be
            accomplished by generating a video signal that the monitor
            understands. Below I have written instructions on how an
            FPGA can be used to generate a video signal. I have
            specifically worked with the iCEBreaker FPGA but the...</p>
        </div>
    </a>
    </div>
</div>    </main>
</body>
</html>