Pinned Repositories
ClientServer
TCP Client and Server programs written in C#.
ConvexHull
Convex hull algorithm implementation
ConvexHullNodeJS
Convex Hull in javascript
CountingSort
Implementation of a counting sort algorithm
cyclone-physics-csharp
A C# port of the Cyclone physics engine at https://github.com/idmillington/cyclone-physics
DependencyGraph
Dependency Graph Generator for C# and Unity
GDK
Game Development Kit is a framework for developing slot machine style games.
GraphTheory
"The challenging part is asking the right questions. Then the answers are easy." George Polya.
ReelSet
Reel set component for slot-style games in Unity3D
rigidbody-gpu
Rigid Body Simulation on the GPU
ajon542's Repositories
ajon542/rigidbody-gpu
Rigid Body Simulation on the GPU
ajon542/cyclone-physics-csharp
A C# port of the Cyclone physics engine at https://github.com/idmillington/cyclone-physics
ajon542/GDK
Game Development Kit is a framework for developing slot machine style games.
ajon542/DependencyGraph
Dependency Graph Generator for C# and Unity
ajon542/GraphTheory
"The challenging part is asking the right questions. Then the answers are easy." George Polya.
ajon542/ConvexHullNodeJS
Convex Hull in javascript
ajon542/ReelSet
Reel set component for slot-style games in Unity3D
ajon542/ClientServer
TCP Client and Server programs written in C#.
ajon542/ConvexHull
Convex hull algorithm implementation
ajon542/CountingSort
Implementation of a counting sort algorithm
ajon542/CS480
UNLV Computer Graphics
ajon542/DataStructures
Collection of data structures
ajon542/Flip
Simple card application
ajon542/GameEngine
Experimenting with OpenTK inside WPF
ajon542/GameOfLife
Conway's Game of Life
ajon542/HeapSort
HeapSort Algorithm
ajon542/kotlin
Testbed for learning Kotlin
ajon542/LazyWhiteFalcon
Hackerrank Challenge
ajon542/MatrixMultiplication
Matrix Multiplication Algorithms
ajon542/MaximumSubArray
Implementation of a maximum subarray algorithm
ajon542/MergeSort
Implementation of Merge Sort
ajon542/PackageManager
Simple git based package manager
ajon542/ProceduralGenerator
Test-bed for some procedural level generation.
ajon542/Quicksort
Exploration of quicksort visualization
ajon542/RadixSort
Implementation of a radix sort algorithm
ajon542/resharper-unity
Unity support for both ReSharper and Rider
ajon542/SegmentTree
Implementation of a segment tree for calculating sum between a range
ajon542/TigerCompiler
Tiger Compiler written in C#
ajon542/TinyOS
ajon542/TreeTraversal
Implementation of basic tree traversal algorithms