Skip to content

Commit

Permalink
More testing on pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sebjameswml committed Nov 18, 2023
1 parent 850631b commit 579f492
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
12 changes: 1 addition & 11 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
---
title: What is morphologica?
layout: home
---
# morphologica

![A banner image of a hexgrid surface plot](https://github.com/ABRG-Models/morphologica/blob/main/examples/screenshots/banner.png?raw=true)

![cmake build test](https://github.com/ABRG-Models/morphologica/actions/workflows/cmake-single-platform.yml/badge.svg)

**Header-only library code to visualize C++ numerical simulations using fast, modern OpenGL.**

**NEW:** Now morphologica is Qt compatible! See [**examples/qt/**](https://github.com/ABRG-Models/morphologica/tree/main/examples/qt)

You'll find all in the **code** in the [**morph**](https://github.com/ABRG-Models/morphologica/tree/main/morph) directory. For [**example code**](https://github.com/ABRG-Models/morphologica/tree/main/examples) and [**screenshots**](https://github.com/ABRG-Models/morphologica/tree/main/examples), see [this page](https://github.com/ABRG-Models/morphologica/tree/main/examples).

morphologica has some **demo/tutorial** content on YouTube: https://www.youtube.com/playlist?list=PLwiQ_IuTOr_Us9_tBde96VLYQlRWOYeAP

## What is morphologica?

This header-only C++ code provides **simulation support facilities** for simulations of dynamical systems, agent-based models or, in fact, any program that needs dynamic, runtime visualization.

It helps with:
Expand Down
6 changes: 5 additions & 1 deletion docs/vvec.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# morph::vvec
---
layout: page
title: morph::vvec
permalink: /vvec/
---

This could be a page about the variable vector class vvec.

0 comments on commit 579f492

Please sign in to comment.