https://github.com/robinsaviary/estroengine-template-odin
https://github.com/robinsaviary/estroengine-template-odin
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robinsaviary/estroengine-template-odin
- Owner: RobinsAviary
- Created: 2025-07-02T16:58:16.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-02T17:36:03.000Z (12 months ago)
- Last Synced: 2025-07-26T08:56:13.677Z (11 months ago)
- Language: Odin
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Estroengine Project Template
This repo exists so you can easily clone it (make sure to use the ``--recurse-submodules`` flag!) to start working on your own [Estroengine](https://github.com/RobinsAviary/Estroengine-Odin) project. If you want to build the program, use ``build.bat``, and if you would like to build and run the program, use ``run.bat``. The build script automatically pauses at the end, so use this if you're trying to view the output of Odin's compiler. Run automatically exits itself at the end so you will not be able to read anything unless you launch it from a command line itself. You can also just use the Odin CLI normally to build/run your project, they're only in this repo for ease-of-use.
## Docs
There's a bit more about this on the [engine repo](https://github.com/RobinsAviary/Estroengine-Odin?tab=readme-ov-file#docs), but in order to generate the ``docs.txt`` for Estroengine you just need to run ``docs.bat``.