Pinned Repositories
2DLightingDemo
The goal of this project is to host multiple point lights in a space to illuminate a texture and have shadows.
2dPixelatedWater
The goal of this project is to simulate a pixelated wave in OpenGL and C++
3313_project
BlocksGL
A Tetris clone using OpenGL
Marching-Cubes
Made with OpenGL's retained mode, simulating the marching cubes algorithm
NDS-SceneGraphRenderer
A 3D Scene Graph Renderer created within an NDS environment using OpenGL 1.0
PythonHangman
Simple hangman made in python as my first project and introduction to the workflow.
RopePhysics
A technical demo for rope physics using C++ and SFML
ryflect
A MERN app that helps you journal easily, and securely.
SpaceShumpGL
A classic space shooter made using OpenGL
chrischristakis's Repositories
chrischristakis/ryflect
A MERN app that helps you journal easily, and securely.
chrischristakis/generative-mountains
A canvas project to generate neat looking mountains.
chrischristakis/PythonHangman
Simple hangman made in python as my first project and introduction to the workflow.
chrischristakis/RopePhysics
A technical demo for rope physics using C++ and SFML
chrischristakis/Spline-Editor
A program made to create and edit splines in (Immediate) OpenGL
chrischristakis/2DLightingDemo
The goal of this project is to host multiple point lights in a space to illuminate a texture and have shadows.
chrischristakis/2dPixelatedWater
The goal of this project is to simulate a pixelated wave in OpenGL and C++
chrischristakis/3313_project
chrischristakis/AdventOfCode2021
My repo to store Advent Of Code solutions.
chrischristakis/BlocksGL
A Tetris clone using OpenGL
chrischristakis/Marching-Cubes
Made with OpenGL's retained mode, simulating the marching cubes algorithm
chrischristakis/NDS-SceneGraphRenderer
A 3D Scene Graph Renderer created within an NDS environment using OpenGL 1.0
chrischristakis/PlatformerGL
A simple prototype platformer in OpenGL
chrischristakis/SpaceShumpGL
A classic space shooter made using OpenGL
chrischristakis/swing-gameoflife
An older project made in 2017 based on Conway's Game of life using Java swing for rendering
chrischristakis/Vertexshader-effect
Testing different vertex shader effects on a triangle strip grid using OpenGL/LWJGL
chrischristakis/AdventOfCode2023
Solutions for https://adventofcode.com/2023
chrischristakis/ARM-DE1-Snake
A snake game per project for Western's 3375 Microprocessors course
chrischristakis/chrischristakis
chrischristakis/chrischristakis.github.io
Portfolio 2.0
chrischristakis/Draft-My-Schedule-clone
chrischristakis/Drifting-dissonance-art
more generative art.
chrischristakis/Generic-Calculator
A web-based calculator that performs addition, subtraction, multiplication and division
chrischristakis/line-art-generator
Generates line art as a way to play around with the canvas
chrischristakis/nds-3DExample
A simple 3D environment in the DS to test out how OpenGL works on the DS
chrischristakis/nds-spacegame
An embedded NDS 2D Space game using libnds
chrischristakis/OGLPlayground
Some OpenGL test programs/walkthroughs for my Obsidian vault.
chrischristakis/SnakeJS
A Snake game made in JS
chrischristakis/spinning-lines-art
A canvas art project with spinning lines.
chrischristakis/Tessellated-Water
Water made in the tessellation/geometry shader in OpenGL's retained mode