Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Jan 14, 2025
1 parent 8dd100e commit 1b190e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The goal of this project is to create a modern, easy to use, extensible 3D game

The engine is still under development and lacks many important features. It is currently not recommended to use Dagon in production due to API instability. Follow the development on [Trello](https://trello.com/b/4sDgRjZI/dagon-development-board) to see the priority tasks.

Dagon uses modern graphics techniques and so requires a fairly powerful graphics card to run. Turing-based NVIDIA cards are recommended (although ray tracing support is not required). The engine is only desktop, support for mobile and web platforms is not planned.
Dagon uses modern graphics techniques and so requires a fairly powerful graphics card to run. Turing-based NVIDIA cards are recommended. The engine is only desktop, support for mobile and web platforms is not planned.

If you like Dagon, support its development on [Patreon](https://www.patreon.com/gecko0307) or [Liberapay](https://liberapay.com/gecko0307). You can also make a one-time donation via [NOWPayments](https://nowpayments.io/donation/gecko0307). I appreciate any support. Thanks in advance!

Expand Down Expand Up @@ -49,7 +49,7 @@ Features
* Ownership memory model
* Entity-component model
* Built-in camera logics for easy navigation: freeview and first person views
* Physics using [Newton Dynamics](http://newtondynamics.com).
* Physics extension that uses [Newton Dynamics](http://newtondynamics.com). Built-in character controller.

Planned in future:
* Screen-space reflections.
Expand Down

0 comments on commit 1b190e3

Please sign in to comment.