-
Dossyl Public
This is an x64 Game Engine and Level Editor built following this series (https://www.youtube.com/playlist?list=PLU2nPsAdxKWQYxkmQ3TdbLsyc1l2j25XM). This project is mostly for learning purposes.
-
-
-
SIMD-Intrinsics Public
Playing around with SIMD Intrinsics in C++. Creating a small, personal library to use these via simpler template functions.
C++ UpdatedJan 19, 2025 -
RaytracerGPU_MastersProject Public
A Vulkan-based GPU Raytracer. Goal of this project is to try and do the raytracing using compute shaders and not the provided raytracing API to get a better idea of how raytracing works on the GPU.…
C++ UpdatedJan 3, 2025 -
AutoClicker Public
Saw an idle clicker game and didn't want to break my mouse. Thought it might be a fun little project
C++ UpdatedDec 5, 2024 -
-
-
Ritis Public
A Vulkan-based game engine following https://www.youtube.com/watch?v=Y9U9IE0gVHA&list=PL8327DO66nu9qYVKLDmdLW_84-yE4auCR
C++ UpdatedJan 21, 2024 -
RaytracerInAWeekend Public
A Raytracer build from the text "A Raytracer in A Weekend" and subsequent texts.
C++ UpdatedNov 12, 2023 -
ChaosGame Public
This project generates a Sierpiński triangle and saves it as a bitmap. The core of this code came from https://rosettacode.org/wiki/Chaos_game#C++, however a few notable additions were made: mainly…
C++ UpdatedJul 29, 2023 -
csci-8530_xinu-programs Public
This is a repository to store several programming assignments relating to the CSCI 8530 Advanced Operating Systems course at the University of Nebraska at Omaha. These programs are all based on mod…
C UpdatedMar 5, 2023 -
A capstone project for the computer science degree at UNO. Frontend Repo: https://github.com/cgregurich/pingpongelostream-frontend
-
-
DataStructures Public
Wanted to gain some experience in C++, so I'll be remaking most of the Data Structures I've learned from my Data Structures class in C++ rather than Java.
C++ UpdatedOct 18, 2022 -
-
-
-
artists-website Public
A website for some friends who are artists and are interested in online methods of presenting works.
JavaScript UpdatedJun 17, 2022 -
OvalMate Public
OvalMate is a capstone project for ECEN 4990 at the University of Nebraska at Omaha. This was a team project.
C UpdatedApr 23, 2022 -
teaching-demo Public
A quick demo of some frontend framework capabilities in vue3 for my fellow students in my lab
Vue UpdatedNov 10, 2021 -
-
web-game Public
This is a project made for my Intro to Game Programming class.
JavaScript UpdatedMar 1, 2021 -
an-old-bad-game Public
This was a game made with java swing in high school for a project. Its not good, and its buggy, but its kinda nice.
Java UpdatedOct 2, 2020 -
some chaotic graphs I made using StandardDraw, a file I found on the internet and some wikipedia-ing about these different functions
Java UpdatedOct 2, 2020 -
Tempo Public
A goal tracking web application created as part of the Summer 2020 Intro to Software Engineering class. Utilizes Java Spring.
-
CardStatistics Public
This was a project made at the request of a friend who wanted to know some statistical info about a new method of determining stats in D&D. Currently specific to a single type of arrangement, but e…
Java UpdatedJun 25, 2020 -
This is a really big one. Wanted to create something that would roll sets of dice a lot of times and place them into a CSV file for easy comparison. The parameters for this are all in the code and …
Java UpdatedJun 25, 2020 -
NFAtoDFAConverter Public
This was an assigment for my Theory of Computation class at UNO. Given an input file of a particular format (a few are included), it creates the corresponding DFA. The input file can be a depiction…
Java UpdatedJun 25, 2020 -
SpringHelloWorldExercise Public
A quick example of a Java Spring Application that simply greeting a user.