You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/_index.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,14 @@
5
5
6
6
I'm Viraj, a 20yr old who's into disassembling computers, and writing software. This is my little corner on the Internet, where I post about things I find fascinating.
7
7
8
-
> *a place where I can dump the chaos in my head*
8
+
> *a place where I dump all my thoughts*
9
9
10
10
Take a stroll and maybe you'll find something nice.
11
11
12
12
### Some things about me
13
13
- I stay up most nights.
14
-
- I'm obsessed with computers.
15
-
- I like to keep things simple.
16
14
- I agree with the [hacker](http://www.catb.org/esr/faqs/hacker-howto.html#attitude) ideology.
15
+
- I'm obsessed with computers, video games, and music.
17
16
- I mostly prefer planning over "going with the flow".
Copy file name to clipboardExpand all lines: content/devlogs.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,14 @@ date = 2023-12-20
4
4
draft = false
5
5
+++
6
6
7
-
## 2024-01-06
8
-
Today, I decided to write to work a bit on the world. So, I divided my world into sections, and each section has it's own entities, and when the player enters a section, the camera move and shows that individual section. It feels much better than making the camera follow the player. Now, I'll add entities to the section, so time to make more sprites ig. Also, for now, I named the game "Trapped".
7
+
## 2024-03-23
8
+
I've started leetcoding a bit again, and it's been quite sometime. I've noticed that most problems are getting much more easier to understand and solve, might actually keep up the pace and make it a habit. I've also been studying deep learning a bit, found some good resources.
9
9
10
-
## 2024-01-05
11
-
I wrote some basic scripts, like one that generates mazes given a maze blueprint as a file input, a simple platformer game, etc.. But, I've been getting a bit bored, and I always had this idea to make my own game, something like [Faith: The unholy trinity](https://en.wikipedia.org/wiki/Faith:_The_Unholy_Trinity). I love the 8-bit style graphics and the eerie vibe. So, I decided to write my own. I setup the basic project structure, setup window, made the player sprite and loaded him into the game. Also, I added the letter feature, where the player can interact with a letter entity and it'll display some text on scree, its for telling the story, kinda. I still have to polish this part a lot and since I'm writing from scratch with no game engine and I'm new to C++ and SFML, it's taking some time to get through stuff.
10
+
## 2024-01-06
11
+
Today, I decided to write to work a bit on the world (I'm making a small game). So, I divided my world into sections, and each section has it's own entities, and when the player enters a section, the camera move and shows that individual section. It feels much better than making the camera follow the player. Now, I'll add entities to the section, so time to make more sprites ig. Also, for now, I named the game "Trapped".
12
12
13
13
## 2024-01-04
14
14
I been learning to use SFML, but here is a problem I found. The way people usually setup game dev projects, is using Visual Studio on windows. I move a lot between OSes cause I use two different devices, one with windows and one with linux. Also, I don't like the way Visual studio works or the way projects are setup and structured on it. So, I decided to write a template for structuring cpp projects and I did it. Now, I can easily move b/w OSes and work the way I'm used to working.
15
15
16
-
## 2024-01-03
17
-
I wanted to learn C++ properly and get good at it. So, I decided to work on some projects. But, I was confused about what kind of projects I wanna work on and finally, I decided to write games. I looked into it, and started looking into [SFML](https://www.sfml-dev.org/). Also, since I never did anything related to Graphics much, It seemed kinda daunting. But, I kinda got the hang of it, after following some tutorials and docs.
18
-
19
-
16
+
## 2024-01-01
17
+
I've decided to make a page to throw random thoughts whenever I feel like it. Some updates on what I'm working on, new things I've explored, etc..
0 commit comments