Experimental game with Raylib
- Odin 90.5%
- Shell 4.7%
- HTML 4.1%
- C 0.7%
| .idea | Update IDE settings to Odin dev-2025-04 | |
| build-obj | Set up project for WASM-compiled web upload | |
| build-wasm | Set up project for WASM-compiled web upload | |
| lib | Set up project for WASM-compiled web upload | |
| src | Add Raylib Odin bindings license explicitly in the file | |
| web-embed | Set up project for WASM-compiled web upload | |
| .gitignore | Set up project for WASM-compiled web upload | |
| build.sh | Add size comments | |
| LICENSE | Change license to AGPLv3 | |
| README.md | Set up project for WASM-compiled web upload | |
| tempserver-embed.sh | Set up project for WASM-compiled web upload | |
| tempserver.sh | Set up project for WASM-compiled web upload | |
Generations
Experimental game about improving and changing throughout generations
Acknowledgements
- Odin by Ginger Bill used under the BSD-3-Clause license
- Raylib by Ramon Santamaria (@raysan5) and contributors
used under the zlib License
- Raylib homepage, GitHub
- Odin vendor library pkg page, GitHub
- Documentation in the repo wiki: Working for Web (HTML5)
- Itch.io
- Documentation: Uploading HTML5 games
- The following webpages helped me to figure out the compilation process:
- r/raylib - Is it possible to make WASM game with Raylib using Oidn language?
by user Nefrace
and answers by them and user charles__l
- GitHub: charles-l/zig-odin-raylib-template
- GitHub: Caedo/raylib_wasm_odin
- GitHub Gist: Odin language simple WebAsembly setup by user sortofsleepy
- GitHub: NHDaly/sdl-wasm-odin
- GitHub: GoldenbergDaniel/OdinWasmExample
- r/raylib - Is it possible to make WASM game with Raylib using Oidn language?
by user Nefrace
and answers by them and user charles__l
License
Generations - a game of multiple lifetimes
Copyright (C) 2024 András Németh
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.