Pinned Repositories
anthropic_ecs
Exercise in writing an ECS
array_too_large
drug-wars-terminal
This was the first program of substance that I managed to create. Looks like this was made on April 11th, 2009.
entt-cereal-mvp
Proof of concept for serialization of entities + context with entt
generals-io-replay-move-outliner
A tampermonkey script for generals.io which highlights player moves each tick in replays
markov
risk-ts
Simple version of the board game Risk, made back in 2015 to try out Typescript. AI is not great.
sins-of-a-hex-empire
Very old project (2011ish), one of the first things I had coded -- A simple hex based strategy gme
tetris_rs
learning rust. minimal version of tetris
transplant-image
Attempts to recreate a given image using only the pixels from another given image
danieljpetersen's Repositories
danieljpetersen/sins-of-a-hex-empire
Very old project (2011ish), one of the first things I had coded -- A simple hex based strategy gme
danieljpetersen/tetris_rs
learning rust. minimal version of tetris
danieljpetersen/drug-wars-terminal
This was the first program of substance that I managed to create. Looks like this was made on April 11th, 2009.
danieljpetersen/entt-cereal-mvp
Proof of concept for serialization of entities + context with entt
danieljpetersen/markov
danieljpetersen/anthropic_ecs
Exercise in writing an ECS
danieljpetersen/array_too_large
danieljpetersen/chat-gpt-better-tab-navigation
Tampermonkey script for chat gpt which makes tab move through 'Copy code' buttons.
danieljpetersen/drug-wars-c-sharp-gui
Drug Wars C# GUI. A sequel to the first program I had ever written.
danieljpetersen/generals-io-replay-move-outliner
A tampermonkey script for generals.io which highlights player moves each tick in replays
danieljpetersen/Generals.io-Wiki
This is the wikipedia for generals.io
danieljpetersen/raylib
A simple and easy-to-use library to enjoy videogames programming
danieljpetersen/risk-ts
Simple version of the board game Risk, made back in 2015 to try out Typescript. AI is not great.
danieljpetersen/sfeMovie
sfeMovie is a simple C++ library that lets you play movies in SFML based applications. It relies on FFmpeg to read medias and remains consistent with SFML's naming conventions.
danieljpetersen/sfeMovie-cmake-blank-template
Minimal example of using sfeMovie + SFML in a standalone cmake project, because I could not find such an example online
danieljpetersen/transplant-image
Attempts to recreate a given image using only the pixels from another given image
danieljpetersen/hn-new-comment-highlighter
Tampermonkey script to highlight new comments on HN threads
danieljpetersen/sdl2-fetch
Fetch Content example for SDL2, GLAD, GLM
danieljpetersen/SFML
Simple and Fast Multimedia Library
danieljpetersen/sfml-aa-rendertexture-issue
danieljpetersen/sfml-fixed-timestep
Based on the "Fix Your Timestep" article from Glenn Fiedler, https://www.gafferongames.com/post/fix_your_timestep/