Pinned Repositories
Asciimon
Pokemon-inspired game created using Rust for terminals which support ANSI escape commands.
CellularAutomaton
A collection of varios Cellular automaton programs written in C++using SFML for graphics
Empire
A cellular automaton I made up myself, written in C++/ SFML
Hopson-Arcade
Bunch of small arcade games made in C++ and SFML
HopsonCraft
A minecraft clone written using C++, SFML, OpenGL and GLEW.
MineCraft-One-Week-Challenge
I challenged myself to see if I could create a voxel game (Minecraft-like) in just one week using C++ and OpenGL, and here is the result
open-builder
Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
SFML-Game-Framework
Beginner framework for SFML games and other applications.
Sort-Algorithm-Visualiser
A sort algorithm visualisation GUI, created using Java and the Swing framework.
HopsonBot
Discord bot for the Hopson Community Server, written using Discord.js
Hopson97's Repositories
Hopson97/MineCraft-One-Week-Challenge
I challenged myself to see if I could create a voxel game (Minecraft-like) in just one week using C++ and OpenGL, and here is the result
Hopson97/open-builder
Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
Hopson97/HopsonCraft
A minecraft clone written using C++, SFML, OpenGL and GLEW.
Hopson97/Empire
A cellular automaton I made up myself, written in C++/ SFML
Hopson97/SFML-Game-Framework
Beginner framework for SFML games and other applications.
Hopson97/Sort-Algorithm-Visualiser
A sort algorithm visualisation GUI, created using Java and the Swing framework.
Hopson97/multi-pong
Multiplayer pong using UDP sockets and a client/server model.
Hopson97/cpp-project-generator
For personal use, easily creates new C++ project files with Cmake etc
Hopson97/Yavge
Yet Another Voxel Graphics Engine - just playing around (tm)
Hopson97/Pathfinding-Visualiser
Pathfinding Algorithm Visualiser
Hopson97/Yare
Yet Another Render Engine. Just messing around with OpenGL stuff
Hopson97/Compute-Shader-Testing
Compute shader OpenGL experiments
Hopson97/socket-playground
Playing around with TCP and UDP sockets, learning how they work etc
Hopson97/ThinMatrix-OpenGL-Engine
Following the ThinMatrix "LWJGL" tutorials, but using C++ and OpenGL rather than Java
Hopson97/Tetris
Tetris clone in SFML
Hopson97/Slonda-Man
A clone of the game "Slender" made in C++14, Modern OpenGL, GLM, and SFML
Hopson97/sabre
Client/Server UDP Library built ontop of SFML (Experimental). Designed to just be copy-pasted into an existing SFML project.
Hopson97/Pong3D
Pong with some extra OpenGLy depth
Hopson97/Advent-Of-Code-2022
AOC 2022
Hopson97/OpenGL-Spooky-Scene
OpenGL Spooky scene using OpenGL 4.5 (Direct State Access)
Hopson97/Spooky-Boxes
Previously called "Bullet Terrain" - this spooky project was made to learn Bullet Physics
Hopson97/Advent-of-Code-2023
Advent of Code 2023
Hopson97/Mall-Map-Dashboard
Configurable dashboard for a mall map
Hopson97/Simple-OpenGL-Rectangle-
A small program that used GLEW/ OpenGL, SFML and GLM to render and transform a rectangle, fully commented with steps
Hopson97/Craft
A simple Minecraft clone written in C using modern OpenGL (shaders).
Hopson97/ENet-SFML-Example
Examples and playing around using SFML with ENet
Hopson97/Hopson97
profile readme
Hopson97/SFML
Simple and Fast Multimedia Library
Hopson97/stb
stb single-file public domain libraries for C/C++
Hopson97/tinycthread
Small, portable implementation of the C11 threads API