Skip to content

Latest commit

 

History

51 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GFT Experimental Stack

This repository hosts the GTO/WITT prototype and supporting modules. Everything runs locally with no external dependencies.

Quick Start

Run the end-to-end demonstration to see block creation, dust issuance, and maturation:

python gto/main.py

Web Dashboard

A dependency-free dashboard exposes the WITT control plane (transactions split, VRF block forging, automatic contract stubs).

python dashboards/backend/server.py 8088
# puis ouvrir http://localhost:8088/

Procedural Sandbox

Explore a lightweight "No Man's Sky"-like generator that also touches the local GTO/WITT JSON API. The module is offline friendly and reports unreachable endpoints without crashing.

python apps/game/nms_like.py

Engine3D sandbox

A tiny WebGL starfield renderer powered by engine3d/engine.js and a minimal asset pipeline:

python engine3d/pipeline.py
python -m http.server --directory engine3d 8080
# ouvrir ensuite http://localhost:8080/

Audit du fork AHRUnrealEngine

Un audit express (version UE4 + shaders AHR) est disponible pour préparer l'intégration du fork AHR dans CODEX :

python scripts/ahr_audit.py --ref release
python scripts/ahr_audit.py --ref release --json .tmp/ahr-audit.json

Agents IA (Auto Updater + Recherche neuronale)

Surveillez les mises à jour du fork AHR (ou de n'importe quel repo GitHub) et collectez des idées/graphismes via recherche web :

python scripts/ai_auto_agent.py --repo cadviz/AHRUnrealEngine --ref release --save-state
python scripts/neuronal_searcher.py "stylised sci-fi emissive graphisms" --max-results 5

Packaging (Windows, Linux, macOS)

Generate self-contained .pyz archives (PyInstaller-like, stdlib only) for the demo and game modules:

python scripts/package.py          # construit dist/gft-windows.pyz, dist/gft-linux.pyz, dist/gft-macos.pyz
python scripts/package.py --single linux   # ne construit qu'une cible

PHP micro-kernel (health check)

Un squelette PHP minimal expose /api/v2/health via un front-controller, avec coexistence legacy (/api/v1/* stubs/proxy) et middleware de correlation-id + logs structurés.

Lancer le serveur

APP_ENV=dev php -S 0.0.0.0:8000 -t public public/index.php

Puis ouvrir http://localhost:8000/api/v2/health (répond ok).

Exécuter les tests

./vendor/bin/phpunit --testdox tests

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages