Skip to content

Commit

Permalink
Propose graphics object store
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-niklaus committed Mar 30, 2024
1 parent b881629 commit 70e3760
Show file tree
Hide file tree
Showing 8 changed files with 460 additions and 292 deletions.
1 change: 1 addition & 0 deletions .adr-dir
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doc/architecture/decisions
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ set(sources
src/drawing.h
src/coordlist_ops.c
src/coordlist_ops.h
src/objects.c
src/objects.h
src/main.c
src/main.h
src/input.c
Expand Down
289 changes: 0 additions & 289 deletions architecture/gfx_store.md

This file was deleted.

19 changes: 19 additions & 0 deletions doc/architecture/decisions/0001-record-architecture-decisions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 1. Record architecture decisions

Date: 2024-03-28

## Status

Accepted

## Context

We need to record the architectural decisions made on this project.

## Decision

We will use Architecture Decision Records, as [described by Michael Nygard](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions).

## Consequences

See Michael Nygard's article, linked above. For a lightweight ADR toolset, see Nat Pryce's [adr-tools](https://github.com/npryce/adr-tools).
Loading

0 comments on commit 70e3760

Please sign in to comment.