スキル一覧に戻る
rikiyanai

build-editor

by rikiyanai

1🍴 1📅 2026年1月20日
GitHubで見るManusで実行

SKILL.md


name: build-editor description: Build the Asciicker map editor (asciiid) using the Mac makefile. Use when building the editor, recompiling after changes, or when the user asks to build or compile the editor. allowed-tools: Bash, Read

Build Editor Skill

Builds the Asciicker map editor (asciiid) for macOS using the project's makefile.

Quick Commands

Build the editor:

make -f makefile_asciiid_mac

Clean build (rebuild everything):

make -f makefile_asciiid_mac clean && make -f makefile_asciiid_mac

Build for Linux:

make -f makefile_asciiid

Build Output

The compiled editor will be at: .run/asciiid

Launch After Build

To run the editor after building:

./.run/asciiid

Or on macOS (to launch as app):

open .run/asciiid.app

What Gets Built

The editor includes:

  • Terrain editing tools
  • Material painting system (grass, water, etc.)
  • Sprite placement
  • Enemy generator placement
  • Map save/load functionality
  • Camera controls

Common Build Issues

  1. Missing dependencies: Ensure OpenGL, SDL2, X11 libraries installed
  2. Compilation errors: Check for syntax errors in .cpp files
  3. Linking errors: Verify all object files compiled successfully

Files Compiled

Main sources:

  • asciiid.cpp - Main editor logic
  • terrain.cpp - Terrain rendering
  • render.cpp - OpenGL rendering
  • game.cpp - Game logic
  • Plus ImGui and other dependencies

Instructions

When the user asks to build the editor:

  1. Run make -f makefile_asciiid_mac
  2. Report any compilation warnings or errors
  3. Confirm successful build with "Linking: .run/asciiid"
  4. Optionally launch the editor if requested

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です