Commit graph

14 commits

Author SHA1 Message Date
faa98bf76f
Enhance docs with WOW features: cover page, diagrams, alerts, and interactive elements
- Add stunning cyberpunk cover page with animated grid background
- Integrate Mermaid diagrams for visual architecture and flow charts
- Add flexible-alerts for tips, warnings, and notes throughout tutorials
- Enhance index.html with 15+ professional plugins (tabs, progress bar, charts)
- Add sequence diagrams for authentication and analytics flows
- Improve readability with visual callouts and interactive elements
- Add graph visualizations for system architecture
- Better UX with keyboard shortcuts, word count, and edit links
2026-02-25 04:04:27 +00:00
bcb7db952e
modified: .github/workflows/jekyll-gh-pages.yml 2026-02-25 02:41:31 +00:00
f85c1cc25b
Merge branch 'main' of https://github.com/AeThex-LABS/AeThex-Engine-Core 2026-02-25 02:17:12 +00:00
d13c2cdfdc
new file: docs/EXPORTING_GAMES.md 2026-02-25 02:05:52 +00:00
9d94e13e61
Add GitHub Actions workflow for Jekyll deployment
This workflow automates the building and deployment of a Jekyll site to GitHub Pages, with steps for checking out the code, setting up pages, building with Jekyll, and deploying the site.

Signed-off-by: MrPiglr <mrpiglr@aethex.dev>
2026-02-24 14:09:09 -07:00
2f854349ba
Update custom sponsorship URL in FUNDING.yml
Signed-off-by: MrPiglr <mrpiglr@aethex.dev>
2026-02-24 14:03:25 -07:00
671cc50ae6
Update issue templates 2026-02-24 13:59:29 -07:00
MrPiglr
9cb8425d17 new file: docs/AETHEX_LANG_INTEGRATION.md 2026-02-24 01:55:30 -07:00
4f4cc10a76
modified: docs/README.md 2026-02-24 05:02:32 +00:00
73b27e6fbe
new file: LOGO_CONFIG_GUIDE.md 2026-02-24 04:30:27 +00:00
2c337c0c1e
🎨 Replace all Godot branding with AeThex logos and icons
- Generated new icon.png, logo.png with hexagon 'A' design
- Updated app_icon.png and splash.png
- Created Windows .ico files with AeThex branding
- Added Python scripts to regenerate branding assets
- All assets use AeThex colors (cyan #00D9FF, purple #8B5CF6)

Rebuild the engine to see the new branding!
2026-02-23 19:24:23 +00:00
9dddce666d
🚀 AeThex Engine v1.0 - Complete Fork
- Forked from Godot Engine 4.7-dev (MIT License)
- Rebranded to AeThex Engine with cyan/purple theme
- Added AI-powered development assistant module
- Integrated Claude API for code completion & error fixing
- Custom hexagon logo and branding
- Multi-platform CI/CD (Windows, Linux, macOS)
- Built Linux editor binary (151MB)
- Complete source code with all customizations

Tech Stack:
- C++ game engine core
- AI Module: Claude 3.5 Sonnet integration
- Build: SCons, 14K+ source files
- License: MIT (Godot) + Custom (AeThex features)

Ready for Windows build via GitHub Actions!
2026-02-23 05:01:56 +00:00
574e21796e
modified: README.md 2026-02-23 04:47:38 +00:00
729673932c
Initial commit 2026-02-22 19:34:42 -07:00