Skip to content

Commit

Permalink
More review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioND committed Sep 27, 2023
1 parent a25e278 commit 49b5d7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ simplifies GBA development a lot. It has become quite popular, so you will easil
it. You should follow the [getting started](https://gvaliente.github.io/butano/getting_started.html)
instructions. It comes with a lot of examples of how to use all its features, check them out!

If you prefer something higher level, [BPCore-Engine](https://github.com/evanbowman/BPCore-Engine)
is an engine that allows you to develop games using Lua as a language.

### Low level development

If you're comfortable writing to I/O registers and reading low level documentation like
Expand Down Expand Up @@ -70,7 +73,7 @@ assembly.

#### Nim

Check [Natu](https://github.com/exelotl/natu). It provides a library to write games and tooling to
Check [Natu](https://natu.exelo.tl). It provides a library to write games and tooling to
convert assets.

#### Rust
Expand Down

0 comments on commit 49b5d7a

Please sign in to comment.