Merge repos with workflow
16
content/about/index.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "About"
|
||||
date: 2019-08-02T11:04:49+08:00
|
||||
draft: false
|
||||
description: "About"
|
||||
images: ["/banner.png"]
|
||||
|
||||
lightgallery: true
|
||||
|
||||
# math:
|
||||
# enable: true
|
||||
---
|
||||
|
||||

|
||||
|
||||
This site is the best place to catch up on my projects and to get the downloads for my projects when they come out. I work on various things like game development to modding Minecraft. Any project will have its own subdomain and page. If you want to talk to me personally about something, here's my [email](mailto:joshuafhiggins@gmail.com).
|
||||
3
content/categories/_index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: "Projects"
|
||||
---
|
||||
9
content/categories/butterengine/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Butter Engine"
|
||||
---
|
||||
|
||||
Butter Engine is a game engine made in LWJGL and uses its subset libraries for various tasks. What originally started as a simple rendering library to use LWJGL easier is now becoming a fully-fledged engine and with the hope to fill the same role as Garry's Mod in end-user development.
|
||||
|
||||
Although similar to other projects in ambition, the hope is to work on certain parts of the TODO list at a time. For example, spending some time on rendering and then transitioning to audio, to ECS, and back.
|
||||
|
||||
The checklist is available on the [GitHub repository](https://github.com/higgy999/ButterEngine).
|
||||
11
content/categories/gametimemod/_index.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "Game Time"
|
||||
---
|
||||
|
||||
Game Time is a Minecraft mod that tracks time spent in game. I have no idea where I put the downloads. Here's an excerpt from the "Catching Up & Centralizing" post on what my plans are for this:
|
||||
|
||||
*"I think this would be more suited as a general-purpose desktop app that works similar to the way Steam keeps track of hours. It would also be a general-purpose, statistic-keeping app with a name change."*
|
||||
|
||||
As stated, this is an intresting project that I'm definitly going to revist and update.
|
||||
|
||||
There are no posts.
|
||||
5
content/categories/general/_index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "General"
|
||||
---
|
||||
|
||||
Just general thing, like this website.
|
||||
11
content/categories/leftclickcountermod/_index.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "Left Click Counter"
|
||||
---
|
||||
|
||||
It means what the name implies. Counts your left clicks in Minecraft. Downloads the latest release [here](https://sites.google.com/view/toasty-modding/mods/left-click-counter-mod/downloads?authuser=0) (subject to change). Here is an ecerpt from the "Catching Up & Centralizing" post about Left Click Counter mod:
|
||||
|
||||
*"The only thing I would change or work on with this is the system detecting left clicks. Which looking back, is not at all accurate. Although this would require me to change the updating system and as explained in [the centralizing section](/general/website/2021/08/08/general-catchingup.html#Centralizing), this probably won't happen."*
|
||||
|
||||
*"I would like to"*...*"Update Left Click Counter mod to use this site for updating and whatnot, but seems very easy to over-engineer and mess up the update process. So I’m going to leave it like it is for now unless I get bored and run out of projects."*
|
||||
|
||||
There are no posts.
|
||||
26
content/categories/pranksuite/_index.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: "Prank Suite"
|
||||
---
|
||||
*[Formally, Weeb Detector](https://www.youtube.com/embed/grI_YSRRoBY) was a prank I made to use on my brother, since he started watching anime. He deserved this punishment fully. I made a video on how to set it up and a code walk-through aswell.*
|
||||
|
||||
NOTE: This software can be used maliciously. I am no way responsible for the use of this software and encourage its use in good faith.
|
||||
|
||||
## Features
|
||||
- See and close open user's windows
|
||||
- Trigger popups with custom text
|
||||
- Trigger HTML popups
|
||||
- Remotely play sounds
|
||||
- Remotely change the user's wallpaper
|
||||
|
||||
## Changes since Weeb Detector
|
||||
- Trigger HTML popups
|
||||
- Remotely play sounds
|
||||
- UI Redesign for ease of pranking
|
||||
- Ability to transfer files for all pranks
|
||||
|
||||
## Setup
|
||||
1. Download the source code from [GitHub](https://github.com/higgy999/PrankSuite)
|
||||
2. Open the project in IntelliJ and change the `SERVER_IP` in `PSClient.java` to your computers local IP address
|
||||
3. Build the server and client artifacts
|
||||
4. Download [JavaFX SDK](https://gluonhq.com/products/javafx/) and extract it somewhere safe
|
||||
5. When running the client and server, add `--module-path .\PATH_TO\javafx-sdk-XX.X.X\lib` and `--add-modules=javafx.controls,javafx.fxml,javafx.web` to the run command
|
||||
9
content/categories/sparticus/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Sparticus"
|
||||
---
|
||||
|
||||
Sparticus was an overly ambitious project that focused on combining ray-tracing with a Minecraft PVP client. It was going to be made in Unity and compatible with multiple Minecraft versions. There were no versions ever released. This fell through as described in the "Catching Up & Centralizing" post. Here's an excerpt:
|
||||
|
||||
*"Yeah ummm... got a little too ambitious with it. At the time of the announcement, I knew very little about Unity, and because of how Unity works at a very high level, you either use tutorials or sit confused about it, doing nothing. Aside from that, texturing alone took forever and got me burnt out. The networking, which was promising at first, turned into a system that I was making changes to with no idea if anything was working. Essentially a programmer's worst nightmare, being stuck in a pandamonium of whether to continue or not with something that would be a pain to debug later. I'm not completely lost on the idea. Sonic Ether's ray tracer for Java Edition is still in early development and doesn't use any of the fancy RTX/DLSS features or the AMD counterparts. Continuum Shaders have similar goals, like redoing the graphics engine with the latest OpenGL and then going to Vulkan later. They also plan on using the new ray tracing and upscaling features too! Google Search Console for the website clearly shows people have an interest in high fidelity, PVP clients."*
|
||||
|
||||
There are no posts.
|
||||
9
content/categories/tf2opengl/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "TF2 in OpenGL & Java"
|
||||
---
|
||||
|
||||
This is an on and off project to make TF2 in OpenGL, so I learn more about the render pipeline. The goals of this project later became what [Butter Engine](/butterengine/) was supposed to be. There are no releases availble. Here's an excerpt from "Catching Up & Centralizing" for more info:
|
||||
|
||||
*"Postponed until Butter Engine is "done" read [here](\butterengine\update\programming\2021\08\07\butter-dejavu.html) on my current work with Butter Engine for more info. I followed [LearnOpenGL.com's](https://learnopengl.com) tutorial to get started on this. This was kind of my deja vu when working on Butter Engine."*
|
||||
|
||||
There are no posts.
|
||||
9
content/categories/undergroundduels/_index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Underground Duels"
|
||||
---
|
||||
|
||||
Underground Duels is a project to make an FPS game to run on my school's chromebooks. No releases were ever published. Here's an excerpt from "Catching Up & Centralizing" for more info:
|
||||
|
||||
*"This project started sensibly as a way to play a deathmatch FPS on school Chromebooks and learn how to use Mirror Networking at the same time. One small problem though, FPS games are very mice reliant. The alternative would be to have keys on the keyboard function similar to joysticks. It also always bugged me that the only way people talked about networking movement in Mirror was through always trusting the client. This bugged me a lot. Then I remembered of The Ship. A fun, murdering delight with the remastered (Remasted) made in Unity! But no progress was made here either as it's extremely hard to decompile and C# out of Unity 2015 due to so many issues with version compatibility that it's not worth the hassle for anyone to do. The remastered version is broken now as no localhost connections will work despite whatever configuration. I sent an email to their support team on the issue and offered my help to fix it, but I haven't gotten a response."*
|
||||
|
||||
There are no posts.
|
||||
BIN
content/posts/butter-dejavu/featured-image.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
123
content/posts/butter-dejavu/index.md
Normal file
@@ -0,0 +1,123 @@
|
||||
---
|
||||
title: "Getting Deja Vu Right Now"
|
||||
date: 2021-08-08T21:21:30-04:00
|
||||
lastmod: 2022-08-22T16:02:56-04:00
|
||||
draft: false
|
||||
|
||||
# author: "LitlToast"
|
||||
# authorLink: "https://higgy999.github.io"
|
||||
description: "I feel like I wrote this code before..."
|
||||
images: ["/butter-smiley-streched.png", "/butter-smiley-projected.png", "/butter-dragon-modelloading.png"]
|
||||
resources:
|
||||
- name: "featured-image"
|
||||
src: "featured-image.png"
|
||||
|
||||
tags: ["Butter Engine", "Update", "Programming"]
|
||||
categories: ["butterengine"]
|
||||
|
||||
lightgallery: true
|
||||
---
|
||||
|
||||
I feel like I wrote this code before...
|
||||
|
||||
<!--more-->
|
||||
|
||||
Up until last week, I have been working on the base rendering, textures, and 3D projection which all felt vaguely familiar (*cough cough..[TF2 OpenGL & Java](https://github.com/higgy999/tf2-opengl)..cough cough*). As well as a basis for mod loading.
|
||||
|
||||
But for this week, I didn't do much (*less than I wanted to*) but I did do research into physics, cameras, model loading, and entity component systems/ECS.
|
||||
|
||||
## Base Rendering
|
||||
I'm really happy with the way this got done. The mesh class makes a bunch of BufferObjects that hold the OpenGL pointers and have base functions for cleanup. This allows very easy derivatives of the Mesh class for whatever they needed.
|
||||
|
||||
{{< highlight java >}}
|
||||
public class FooMesh extends Mesh {
|
||||
//...
|
||||
|
||||
@Override
|
||||
public void Create() {
|
||||
//Make our VAO
|
||||
VAO = new BufferObject.VAO();
|
||||
VAO.Bind();
|
||||
//Array of non specific BufferObjects
|
||||
bufferObjects[0] = new BufferObject.VBO(vertices, 0);
|
||||
//Static classes that inherit BufferObject.
|
||||
//These are binded and attached with no intervention
|
||||
bufferObjects[1] = new BufferObject.CBO(vertices, 1);
|
||||
bufferObjects[2] = new BufferObject.TBO(vertices, 2);
|
||||
IBO = new BufferObject.IBO(indices);
|
||||
VAO.Unbind();
|
||||
}
|
||||
|
||||
//...
|
||||
|
||||
//Rendering, method calls are pretty self explanatory.
|
||||
//Inputs aren't final.
|
||||
//I'm not happy with the Entity being passed in for rendering when Entity's hold meshes
|
||||
public void Render(Entity entity, Camera camera) {
|
||||
VAO.Bind();
|
||||
enableVertexAttrib();
|
||||
IBO.Bind();
|
||||
material.Bind();
|
||||
shader.Bind();
|
||||
SetUniforms(entity, camera);
|
||||
DrawElements();
|
||||
shader.Unbind();
|
||||
material.Unbind();
|
||||
IBO.Unbind();
|
||||
disableVertexAttrib();
|
||||
VAO.Unbind();
|
||||
}
|
||||
}
|
||||
{{< / highlight >}}
|
||||
|
||||
Derivatives were made when going through the tutorials but were ultimately removed for the approach of having a better base because having a different Mesh for color and then for texture and then color, but color is never used... It was just a headache for general refactoring and keeping them up to date. A lot of buffer stuff was taken from TF2 in Java & OpenGL.
|
||||
|
||||
## Textures
|
||||
Right now, only Albedo is being used and the Material class is nothing but a holder for SlickUtil Textures. I want the Material class to hold all of the textures without order and you leave it to modders to make their shaders and textures line up. I'm only using SlickUtil right now because of the ability to load Textures from class resources rather than the file path. But I'm ultimately going to replace it with my one Texture class because of the [model loader](#Model Loading) not using class resources. Supposedly we can load from resources, and call the function to load model from memory or textures from memory with STB, but I have no idea what the size of the buffers should be.
|
||||
|
||||

|
||||
|
||||
## 3D Projection
|
||||
JOML is being used for math and matrix loading and what not but this may change (see [the physics section](#physics)). Once I did this, it kinda made me think about what next. I thought I should focus on an ECS system for holding positions, rotations, etc. which right now is the Entity class that should be derived from but will change (see [the ECS section](#ecs)). This was kind of the thing that spun off into the unproductive week. Although this was not easy at all because the shader was originally going from different matrices in the wrong order.
|
||||
|
||||
{{< highlight glsl >}}
|
||||
//...
|
||||
|
||||
uniform mat4 model;
|
||||
uniform mat4 view;
|
||||
uniform mat4 projection;
|
||||
|
||||
void main() {
|
||||
//How it should be:
|
||||
//gl_Position = vec4(position, 1.0) * model * view * projection;
|
||||
|
||||
gl_Position = projection * view * model * vec4(position, 1.0);
|
||||
|
||||
//...
|
||||
}
|
||||
{{< / highlight >}}
|
||||
|
||||
But here it is now working just right:
|
||||
|
||||

|
||||
|
||||
## Mod Loading
|
||||
The Main class no longer holds any GLFW and is instead held in the Window class, similar to the Mesh class and BufferObjects. Mods right now hold a lot of control over what's happening. This is still subject to change because while this was going to be a render engine, it quickly became this bigger thing and the order of events right now is: Rendering (v0.1) -> ECS/Physics (v0.2) -> Audio/Sound (v0.3) -> Events/Mod Loading (v0.4). So we aren't even done with v0.1 and shouldn't worry about the specifics of this just yet. I just want to emphasize that this is a render engine before a game engine, no matter how much I want the latter.
|
||||
|
||||
## Cameras
|
||||
Absolute pain, never again. Jokes aside I just need to do more research because right now it looks like this:
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/anVOEiAujAY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
Should just leave it static right now with no movement...
|
||||
|
||||
## Physics
|
||||
Well, more of the research of it for Java. The best solution would be to use [JBullet](http://jbullet.advel.cz/), an outdated port of Bullet. It's the easiest to set up and using LibGDX port while similar, has no real prebuilt support for shapes and has to be done manually. LWJGL has a binding, but with a client-server architecture which is just terrible for doing anything simple. The only problem is, it uses javax.vecmath while right now I'm using JOML. Managing both is a pain and javax.vecmath has Transform objects, similar to Unity, so I'm gonna need to refractor a lot to use vecmath.
|
||||
|
||||
## ECS
|
||||
For ECS I'm gonna go with [Ashley](https://github.com/libgdx/ashley), a LibGDX solution. It seems like the only one used for games but not hard to build from scratch either, as a concept. Of course, I'm not going to dump a bunch of hours into custom-made when this is good enough. Although I don't know much in this and it is mainly up to developers on how they should organize this and this may change.
|
||||
|
||||
## Model Loading
|
||||
This is in no way finished as it is not grabbing all possible data right now, which is kind of driving me nuts but I'm gonna try to ignore it for now until the data being grabbed, like material data, can be used in engine. Here it is so far, using the smiley texture and the dragon model:
|
||||
|
||||

|
||||
BIN
content/posts/butter-engine-april2023/featured-image.png
Normal file
|
After Width: | Height: | Size: 299 KiB |
32
content/posts/butter-engine-april2023/index.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
title: "Butter Engine: April 2023"
|
||||
date: 2022-08-21T15:02:56-04:00
|
||||
lastmod: 2022-08-21T16:02:56-04:00
|
||||
# date: YEAR-MONTH-DAYTHOUR:MINUTE:SECOND-04:00
|
||||
draft: true
|
||||
|
||||
# author: "LitlToast"
|
||||
# authorLink: "https://higgy999.github.io"
|
||||
description: "Description"
|
||||
images: []
|
||||
resources:
|
||||
- name: "featured-image"
|
||||
src: "featured-image.png"
|
||||
|
||||
tags: ["Tag"]
|
||||
categories: ["Project"]
|
||||
|
||||
lightgallery: true
|
||||
|
||||
#For this example to not be shown:
|
||||
hiddenFromHomePage: true
|
||||
hiddenFromSearch: true
|
||||
---
|
||||
|
||||
Description
|
||||
Butter Engine (Java): UI, Physics, and Maps Post
|
||||
Now in Rust, Java struggles
|
||||
Whats Rust Like
|
||||
|
||||
<!--more-->
|
||||
|
||||
BIN
content/posts/example/featured-image.png
Normal file
|
After Width: | Height: | Size: 299 KiB |
29
content/posts/example/index.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: "Example"
|
||||
date: 2022-08-21T15:02:56-04:00
|
||||
lastmod: 2022-08-21T16:02:56-04:00
|
||||
# date: YEAR-MONTH-DAYTHOUR:MINUTE:SECOND-04:00
|
||||
draft: true
|
||||
|
||||
# author: "LitlToast"
|
||||
# authorLink: "https://higgy999.github.io"
|
||||
description: "Description"
|
||||
images: []
|
||||
resources:
|
||||
- name: "featured-image"
|
||||
src: "featured-image.png"
|
||||
|
||||
tags: ["Tag"]
|
||||
categories: ["Project"]
|
||||
|
||||
lightgallery: true
|
||||
|
||||
#For this example to not be shown:
|
||||
hiddenFromHomePage: true
|
||||
hiddenFromSearch: true
|
||||
---
|
||||
|
||||
Description
|
||||
|
||||
<!--more-->
|
||||
|
||||
BIN
content/posts/general-catchingup/featured-image.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
49
content/posts/general-catchingup/index.md
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
title: "Catching Up & Centralizing"
|
||||
date: 2021-08-08T20:29:20-04:00
|
||||
lastmod: 2022-08-22T19:13:30-04:00
|
||||
draft: false
|
||||
|
||||
description: "General things I need to do with the site"
|
||||
images: []
|
||||
resources:
|
||||
- name: "featured-image"
|
||||
src: "featured-image.png"
|
||||
|
||||
tags: ["Website", "General"]
|
||||
categories: ["general"]
|
||||
|
||||
lightgallery: true
|
||||
---
|
||||
|
||||
General things I need to do with the site
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Catching Up
|
||||
There's a lot that hasn't been covered yet on other projects that would just take way too long to write pages and posts for those pages on projects that were canceled or have seen very little progress. I plan on updating this site every week with what I have been up to.
|
||||
|
||||
### Left Click Counter Mod
|
||||
The only thing I would change or work on with this is the system detecting left clicks. Which looking back, is not at all accurate. Although this would require me to change the updating system and as explained in [the centralizing section](#centralizing), this probably won't happen.
|
||||
|
||||
### Game Time Mod
|
||||
I think this would be more suited as a general-purpose desktop app that works similar to the way Steam keeps track of hours. It would also be a general-purpose, statistic-keeping app with a name change.
|
||||
|
||||
### Sparticus
|
||||
Yeah ummm... got a little too ambitious with it. At the time of the announcement, I knew very little about Unity, and because of how Unity works at a very high level, you either use tutorials or sit confused about it, doing nothing. Aside from that, texturing alone took forever and got me burnt out. The networking, which was promising at first, turned into a system that I was making changes to with no idea if anything was working. Essentially a programmer's worst nightmare, being stuck in a pandamonium of whether to continue or not with something that would be a pain to debug later. I'm not completely lost on the idea. Sonic Ether's ray tracer for Java Edition is still in early development and doesn't use any of the fancy RTX/DLSS features or the AMD counterparts. Continuum Shaders have similar goals, like redoing the graphics engine with the latest OpenGL and then going to Vulkan later. They also plan on using the new ray tracing and upscaling features too! Google Search Console for the website clearly shows people have an interest in high fidelity, PVP clients.
|
||||
|
||||
### Underground Duels
|
||||
This project started sensibly as a way to play a deathmatch FPS on school Chromebooks and learn how to use Mirror Networking at the same time. One small problem though, FPS games are very mice reliant. The alternative would be to have keys on the keyboard function similar to joysticks. It also always bugged me that the only way people talked about networking movement in Mirror was through always trusting the client. This bugged me a lot. Then I remembered of The Ship. A fun, murdering delight with the remastered *(Remasted)* made in Unity! But no progress was made here either as it's extremely hard to decompile and C# out of Unity 2015 due to so many issues with version compatibility that it's not worth the hassle for anyone to do. The remastered version is broken now as no localhost connections will work despite whatever configuration. I sent an email to their support team on the issue and offered my help to fix it, but I haven't gotten a response.
|
||||
|
||||
### TF2 OpenGL & Java
|
||||
Postponed until Butter Engine is "done" read [here](/butter-dejavu) on my current work with Butter Engine for more info. I followed [LearnOpenGL.com's](https://learnopengl.com) tutorial to get started on this. This was kind of my deja vu when working on Butter Engine.
|
||||
|
||||
### Weeb Detector
|
||||
Although just a one-off thing, I may add more prank features or make it Linux/MacOS compatible. It did help me get more familiar with networking in Java.
|
||||
|
||||
## Centralizing
|
||||
I would like to merge the Sparticus site into here and update Left Click Counter mod to use this site for updating and whatnot, but seems very easy to over-engineer and mess up the update process. So I'm going to leave it like it is for now unless I get bored and run out of projects. I'm also working on adding a page on here for every project.
|
||||
|
||||
*So when I'm old and decrepit, I'll update my first ever Minecraft mod.*
|
||||
|
||||
|
||||
BIN
content/posts/prank-suite-release/featured-image.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
49
content/posts/prank-suite-release/index.md
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
title: "Prank Suite Release"
|
||||
date: 2023-04-08T22:12:00-04:00
|
||||
lastmod: 2023-04-08T22:12:00-04:00
|
||||
# date: YEAR-MONTH-DAYTHOUR:MINUTE:SECOND-04:00
|
||||
draft: false
|
||||
|
||||
# author: "LitlToast"
|
||||
# authorLink: "https://higgy999.github.io"
|
||||
description: "The next step in pranking your friends and family."
|
||||
images: []
|
||||
resources:
|
||||
- name: "featured-image"
|
||||
src: "featured-image.png"
|
||||
|
||||
tags: ["Update", "Release", "Programming"]
|
||||
categories: ["pranksuite"]
|
||||
|
||||
lightgallery: true
|
||||
---
|
||||
|
||||
The next step in pranking your friends and family.
|
||||
|
||||
<!--more-->
|
||||
|
||||
NOTE: This software can be used maliciously. I am no way responsible for the use of this software and encourage its use in good faith.
|
||||
|
||||
## Features
|
||||
- See and close open user's windows
|
||||
- Trigger popups with custom text
|
||||
- Trigger HTML popups
|
||||
- Remotely play sounds
|
||||
- Remotely change the user's wallpaper
|
||||
|
||||
## Changes since Weeb Detector
|
||||
- Trigger HTML popups
|
||||
- Remotely play sounds
|
||||
- UI Redesign for ease of pranking
|
||||
- Ability to transfer files for all pranks
|
||||
|
||||
## Setup
|
||||
1. Download the source code from [GitHub](https://github.com/higgy999/PrankSuite)
|
||||
2. Open the project in IntelliJ and change the `SERVER_IP` in `PSClient.java` to your computers local IP address
|
||||
3. Build the server and client artifacts
|
||||
4. Download [JavaFX SDK](https://gluonhq.com/products/javafx/) and extract it somewhere safe
|
||||
5. When running the client and server, add `--module-path .\PATH_TO\javafx-sdk-XX.X.X\lib` and `--add-modules=javafx.controls,javafx.fxml,javafx.web` to the run command
|
||||
|
||||
## The Development Path
|
||||
By default, Kyronet doesn't support sending files across the network. Although this post is being made way after release, I remember this process being hard to debug, but this isn't a fault of Kyronet. Both the client and server are kept in one source file. I never want to design an app like this again, but it was a carryover from Weeb Detector which was smaller in scope. Like most things, I want to remake this in Rust and have an easier way of changing the supplied IP address to the client.
|
||||
BIN
content/posts/site-redesigned-2022/featured-image.png
Normal file
|
After Width: | Height: | Size: 119 KiB |
25
content/posts/site-redesigned-2022/index.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: "I Redesigned the Site"
|
||||
date: 2022-08-23T00:09:32-04:00
|
||||
lastmod: 2022-08-23T00:09:32-04:00
|
||||
draft: false
|
||||
|
||||
description: "Hopefully this will not be a yearly tradition of me updating the site, making one post, and leaving it untouched."
|
||||
images: []
|
||||
resources:
|
||||
- name: "featured-image"
|
||||
src: "featured-image.png"
|
||||
|
||||
tags: ["Website", "Update"]
|
||||
categories: ["general"]
|
||||
|
||||
lightgallery: true
|
||||
---
|
||||
|
||||
Hopefully this will not be a yearly tradition of me updating the site, making one post, and leaving it untouched.
|
||||
|
||||
<!--more-->
|
||||
|
||||
I wanted to write some posts this summer, _(not really this summer more like five days ago)_, and either Jekyll wouldn’t put them into each projects’ feed or they wouldn’t show up. I had recently watched “_[Hugo in 100 seconds](https://www.youtu.be/0RKpf3rK57I)_” by [Fireship](https://www.youtube.com/c/Fireship) and had been looking at themes for a bit. So then instead of trying to recall what painful, voodoo witchcraft I needed to do to actually get these posts to display, _(this was because I made my own theme, Jekyll is actually very cool)_ I switched over to Hugo and the LoveIt theme. I’ll probably fork and mess around with a custom color palette, but it’s now way simpler to write a post, just do ```hugo new content\posts\postname\index.md``` and write! Another reason for the move is that I won’t get security alerts for the Gemfile being out of date, Hugo isn’t included in the website repo and everything is just a mostly static webpage anyways. The theme also looks more modern than the old one, and it supports comments. I’m unsure whether or not to allow comments or if I can under GitHub pages. By the way, go check out the video. The guy makes good informational content.
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/0RKpf3rK57I" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
BIN
content/posts/spring-break-redesign/featured-image.png
Normal file
|
After Width: | Height: | Size: 3.9 MiB |
59
content/posts/spring-break-redesign/index.md
Normal file
@@ -0,0 +1,59 @@
|
||||
---
|
||||
title: "Spring Cleaning: April 2023"
|
||||
date: 2023-04-08T14:55:00-04:00
|
||||
lastmod: 2023-04-08T14:55:00-04:00
|
||||
# date: YEAR-MONTH-DAYTHOUR:MINUTE:SECOND-04:00
|
||||
draft: false
|
||||
|
||||
# author: "LitlToast"
|
||||
# authorLink: "https://higgy999.github.io"
|
||||
description: "I made no posts for the rest of 2022, since the last redesign, and then I felt like redesigning the site again."
|
||||
images: ["/april2023-website.png", "/april2023-bard.png", "/april2023-toaster.png"]
|
||||
resources:
|
||||
- name: "featured-image"
|
||||
src: "featured-image.png"
|
||||
|
||||
tags: ["Website", "General"]
|
||||
categories: ["general"]
|
||||
|
||||
lightgallery: true
|
||||
---
|
||||
|
||||
I made no posts for the rest of 2022 since the last redesign, and then I felt like redesigning the site again. (AI generated image btw)
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Updated Website
|
||||
|
||||
```
|
||||
Changes:
|
||||
- Redid color palette for light and dark mode
|
||||
- New header with translucency
|
||||
- Rounded scroll bar
|
||||
- Replaced fonts with Ubuntu, JetBrains Mono, and Stratum 2 (from Counter-Strike 2)
|
||||
|
||||
Known Bugs:
|
||||
- General: Dark mode is too blue
|
||||
- Mobile: Hamburger menu missing when reading a post, this existed before but really shouldn't have
|
||||
```
|
||||
|
||||

|
||||
|
||||
Light theme looks better than before, and better than dark mode in my opinion. The new header bar is inspired by Hearthstone's website too, although I kept some of the old design on mobile. Several changes had to be made to the theme itself, at some point I need to find a way to move all changes that were made to `_override.scss`. Maybe now I'll make an update post for Prank Suite?
|
||||
|
||||
## Discord Server
|
||||
|
||||
I made a [Discord server](https://discord.gg/b48D4m8jNs)! There's channels for asking for help with Java, Kotlin, and Rust, as well as helpful resources. I encourage everyone to put your favorite resources for the languages in their respective channels. I often forget cool things I find and this will be my way of having a whole list to revisit anytime I want. You can also showcase your projects as a thread in the [`#showcase`](https://discord.gg/b48D4m8jNs) channel. I look forward to seeing you there!
|
||||
|
||||
<div style="display: flex; flex-direction: row; justify-content: center;">
|
||||
|
||||

|
||||

|
||||
|
||||
</div>
|
||||
|
||||
## Plans & Current Projects
|
||||
|
||||
If you have been following my GitHub while this website was abandoned, I've been making projects in Rust and loving them. I'm going to be moving Butter Engine to Rust and have progressed about as far as the last blog post on the Engine, in terms of rendering. This would be the 3rd time I have redone Butter Engine, and ultimately I don't care! Rust is forcing me to write better code for when I build off of the engine in the future and I felt that moving forward with what I have in Java would be a headache in many ways. I'll make this into it's own post, but for right now I want to move all my workflows to Rust to learn it better. I guess that means I need to find a Hugo alternative but I'll wait another year and no blog posts for that 😉.
|
||||
|
||||
So to recap, I have a new [Discord server](https://discord.gg/b48D4m8jNs) for programmers, made the website look nice, my life in Rust, two more posts coming next week, and who knows what will happen after this break ends?
|
||||