From 8e36b81714320657b7d06973daa4e769bb17de46 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 27 Nov 2022 01:21:53 +1300 Subject: Added ASCII fluid simulator article --- project/context/articles.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'project/context/articles.json') diff --git a/project/context/articles.json b/project/context/articles.json index e08c95c..e1a0c45 100644 --- a/project/context/articles.json +++ b/project/context/articles.json @@ -1,5 +1,11 @@ [ + { + "title": "ASCII Fluid Simulator", + "anchor": "/fluidsim.xhtml", + "taglist": ["application", "physics", "programming"], + "postdate": "26/11/2022" + }, { "title": "Number Wall Visualiser", "anchor": "/numberwall.xhtml", -- cgit