Skip to content

Some AoC 2023 days visualised using Pikuma inspired ECS system.

Notifications You must be signed in to change notification settings

developer239/aoc-2023-ecs-visual

Repository files navigation

AoC 2023 Visual

master

Overview

The cpp-starter project is designed as a starting point for creating C++ applications.

It leverages SDL2 for graphical rendering and input handling and provides a modular architecture for scalable development.

Running the Project on Mac

  1. Install dependencies:
$ brew install cmake ninja sdl2 sdl2_ttf sdl2_image sdl2_mixer
  1. Build:
$ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=$(brew --prefix)/bin/ninja -G Ninja -S . -B build
$ cd build
$ ninja
$ ctest
  1. Run:
$  cd build/src/apps/app-name
$ ./app-name 

Day 3

part1 part2

Day 14 Part 1

part1

About

Some AoC 2023 days visualised using Pikuma inspired ECS system.

Topics

Resources

Stars

Watchers

Forks