top of page

Stalker Mod Update
Decided I wanted to improve on the routes edit I did for the stand alone Stalker Anomaly mod and get it functioning correctly for the 5...
housika717
Mar 1, 20231 min read
5 views
0 comments


More on Rust Tests
Did more examples with how Rust tests code and how to call specific tests, groups of specific tests, how to ignore long tests unless...
housika717
Feb 24, 20231 min read
1 view
0 comments


Rust Lessons Covering Lifetimes and Tests
Covered lessons in the Rust chapters about reference lifetimes and creating tests for functions in code.
housika717
Feb 17, 20231 min read
3 views
0 comments


Some Game Modding
Spent some time using what I have learned with coding to try my hands at some game modding on the Stalker Anomaly standalone mod. Wanted...
housika717
Feb 10, 20231 min read
2 views
0 comments


Marble Run Development and Rust Lessons
Progressed more on Marble Run in Unreal with Ryan's workshop. Created a maze stage for the marble to progress through. In Rust I have...
housika717
Jan 27, 20231 min read
3 views
0 comments


Early Work on Unreal Marble Run and More Rust Lessons
Participated in Ryan's workshop for Unreal Engine on Thursday and covered early development on a Marble Run physics based project. ...
housika717
Jan 13, 20231 min read
3 views
0 comments


Learning Vectors in Rust
The week prior I was on vacation, though I don't feel like I got as much done with coding this week as the week before vacation. I did,...
housika717
Jan 6, 20231 min read
2 views
0 comments


Learning Rust Code Organization
Learned how to manage packages, crates, and use modules in Rust in order to cut down on code size in a single file and spread a single...
housika717
Dec 23, 20221 min read
1 view
0 comments


Learning Enumerators in Rust
Covered chapters about method syntax in Rust and how to use enumerators and matching as well as when and how to use if let.
housika717
Dec 16, 20221 min read
2 views
0 comments


Ran some Exercises
Ran some fizz buzz exercises in C++ and Rust to test my current competency with the languages as recommended by a friend. Also started...
housika717
Dec 9, 20221 min read
3 views
0 comments
Rust: Ownership, References, and Starting Structures
Went over rust ownership of variables within and outside of scope, function ownership, as well as references and mutable references. ...
housika717
Dec 2, 20221 min read
2 views
0 comments


Looking into Rust
Started looking into Rust the past week. Learned how to set up projects in rust and went through some lessons on variables, functions,...
housika717
Nov 18, 20221 min read
2 views
0 comments


A Bit Bit More CPlusPlus Tutorial
Covered some character sequences and pointers in the cplusplus tutorial.
housika717
Oct 28, 20221 min read
2 views
0 comments


A Bit More of the CPlusPlus Tutorial
Went over a couple more chapters of the tutorial for C++. Been pretty slow the past couple weeks but hoping soon to be able to get more...
housika717
Oct 21, 20221 min read
1 view
0 comments


Something Different
So I deviated from the normal C++ tutorials to do a side project for the week. I took the time to try to rework a lua add on created by...
housika717
Oct 7, 20221 min read
8 views
0 comments


Going through cplusplus.com tutorials to practice and memorize syntax for C++
Been going over the examples and tutorials at the cplusplus website to continue practicing and memorizing syntax in the language so I can...
housika717
Sep 30, 20221 min read
4 views
0 comments


More Work on Blackjack in C++
Worked with Ryan on more code for Blackjack creating the hand value, ruleset for the hand value, dealer drawing and hit, hit and stand...
housika717
Sep 23, 20221 min read
3 views
0 comments


Planning and Coding BlackJack
Didn't get as much done this past week due to technical issues but, with the time I had, I've worked with Ryan on planning out how to...
housika717
Sep 16, 20221 min read
4 views
0 comments


More C++ Lessons
Covered break points, control flow statements, pointers, references, and classes in C++. Will be working with Ryan next week to create a...
housika717
Sep 9, 20221 min read
3 views
0 comments


Implemented Line Tracing
Implemented line tracing in Unreal 5 Target project on the firearm. Updated HUD with crosshair for more accurate fire. Had to recreate...
housika717
Sep 2, 20221 min read
1 view
0 comments
bottom of page