minor changes; merge game dev and graphics programming; added photography
@@ -2,11 +2,20 @@
|
|||||||
template = "index.html"
|
template = "index.html"
|
||||||
title = "CJ Satnarine"
|
title = "CJ Satnarine"
|
||||||
+++
|
+++
|
||||||
<center> <p> <a id="vaxandi_forritari" href="/projects/vaxandi_forritari/"> vaxandi forritari </a> | <a id="aspiring_graphics_programmer" href="/projects/aspiring_graphics_programmer/"> aspiring graphics programmer </a> | <a id="amateur_linguist" href="/projects/amateur_linguist/"> amateur linguist </a> | <a id="wannabe_game_developer" href="/projects/wannabe_game_developer/"> wannabe game developer </a> | <a id="adventuring_animator" href="/projects/adventuring_animator/"> adventuring animator </a> | <a id="music_enjoyer" href="/projects/music_enjoyer/">music enjoyer </a> </p> </center>
|
<center>
|
||||||
|
<p>
|
||||||
|
<a id="vaxandi_forritari" href="/projects/vaxandi_forritari/"> vaxandi forritari </a> |
|
||||||
|
<a id="aspiring_game_developer" href="/projects/aspiring_game_developer/"> aspiring game developer </a> |
|
||||||
|
<a id="amateur_linguist" href="/projects/amateur_linguist/"> amateur linguist </a> |
|
||||||
|
<a id="frolicking_photographer" href="/projects/frolicking_photographer/"> frolicking photographer </a> |
|
||||||
|
<a id="adventuring_animator" href="/projects/adventuring_animator/"> adventuring animator </a> |
|
||||||
|
<a id="music_enjoyer" href="/projects/music_enjoyer/">music enjoyer </a>
|
||||||
|
</p>
|
||||||
|
</center>
|
||||||
|
|
||||||
Hey, I'm CJ! I'm an aspiring graphics programmer/technical artist/game developer from Waterloo or Kitchener or somewhere in that area it's basically the same city. I like coding and animating and languages and computers and reading and music. I'm not like the other programmers, I avoid caffeine since 2022. i use arch btw but I'm not that lost yet I still (occasionally) go outside!!
|
Hey, I'm CJ! I'm an aspiring graphics programmer/technical artist/game developer from Waterloo. I like coding and animating and languages and computers and reading and music.
|
||||||
|
|
||||||
Any way, I attended Software Engineering Technology at Conestoga College between September 2023 and August 2024. Turned out software engineering wasn't my cup of tea, so I dropped out. Nowadays I'm just working on projects, volunteering at a [computer recycling centre](https://www.theworkingcentre.org/projects/computer-recycling/), and trying to teach myself a few things.
|
I attended Software Engineering Technology at Conestoga College between September 2023 and August 2024. Turned out software engineering wasn't my cup of tea, so I dropped out. Nowadays I'm just working on projects, volunteering at a [computer recycling centre](https://www.theworkingcentre.org/projects/computer-recycling/), and trying to teach myself a few things.
|
||||||
|
|
||||||
> I do not use generative AI in any of my work. At this moment, I do not plan on using generative AI because I do not need it: my goal is to learn, not to just get things done.
|
> I do not use generative AI in any of my work. At this moment, I do not plan on using generative AI because I do not need it: my goal is to learn, not to just get things done.
|
||||||
|
|
||||||
@@ -17,5 +26,5 @@ Any way, I attended Software Engineering Technology at Conestoga College between
|
|||||||
- [Instagram](https://www.instagram.com/cjsatnarine/) (I'm not on there so often)
|
- [Instagram](https://www.instagram.com/cjsatnarine/) (I'm not on there so often)
|
||||||
## Feel free to contact me via:
|
## Feel free to contact me via:
|
||||||
- `.just_cj` : Discord
|
- `.just_cj` : Discord
|
||||||
- `cjsatnarine@gmail.com` : E-mail
|
- `satnarinecj101@gmail.com` : E-mail
|
||||||
<canvas id="rendering_canvas"/>
|
<canvas id="rendering_canvas"/>
|
||||||
|
17
content/projects/aspiring_game_developer/_index.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
+++
|
||||||
|
template = "aspiring_game_developer.html"
|
||||||
|
title = "Aspiring Game Developer"
|
||||||
|
+++
|
||||||
|
I think graphics are cool. I really like graphics. When I grow up I want to be a graphics programmer. For now I can learn how to be a game developer while playing around with graphics stuff. Here you'll find those learning projects.
|
||||||
|
|
||||||
|
My admiration for computer graphics and game development grew with my interests in programming and 3D animation. Throughout the years, I have used (and plan to use) a couple of game engines:
|
||||||
|
- *Unity*: this was where I learnt how to program in C#, and where most of my experience lies in terms of game engines (picked it up in 2021)
|
||||||
|
- *Godot*: learning Godot because I love FOSS, I use C# instead of GDScript for scripting (picked it up in 2025)
|
||||||
|
- *UPBGE*: tried out [Blender's game engine](https://upbge.org/#/) for a few months but I wasn't a fan of scripting in Python so I ditched it
|
||||||
|
- *GDevelop*: yeah no
|
||||||
|
- *LÖVE*: tried it out but it was more of a playground than using it as an actual game engine
|
||||||
|
- *Pygame*: did a bit in highschool, but that's about it
|
||||||
|
- *Kyzen*: soon to be first beta tester of [Kyzen 2D game engine](https://github.com/luut189/kyzen)
|
||||||
|
|
||||||
|
Since July of 2024, I have been trying teaching myself graphics programming (it's difficult but I love it). Currently, I am teaching myself *OpenGL* and *GLSL*. Eventually, I hope to move onto something modern like *Vulkan* once I'm more experienced. I also hope to experiment more with *Godot Shader Language* in Godot. I am currently using *Godot* for my game development projects.
|
||||||
|
## Projects
|
Before Width: | Height: | Size: 279 KiB After Width: | Height: | Size: 279 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |
@@ -1,8 +0,0 @@
|
|||||||
+++
|
|
||||||
template = "aspiring_graphics_programmer.html"
|
|
||||||
title = "Aspiring Graphics Programmer"
|
|
||||||
+++
|
|
||||||
I think graphics are cool. I really like graphics. When I grow up I want to be a graphics programmer. For now I can pretend I'm one while learning a few things. Here you'll find those learning projects.
|
|
||||||
|
|
||||||
My admiration for computer graphics grew with my interests in programming and 3D animation. Since July of 2024, I have been trying teaching myself graphics programming (it's difficult but I love it). Currently, I am teaching myself *OpenGL* and *GLSL*. Eventually, I hope to move onto something modern like *Vulkan* once I'm more experienced. I also hope to experiment more with *Godot Shader Language* in Godot.
|
|
||||||
## Projects
|
|
7
content/projects/frolicking_photographer/_index.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
+++
|
||||||
|
template = "frolicking_photographer.html"
|
||||||
|
title = "Frolicking Photographer"
|
||||||
|
+++
|
||||||
|
I managed to get my hands on an old Nikon D70s camera, so I'll try to learn photography from that.
|
||||||
|
## Gallery
|
||||||
|
###### Coming soon!
|
@@ -2,7 +2,7 @@
|
|||||||
template = "projects.html"
|
template = "projects.html"
|
||||||
title = "Vaxandi Forritari"
|
title = "Vaxandi Forritari"
|
||||||
+++
|
+++
|
||||||
This is where you'll find my coding projects, tech projects, anything that's coding but isn't <a id="aspiring_graphics_programmer" href="/projects/aspiring_graphics_programmer/">graphics programming</a> or <a id="wannabe_game_developer" href="/projects/wannabe_game_developer/">game development</a>.
|
This is where you'll find my coding projects, tech projects, anything that's coding but isn't <a id="aspiring_graphics_programmer" href="/projects/aspiring_game_developer/">game development</a>.
|
||||||
|
|
||||||
The phrase ***Vaxandi Forritari*** is Icelandic for ***learning programmer***. I'm still learning a lot, so I'm a *vaxandi forritari* in a way. I discovered my love for programming in highschool at the age of 16, when I was learning to use the Unity game engine. I'm familiar with the following programming languages:
|
The phrase ***Vaxandi Forritari*** is Icelandic for ***learning programmer***. I'm still learning a lot, so I'm a *vaxandi forritari* in a way. I discovered my love for programming in highschool at the age of 16, when I was learning to use the Unity game engine. I'm familiar with the following programming languages:
|
||||||
- *C#*: learnt it in 2021 for scripting in Unity
|
- *C#*: learnt it in 2021 for scripting in Unity
|
||||||
|
@@ -1,17 +0,0 @@
|
|||||||
+++
|
|
||||||
template = "wannabe_game_developer.html"
|
|
||||||
title = "Wannabe Game Developer"
|
|
||||||
+++
|
|
||||||
Here you'll find my game dev projects. I have had an interest in game development for as long as I have been learning to program. Throughout my time programming, I have used (and plan to use) a couple of game engines:
|
|
||||||
- *Unity*: this was where I learnt how to program in C#, and where most of my experience lies in terms of game engines (picked it up in 2021)
|
|
||||||
- *Godot*: learning Godot because I love FOSS, I use C# instead of GDScript for scripting (picked it up in 2025)
|
|
||||||
- *UPBGE*: tried out [Blender's game engine](https://upbge.org/#/) for a few months but I wasn't a fan of scripting in Python so I ditched it
|
|
||||||
- *GDevelop*: yeah no
|
|
||||||
- *LÖVE*: tried it out but it was more of a playground than using it as an actual game engine
|
|
||||||
- *Pygame*: did a bit in highschool, but that's about it
|
|
||||||
- *Kyzen*: soon to be first beta tester of [Kyzen 2D game engine](https://github.com/luut189/kyzen)
|
|
||||||
|
|
||||||
I am currently trying to focus on using Unity.
|
|
||||||
|
|
||||||
## Projects
|
|
||||||
###### Projects coming soon!
|
|
@@ -5,6 +5,7 @@ title = "Stuff I Like"
|
|||||||
## Music
|
## Music
|
||||||
This is in no way all of my favourite artists, there are too many to list. These are just the ones I really enjoy and don't mind sharing:
|
This is in no way all of my favourite artists, there are too many to list. These are just the ones I really enjoy and don't mind sharing:
|
||||||
- *Molchat Doma*
|
- *Molchat Doma*
|
||||||
|
- *LOOK MUM NO COMPUTER*
|
||||||
- *FIBEL*: I really like their songs Winter and Unique.
|
- *FIBEL*: I really like their songs Winter and Unique.
|
||||||
- *HARBOUR*
|
- *HARBOUR*
|
||||||
- *Provinz*: I just listened to them a lot when I was learning German.
|
- *Provinz*: I just listened to them a lot when I was learning German.
|
||||||
|
@@ -72,7 +72,7 @@ hr {
|
|||||||
color: colours.$h1;
|
color: colours.$h1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#aspiring_graphics_programmer {
|
#aspiring_game_developer {
|
||||||
color: colours.$h2;
|
color: colours.$h2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -80,7 +80,7 @@ hr {
|
|||||||
color: colours.$h3;
|
color: colours.$h3;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wannabe_game_developer {
|
#frolicking_photographer {
|
||||||
color: colours.$h4;
|
color: colours.$h4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 id="wannabe_game_developer" class="title">
|
<h1 id="aspiring_game_developer" class="title">
|
||||||
{{ section.title }}
|
{{ section.title }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
@@ -1,7 +1,7 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 id="aspiring_graphics_programmer" class="title">
|
<h1 id="frolicking_photographer" class="title">
|
||||||
{{ section.title }}
|
{{ section.title }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
@@ -9,9 +9,9 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a id="vaxandi_forritari" href="{{ get_url(path='@/projects/vaxandi_forritari/_index.md') }}">vaxandi forritari</a></li>
|
<li><a id="vaxandi_forritari" href="{{ get_url(path='@/projects/vaxandi_forritari/_index.md') }}">vaxandi forritari</a></li>
|
||||||
<li><a id="aspiring_graphics_programmer" href="{{ get_url(path='@/projects/aspiring_graphics_programmer/_index.md') }}">aspiring graphics programmer</a></li>
|
<li><a id="aspiring_game_developer" href="{{ get_url(path='@/projects/aspiring_game_developer/_index.md') }}">aspiring graphics programmer</a></li>
|
||||||
<li><a id="amateur_linguist" href="{{ get_url(path='@/projects/amateur_linguist/_index.md') }}">amateur linguist</a></li>
|
<li><a id="amateur_linguist" href="{{ get_url(path='@/projects/amateur_linguist/_index.md') }}">amateur linguist</a></li>
|
||||||
<li><a id="wannabe_game_developer" href="{{ get_url(path='@/projects/wannabe_game_developer/_index.md') }}">wannabe game developer</a></li>
|
<li><a id="frolicking_photographer" href="{{ get_url(path='@/projects/frolicking_photographer/_index.md') }}">wannabe game developer</a></li>
|
||||||
<li><a id="adventuring_animator" href="{{ get_url(path='@/projects/adventuring_animator/_index.md') }}">adventuring animator</a></li>
|
<li><a id="adventuring_animator" href="{{ get_url(path='@/projects/adventuring_animator/_index.md') }}">adventuring animator</a></li>
|
||||||
<li><a id="music_enjoyer" href="{{ get_url(path='@/projects/music_enjoyer/_index.md') }}">music enjoyer</a></li>
|
<li><a id="music_enjoyer" href="{{ get_url(path='@/projects/music_enjoyer/_index.md') }}">music enjoyer</a></li>
|
||||||
|
|
||||||
|