Skip to content

Commit 56ecf86

Browse files
committed
We are cooking?
1 parent ba229a6 commit 56ecf86

22 files changed

+85
-79
lines changed

config.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ links = [ # Your links
5151
{ name = "Instagram", icon = "instagram", url = "https://www.instagram.com/jedjoudo/" },
5252
{ name = "LinkedIn", icon = "linkedin", url = "https://www.linkedin.com/in/jed-jribi/" },
5353
{ name = "Email", icon = "email", url = "mailto:[email protected]" },
54-
#{ name = "Discord", icon = "discord", url = "" },
5554
{ name = "Youtube", icon = "youtube", url = "https://www.youtube.com/channel/UCaeZjQFw4QIi5vdfonAmsvA" },
5655
]
5756

@@ -70,7 +69,7 @@ nav_wrapper_right = "} ;"
7069
nav_wrapper_separator = ","
7170

7271
display_id = true # Whether to display your id on homepage
73-
blog_categorized = true # Whether to categorize blog posts
72+
blog_categorized = false # Whether to categorize blog posts
7473
blur_effect = true # Whether to turn on blur effect on navigation bar
7574
back_to_top = true # Whether to show back-to-top button on post pages
7675

content/1mil_count.png

8.46 KB
Loading

content/1mil_editor.png

3.23 MB
Loading

content/1mil_standalone.png

1.22 MB
Loading

content/500k_total_trees.png

608 KB
Loading

content/775k_total.png

2.89 MB
Loading

content/775k_total_counts.png

8.48 KB
Loading

content/about/_index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,22 @@ lang = 'en'
1010

1111
Hello and welcome to my first website!
1212

13-
I'm Jed, and I'm ~~a senior high school~~ a Computer Science student at UofG (Class of '29)!!!
13+
I'm Jed, and I'm a Computer Science student at UofG ('29)
1414

1515
This is my personal blog where I will be posting about new programming related things. I will also be posting about my personal projects and retrospectives. I might as well write up some very obscure blogs about how I implemented something or about me ranting about my frustrations over time, so uh, take my blogs with a grain of salt most of the time.
1616

17-
**>:3**
17+
If you wanna chat about programming or anything in general feel free to add me on Discord :)
18+
discord: "nodle man"
1819

1920
Also if you have not noticed already I have a VTuber as profile picture. I have no shame, pride, nor any reason *not* to put my favourite VTuber.
2021
I **love** you Shirakami Fubuki.
2122
You are the only light in my world. <br>
2223
<sub> (it's ok Botan I still love you too, just not as much) <sub>
2324

24-
Font is Roboto Mono from Google Fonts btw
25+
The self depercating voices might be loud but the manic episode ego boost voices are louder, we stay silly.
26+
27+
28+
Font is **Roboto Mono** from Google Fonts btw
2529

2630
{% note(header="Note") %}
2731
Test 123

content/blog/cflake_rewrite.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date = 2023-09-16
44
draft = false
55

66
[taxonomies]
7-
categories = ["cFlake Engine"]
7+
categories = ["cFlake"]
88
tags = ["game-dev", "ecs", "game-engine-dev"]
99

1010
[extra]
@@ -64,9 +64,10 @@ truncate_summary = false
6464
* Fast compile times (pls fix)
6565
* Doesn't run like absolute ass (should not be coping with sub 60 fps worst case)
6666
* Easy to maintain
67-
* Does not commit war crimes
68-
* Does not become a self ticking time bomb
69-
* Follows all ethical rules of the human race
67+
* Fucking awesome rendering system:
68+
* Asset streaming (with mip streaming yessss)
69+
* BDA, PBR, Bindless, software rasterization, maybe even nanite
70+
* Cool built in screen space effects that do NOT bloat up the system: VXGI, SSAO, DoF, Motion blur, FSR stuff, VXAO, HBAO, light probe stuff, baked lighting, volumetric lighting. All the cool shit like that!!
7071

7172
**Bare bones stuff needed to get simple engine running:**
7273
1. Event execution through custom dependency graph

content/blog/custom_ecs_rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
+++
2-
title = "Re-implementing a custom ECS for my game engine"
2+
title = "Yet Another Archetypal ECS Rust Implementation"
33
date = 2023-09-16
44
draft = false
55

66
[taxonomies]
7-
categories = ["cFlake Engine"]
7+
categories = ["cFlake"]
88
tags = ["game-dev", "ecs", "custom-engine"]
99

1010
[extra]

0 commit comments

Comments
 (0)