diff options
| author | Indrajith K L | 2025-11-09 06:37:45 +0530 |
|---|---|---|
| committer | Indrajith K L | 2025-11-09 06:37:45 +0530 |
| commit | 0fbc961bb8e7b9864c0982bb86b0de2e25d6f4aa (patch) | |
| tree | b446af7c63385e59b6d5e41fb9071164ee59c2bb /README.md | |
| parent | 7cdb3b65f437219d03f7c0609bcde4651d7f9e2e (diff) | |
| download | reilua-enhanced-0fbc961bb8e7b9864c0982bb86b0de2e25d6f4aa.tar.gz reilua-enhanced-0fbc961bb8e7b9864c0982bb86b0de2e25d6f4aa.tar.bz2 reilua-enhanced-0fbc961bb8e7b9864c0982bb86b0de2e25d6f4aa.zip | |
Add macOS support and project creation tool
- Add macOS static and dynamic library linking support
- Add cross-platform build scripts for Windows, macOS, and Linux
- Add project creation script with metadata embedding
- Add macOS app bundle creation with icon support
- Update CMakeLists.txt for platform detection
- Fix STB rect pack duplicate symbols
- Remove test images and unused files
- Consolidate documentation into MACOS.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -7,12 +7,14 @@ ## About This Version This is an enhanced version of ReiLua featuring: -- **Embedded Lua Support** - Bundle all your Lua code into a single executable -- **Embedded Assets** - Package images, sounds, and other assets into your game -- **Splash Screens** - Customizable startup screens featuring Raylib and ReiLua -- **Asset Loading System** - Loading screen with progress tracking -- **Automated Build Scripts** - One-command development and release builds -- **Console Control** - Debug logging system for development +- Embedded Lua Support - Bundle all your Lua code into a single executable +- Embedded Assets - Package images, sounds, and other assets into your game +- Splash Screens - Customizable startup screens featuring Raylib and ReiLua +- Asset Loading System - Loading screen with progress tracking +- Automated Build Scripts - One-command development and release builds +- Console Control - Debug logging system for development +- macOS Support - Build for macOS with static linking (see [MACOS.md](MACOS.md)) +- Project Creation Tool - Automated project setup with metadata embedding ## What is ReiLua? |
