Merge repos with workflow
This commit is contained in:
3
content/categories/_index.md
Normal file
3
content/categories/_index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: "Projects"
|
||||
---
|
||||
9
content/categories/butterengine/_index.md
Normal file
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
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
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
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
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
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
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
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.
|
||||
Reference in New Issue
Block a user