- 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!
21 lines
354 B
INI
21 lines
354 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = tab
|
|
insert_final_newline = true
|
|
max_line_length = 120
|
|
trim_trailing_whitespace = true
|
|
|
|
[{*.py,SConstruct,SCsub}]
|
|
indent_style = space
|
|
|
|
[{*.{yml,yaml},.clang{-format,-tidy,d}}]
|
|
indent_size = 2
|
|
indent_style = space
|
|
|
|
[{*.props,*.vcxproj}]
|
|
indent_size = 2
|
|
indent_style = space
|