Renamed all references

This commit is contained in:
2023-06-19 14:07:04 -04:00
Unverified
parent d606fae932
commit 40259e53da
5 changed files with 12 additions and 12 deletions

View File

@@ -6,4 +6,4 @@ Butter Engine is a game engine made in LWJGL and uses its subset libraries for v
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).
The checklist is available on the [GitHub repository](https://github.com/joshuafhiggins/ButterEngine).

View File

@@ -19,7 +19,7 @@ NOTE: This software can be used maliciously. I am no way responsible for the use
- Ability to transfer files for all pranks
## Setup
1. Download the source code from [GitHub](https://github.com/higgy999/PrankSuite)
1. Download the source code from [GitHub](https://github.com/joshuafhiggins/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

View File

@@ -22,7 +22,7 @@ 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.
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/joshuafhiggins/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.

View File

@@ -39,7 +39,7 @@ NOTE: This software can be used maliciously. I am no way responsible for the use
- Ability to transfer files for all pranks
## Setup
1. Download the source code from [GitHub](https://github.com/higgy999/PrankSuite)
1. Download the source code from [GitHub](https://github.com/joshuafhiggins/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