Creation of asset "Godotium - C++ Starter with GN/Ninja" Rejected
This asset has been rejected. Reason: We do not accept these types of projects.
| New/Edit | |
|---|---|
| Title | Godotium - C++ Starter with GN/Ninja |
| Description |
Godotium is an MIT-licensed starter for desktop games written in C++17 with Godot and GDExtension. It demonstrates an end-to-end native development workflow: GN/Ninja builds an engine-independent game_state library, SCons links it into the GDExtension, and the build packages standalone desktop games. Features: - A playable timer demo with New Game, Resume, named saves, loading, explicit overwrite and confirmed deletion. - Separate native scenes for gameplay, menus, settings and save/load forms, connected through signals. - Persistent preferences, English/Russian localization, audio buses and per-track playlist controls. - Pinned Godot/godot-cpp sources, native builds on macOS ARM64, Windows x64 and Linux x64, and Windows/Linux cross-compilation from Apple Silicon. - Desktop exports with icons and license notices, plus automated build and integration checks. Requirements and first run: This is a source-build template for C++ developers. Build the native code before opening src/project.godot. The initial build downloads and compiles Godot and its bindings, requires internet access and several GB of disk space, and takes longer than opening a GDScript-only project. The template pins Godot 4.7.2. Python 3.11.8+ is required; platform prerequisites and exact build commands are in README.md. From the repository root on macOS/Linux, ./build.sh builds the game and ./run.sh --editor builds and opens the editor. Windows instructions are provided in the README. The game_state library and timer are deliberately small examples to replace with your own game. Scene architecture and build integration are documented in docs/. Source and instructions: https://github.com/maximpodg/godotium |
| Category | Templates |
| License | MIT |
| Repository Provider | GitHub |
| Repository Url | https://github.com/maximpodg/godotium |
| Issues Url | https://github.com/maximpodg/godotium/issues |
| Godot version | Godot 4.7 |
| Version String | 0.1.0 |
| Download Commit | 07edd11aec267a5b6c4af3bf8a07417e8c6cfe27 |
| Download Url (Computed) | https://github.com/maximpodg/godotium/archive/07edd11aec267a5b6c4af3bf8a07417e8c6cfe27.zip |
| Icon Url |
https://raw.githubusercontent.com/maximpodg/godotium/07edd11aec267a5b6c4af3bf8a07417e8c6cfe27/docs/icon.png
|