Pinned Repositories
PromienVK
High performance Vulkan renderer with a focus on photorealistic graphics and elegant interface
Chronos
Real Time Operating System for ARM, complete with interrupt, malloc free data structures and device drivers
hector
A sleek, safe array template with higher order function support.
elmdemos
Two interesting elm demo that kind of demonstrates how flashy elm as a language can get. Works on Elm version 3.1 I believe.
aegean
High performance scalable graph processing with extensive customization
bserch
Tired of tracking down words? Debugging is too annoying? Then we've got the solution, for YOU!
builderbuilder
A fun little script that reads in a C# class and produces an appropriately styled basic builder pattern. Doesn't support multiple files or inheritance.
CTRedux
A revised, optimized and scalable version from my original c++ terminal. Uses binary search tree and binary search in a presorted array of function pointers to improve performance to logn*n
HaloSAShooter
A Java sidescroller with a Halo theme I made back in high school. A bit messy, but if anyone is interested in seeing how to set up a 2D tile-based shooter with relatively simplistic logic and some physics it is a decent reference. Hope this helps anyone who looks at it
invisiblewar
assortment and collection of novel bash scripts
MilesRomanum's Repositories
MilesRomanum/PromienVK
High performance Vulkan renderer with a focus on photorealistic graphics and elegant interface
MilesRomanum/Promien
GPU renderer written with OpenGL 4.5
MilesRomanum/Chronos
Real Time Operating System for ARM, complete with interrupt, malloc free data structures and device drivers
MilesRomanum/prometheus
A prototype, an ideal for a new kind of web service architecture. Distributed, responsive, secured and scalable.
MilesRomanum/hector
A sleek, safe array template with higher order function support.
MilesRomanum/aegean
High performance scalable graph processing with extensive customization
MilesRomanum/methlab
It's like MatLab, but worse.
MilesRomanum/bserch
Tired of tracking down words? Debugging is too annoying? Then we've got the solution, for YOU!
MilesRomanum/metawars
A simple and elegant way to synchronize asynchronous calls, now featuring promise and callback
MilesRomanum/invisiblewar
assortment and collection of novel bash scripts
MilesRomanum/builderbuilder
A fun little script that reads in a C# class and produces an appropriately styled basic builder pattern. Doesn't support multiple files or inheritance.
MilesRomanum/CTRedux
A revised, optimized and scalable version from my original c++ terminal. Uses binary search tree and binary search in a presorted array of function pointers to improve performance to logn*n
MilesRomanum/HaloSAShooter
A Java sidescroller with a Halo theme I made back in high school. A bit messy, but if anyone is interested in seeing how to set up a 2D tile-based shooter with relatively simplistic logic and some physics it is a decent reference. Hope this helps anyone who looks at it
MilesRomanum/unrealdemo
A small sample project with a couple of libraries that kind of shows how to include external information like save files or char config into a unreal 4 game. includes some light detection logic.
MilesRomanum/py-ttt-ai
Starting from a basic tic tac toe, various types of AI systems were implemented to demonstrate how different AIs work and their performance, both in terms of speed and effectiveness.
MilesRomanum/uwapijobsearch
A really simple program that basically takes in a dynamic number of variables in a list as a filter and produces the filtered list of jobs that fits the requirements. Uses the University of Waterloo's API.
MilesRomanum/elmdemos
Two interesting elm demo that kind of demonstrates how flashy elm as a language can get. Works on Elm version 3.1 I believe.