Skip to content

Commit

Permalink
Collections update to 4 0 0 (#67)
Browse files Browse the repository at this point in the history
* Add camera and orthographic camera.  Need to review and test old code still.

* Add new OrthographicCamera documentation

* Remove archived document

* Change plain links to lists of links

* Move collections back from ardchive.  Update collection bag section

* Finalize bag after creating example

* Finalize Deque

* Add object pooling

* Fix a few small items.  Add examples for the Extensions.

* Add in ObservableCollection examples

* Conform to the name of the Collection

* Fix wording a bit on Bag explanation

* Fix code while writing sample

* Make suggested changes for note and small correction
  • Loading branch information
kaltinril authored Sep 23, 2024
1 parent f67818d commit a289d53
Show file tree
Hide file tree
Showing 6 changed files with 516 additions and 180 deletions.
6 changes: 3 additions & 3 deletions docs/about/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Some of the main features of **MonoGame.Extended** include:
| [2D Animations](/docs/features/2d-animations/spritesheet/spritesheet.md) | Offers utility class such as `SpriteSheet` and `AniamtedSprite` for creating and managing 2D sprite animations. |
| [Fonts](/docs/features/fonts/bitmapfont/bitmapfont.md) | Provides support for Bitmap Fonts created with BMFont or Hiero. |
| [Input](/docs/features/input/keyboardextended/keyboardextended.md) | Utility classes that extend the base input states provided by MonoGame as well as an `InputListener` for event based input events instead of poll based. |
| [Camera](/docs/features/camera/camera.md) | Class wrapper for viewport objects. Allows easily moving the viewable area of your world. |
| Collections | ⚠️ Documentation is being updated, please check back soon. |
| [Camera](/docs/features/camera/camera.md) | Class wrapper for viewport objects. Allows easily moving the viewable area of your world. |
| [Collections](/docs/features/collections/collections.md) | Containers for data with efficient insertion, removal, and memory usage. Each with unique reasons usage. |
| Collisions | ⚠️ Documentation is being updated, please check back soon. |
| Content Management | ⚠️ Documentation is being updated, please check back soon. |
| ECS | ⚠️ Documentation is being updated, please check back soon. |
| Graphics | ⚠️ Documentation is being updated, please check back soon. |
| Object Pooling | ⚠️ Documentation is being updated, please check back soon. |
| [Object Pooling](/docs/features/object-pooling/object-pooling.md) | Collection types that reduce performance issues related to things like Garbage Collection. |
| Particles | ⚠️ Documentation is being updated, please check back soon. |
| Serialization | ⚠️ Documentation is being updated, please check back soon. |
| Screen Management | ⚠️ Documentation is being updated, please check back soon. |
Expand Down
94 changes: 0 additions & 94 deletions docs/archived/collections/collections.md

This file was deleted.

83 changes: 0 additions & 83 deletions docs/archived/object-pooling/object-pooling.md

This file was deleted.

Loading

0 comments on commit a289d53

Please sign in to comment.