Browse Source

doc: update reference.md

Michele Caini 2 years ago
parent
commit
7b7f81e08f
1 changed files with 20 additions and 6 deletions
  1. 20 6
      docs/md/reference.md

+ 20 - 6
docs/md/reference.md

@@ -1,18 +1,35 @@
 # Similar projects
 # Similar projects
 
 
+<!--
+@cond TURN_OFF_DOXYGEN
+-->
+# Table of Contents
+
+* [Introduction](#introduction)
+* [Similar projects](#similar-projects)
+<!--
+@endcond TURN_OFF_DOXYGEN
+-->
+
+# Introduction
+
 There are many projects similar to `EnTT`, both open source and not.<br/>
 There are many projects similar to `EnTT`, both open source and not.<br/>
 Some even borrowed some ideas from this library and expressed them in different
 Some even borrowed some ideas from this library and expressed them in different
 languages.<br/>
 languages.<br/>
 Others developed different architectures from scratch and therefore offer
 Others developed different architectures from scratch and therefore offer
 alternative solutions with their pros and cons.
 alternative solutions with their pros and cons.
 
 
-Below an incomplete list of those that I've come across so far.<br/>
+If you know of other similar projects out there, feel free to open an issue or a
+PR and I'll be glad to add them to this page.<br/>
+I hope the following lists can grow much more in the future.
+
+# Similar projects
+
+Below an incomplete list of similar projects that I've come across so far.<br/>
 If some terms or designs aren't clear, I recommend referring to the
 If some terms or designs aren't clear, I recommend referring to the
 [_ECS Back and Forth_](https://skypjack.github.io/tags/#ecs) series for all the
 [_ECS Back and Forth_](https://skypjack.github.io/tags/#ecs) series for all the
 details.
 details.
 
 
-I hope this list can grow much more in the future:
-
 * C:
 * C:
   * [destral_ecs](https://github.com/roig/destral_ecs): a single-file ECS based
   * [destral_ecs](https://github.com/roig/destral_ecs): a single-file ECS based
     on sparse sets.
     on sparse sets.
@@ -72,6 +89,3 @@ I hope this list can grow much more in the future:
 
 
 * Zig
 * Zig
   * [zig-ecs](https://github.com/prime31/zig-ecs): a _zig-ification_ of `EnTT`.
   * [zig-ecs](https://github.com/prime31/zig-ecs): a _zig-ification_ of `EnTT`.
-
-If you know of other resources out there that can be of interest for the reader,
-feel free to open an issue or a PR and I'll be glad to add them to this page.