minimum
A game development framework that provides basic tooling and a content authoring workflow
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- mod.rs
- physics.rs
- mod.rs
- physics.rs
- mod.rs
- physics_systems.rs
- lib.rs
- math_conversions.rs
- Cargo.toml
- feather.ttf
- fontawesome-470.ttf
- materialdesignicons-webfont.ttf
- mplus-1p-regular.ttf
- mod.rs
- sdl2_imgui.rs
- sdl2_window.rs
- imgui.rs
- input.rs
- lib.rs
- Cargo.toml
- draw.rs
- mod.rs
- canvas_draw.rs
- mod.rs
- lib.rs
- math_conversions.rs
- Cargo.toml
- feather.ttf
- fontawesome-470.ttf
- materialdesignicons-webfont.ttf
- mplus-1p-regular.ttf
- mod.rs
- winit_imgui.rs
- winit_window.rs
- imgui.rs
- input.rs
- lib.rs
- Cargo.toml
- example-sdl2.md
- tutorial001_dev_environment_setup.md
- tutorial002_creating_prefabs.md
- tutorial003_save_and_load_prefabs.md
- tutorial004_cooking_prefabs.md
- tutorial005_spawning_prefabs.md
- tutorial006_transactions.md
- tutorial007_creating_prefab_overrides.md
- atelier-legion-integration-demo.md
- component_transform_example.jpg
- index.md
- demo_level.prefab
- demo_level.prefab.meta
- app_control_systems.rs
- draw_systems.rs
- mod.rs
- lib.rs
- main.rs
- registration.rs
- Cargo.toml
- fps_text.rs
- mod.rs
- fps_text_systems.rs
- mod.rs
- lib.rs
- viewport.rs
- Cargo.toml
- app_control_systems.rs
- draw_systems.rs
- mod.rs
- app.rs
- lib.rs
- main.rs
- Cargo.toml
- feather.ttf
- fontawesome-470.ttf
- materialdesignicons-webfont.ttf
- mplus-1p-regular.ttf
- tutorial001_dev_environment_setup.rs
- tutorial002_creating_prefabs.rs
- tutorial003_save_and_load_prefabs.rs
- tutorial004_cooking_prefabs.rs
- tutorial005_spawning_prefabs.rs
- tutorial006_transactions.rs
- tutorial007_creating_prefab_overrides.rs
- lib.rs
- Cargo.toml
- daemon.rs
- lib.rs
- Cargo.toml
- editor_metadata_component.rs
- mod.rs
- editor_draw_2d.rs
- editor_draw_3d.rs
- editor_inspect_registry.rs
- editor_selection.rs
- editor_settings.rs
- editor_state.rs
- mod.rs
- entity_list_window.rs
- gizmos_2d.rs
- gizmos_3d.rs
- inspector_window.rs
- main_menu.rs
- mod.rs
- selection.rs
- inspect.rs
- lib.rs
- select.rs
- Cargo.toml
- app_control.rs
- camera.rs
- debug_draw_2d.rs
- debug_draw_3d.rs
- imgui.rs
- input.rs
- mod.rs
- time.rs
- viewport.rs
- input_systems.rs
- mod.rs
- time_systems.rs
- imgui.rs
- input.rs
- lib.rs
- Cargo.toml
- assets.rs
- importers.rs
- mod.rs
- mod.rs
- asset.rs
- component_registry.rs
- mod.rs
- asset_manager_systems.rs
- mod.rs
- asset_storage.rs
- component_registry.rs
- lib.rs
- prefab_cooking.rs
- util.rs
- Cargo.toml
- bounds.rs
- functions.rs
- lib.rs
- math.rs
- matrix.rs
- na_convert.rs
- Cargo.toml
- mod.rs
- transform.rs
- lib.rs
- Cargo.toml
- .gitignore
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- rustfmt.toml
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/aclysma/minimum
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd minimum
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo run --package example-winit
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
