AeThex-Engine-Core/engine/thirdparty/sdl/libm
MrPiglr 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
..
e_atan2.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
e_exp.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
e_fmod.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
e_log.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
e_log10.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
e_pow.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
e_rem_pio2.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
e_sqrt.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
k_cos.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
k_rem_pio2.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
k_sin.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
k_tan.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
math_libm.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
math_private.h 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
s_atan.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
s_copysign.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
s_cos.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
s_fabs.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
s_floor.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
s_isinf.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
s_isinff.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
s_isnan.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
s_isnanf.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
s_modf.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
s_scalbn.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
s_sin.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00
s_tan.c 🚀 AeThex Engine v1.0 - Complete Fork 2026-02-23 05:01:56 +00:00