InnerAnima Godot Mono

Moderate Pure Nim score 50/100 · last commit 2026-02-06 · 2 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 2
Forks 0
Open Issues 0
Last Commit 2026-02-06
Downloads 0
Last Indexed 2026-07-27 04:31

Installation

nimble install InnerAnima Godot Mono
choosenim install InnerAnima Godot Mono
git clone https://gitlab.com/inner-anima/godot-mono-core

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
InnerAnima Godot Mono - - - - - - -

README

Inner Anima

About

Inner Anima is a psychological adventure where a boy becomes trapped in his own mind after a therapy session goes wrong. To escape, he must navigate surreal environments, solve puzzles, and confront his fears, uncovering hidden truths along the way.

Preview

Preview 1 Preview 2
Preview 3 Preview 4
Preview 5 Preview 6

Requirements

The minimum requirement by this application is that you have OpenGL 3.3 / OpenGL ES 3.0 compatible hardware.

Development Setup

Prerequisites

Before setting up the development environment, ensure you have the following installed:

Tool Version Download Link
Visual Studio Code Latest Download
.NET SDK 8.0 LTS (Recommended) Download
Godot Engine v4.4.1 (.NET) Download

Initial Configuration

  1. Create Environment File

Create a .env file in the project root with your Godot installation path:

bash GODOT_BIN=/path/to/godot

  1. Locate Godot Executable

Common installation paths:

  • macOS: /Applications/Godot_mono.app/Contents/MacOS/Godot
  • Linux: /usr/local/bin/godot
  • Windows: C:\Program Files\Godot\Godot_v4.4.1-stable_win64.exe

Project Setup

  1. Configure Godot Editor

  2. Import the project in Godot

  3. Navigate to EditorEditor Settings (or GodotEditor Settings on macOS)
  4. Under DotnetExternal Editor, select Visual Studio Code and VSCodium

  5. Setup Development Environment

  6. Open any .cs file in Godot to launch VS Code

  7. Install recommended extensions when prompted
  8. Ensure your .env file is properly configured

  9. Initialize Project

  10. Open Command Palette: Ctrl+Shift+P (Cmd+Shift+P on macOS)
  11. Run: Tasks: Run TaskSetup Environment

NOTE: You may need to give write permission to the script if setup fails

chmod +x scripts/setup.sh      # macOS/Linux
# scripts/setup.ps1            # Windows (run as administrator if needed)

License

This project is proprietary software. See LICENSE.md for details.

Contributing

This is a private development project. For inquiries, please contact the development team at [mkdrdscf23@gmail.com].