top of page
housika717
Feb 17, 20231 min read
Rust Lessons Covering Lifetimes and Tests
Covered lessons in the Rust chapters about reference lifetimes and creating tests for functions in code.
3 views0 comments
housika717
Feb 10, 20231 min read
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...
2 views0 comments
housika717
Jan 27, 20231 min read
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...
3 views0 comments
housika717
Jan 13, 20231 min read
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. ...
3 views0 comments
housika717
Jan 6, 20231 min read
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,...
2 views0 comments
housika717
Dec 23, 20221 min read
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...
1 view0 comments
housika717
Dec 16, 20221 min read
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.
2 views0 comments
housika717
Dec 9, 20221 min read
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...
3 views0 comments
housika717
Dec 2, 20221 min read
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. ...
2 views0 comments
housika717
Nov 18, 20221 min read
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,...
2 views0 comments
housika717
Oct 28, 20221 min read
A Bit Bit More CPlusPlus Tutorial
Covered some character sequences and pointers in the cplusplus tutorial.
2 views0 comments
housika717
Oct 21, 20221 min read
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...
1 view0 comments
housika717
Oct 7, 20221 min read
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...
8 views0 comments
housika717
Sep 30, 20221 min read
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...
4 views0 comments
housika717
Sep 23, 20221 min read
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...
3 views0 comments
housika717
Sep 16, 20221 min read
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...
4 views0 comments
housika717
Sep 9, 20221 min read
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...
3 views0 comments
housika717
Sep 2, 20221 min read
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...
1 view0 comments
housika717
Aug 26, 20221 min read
Introduction to C++
Worked with Ryan this week to start with some early C++ lessons, otherwise been a pretty slow week due to technical issues with my PC...
2 views0 comments
housika717
Aug 12, 20221 min read
Working on More Features for Target Shooting on Unreal
Added functioning ammo pool and player HUD to target shooting game on Unreal Engine. Also created ammo refill object.
5 views0 comments
bottom of page