Make V2.2


Make Engine – Version 1.2 Release Notes

Release Type: Major Feature Update
APK Size: ~76.59 KB


🚀 What’s New

  • New Function Call Syntax
    • Added clean and fast function calling using $ syntax
    • Supports:
      • $functionName.(arg1,arg2,...)
      • $className.functionName.(arg1,arg2,...)
    • Designed for easier typing and better readability
  • call Keyword Introduced
    • Explicitly marks function execution
    • Works outside assignments and show statements
    • Stores output in lastFunctionOutput
  • Built-in Android Renderer Plugin
    • Canvas creation and management
    • Clear canvas with ARGB colors
    • Draw circles using Java-side rendering
    • Ultra-smooth rendering handled natively
  • Infinite Loop Safety
    • Back button instantly stops the current running loop
    • No risk of app freeze due to infinite interpreted loops
  • Save & Load Loop System
    • save and load commands enable clean loop-based game logic
    • Perfect for animations and simple game states

⚡ Performance Improvements

  • Interpreter optimized for real-time loops
  • Smooth motion even with pure interpreted logic
  • Rendering fully handled on Java side for speed

🧠 Language Design Highlights

  • Beginner-friendly readable syntax (old method still supported)
  • Advanced syntax available for intermediate users
  • No visual editor required — everything is code
  • Designed specifically for indie developers

📦 Size Optimization

  • APK size reduced to ~76.59 KB
  • WebP icon optimization
  • Minimal dependencies
  • Fast download (~1 second)

🎯 Summary

Make Engine V1.2 proves that powerful tools don’t need to be heavy.
This release focuses on speed, clarity, extensibility, and extreme size optimization — all while keeping the engine flexible and beginner-friendly.

Built for indie developers. Built to stay lightweight.

Files

Make Editor V2.2 beta 76 kB
17 days ago

Get Make

Leave a comment

Log in with itch.io to leave a comment.