Game engine.
Find a file
2025-10-14 13:25:32 +02:00
backspace Reformat changelog; Rewrite project; Update copyright years; Add license file; Update gitignore. Common: Add common library; Depend on 'polylane'; Depend on 'zerocopy'. Client: Add client library; Add 'engine' module; Add 'Engine' type to 'engine'; Depend on 'winit' and 'wgpu'; Depend on 'polylane'; Depend on 'zerocopy'; Add 'EngineBuilder' builder to 'engine'; Add 'app_id' and 'app_name' fields to 'EngineBuilder'; Add 'build' method to 'EngineBuilder'; Add 'run' method to 'Engine'; Add 'error' module; Add 'Error' error to 'error'; Add 'Result' alias to 'error'. Demo: Add demo. 2025-10-14 13:25:32 +02:00
backspace-common Reformat changelog; Rewrite project; Update copyright years; Add license file; Update gitignore. Common: Add common library; Depend on 'polylane'; Depend on 'zerocopy'. Client: Add client library; Add 'engine' module; Add 'Engine' type to 'engine'; Depend on 'winit' and 'wgpu'; Depend on 'polylane'; Depend on 'zerocopy'; Add 'EngineBuilder' builder to 'engine'; Add 'app_id' and 'app_name' fields to 'EngineBuilder'; Add 'build' method to 'EngineBuilder'; Add 'run' method to 'Engine'; Add 'error' module; Add 'Error' error to 'error'; Add 'Result' alias to 'error'. Demo: Add demo. 2025-10-14 13:25:32 +02:00
backspace-demo Reformat changelog; Rewrite project; Update copyright years; Add license file; Update gitignore. Common: Add common library; Depend on 'polylane'; Depend on 'zerocopy'. Client: Add client library; Add 'engine' module; Add 'Engine' type to 'engine'; Depend on 'winit' and 'wgpu'; Depend on 'polylane'; Depend on 'zerocopy'; Add 'EngineBuilder' builder to 'engine'; Add 'app_id' and 'app_name' fields to 'EngineBuilder'; Add 'build' method to 'EngineBuilder'; Add 'run' method to 'Engine'; Add 'error' module; Add 'Error' error to 'error'; Add 'Result' alias to 'error'. Demo: Add demo. 2025-10-14 13:25:32 +02:00
.gitignore Reformat changelog; Rewrite project; Update copyright years; Add license file; Update gitignore. Common: Add common library; Depend on 'polylane'; Depend on 'zerocopy'. Client: Add client library; Add 'engine' module; Add 'Engine' type to 'engine'; Depend on 'winit' and 'wgpu'; Depend on 'polylane'; Depend on 'zerocopy'; Add 'EngineBuilder' builder to 'engine'; Add 'app_id' and 'app_name' fields to 'EngineBuilder'; Add 'build' method to 'EngineBuilder'; Add 'run' method to 'Engine'; Add 'error' module; Add 'Error' error to 'error'; Add 'Result' alias to 'error'. Demo: Add demo. 2025-10-14 13:25:32 +02:00
Cargo.lock Reformat changelog; Rewrite project; Update copyright years; Add license file; Update gitignore. Common: Add common library; Depend on 'polylane'; Depend on 'zerocopy'. Client: Add client library; Add 'engine' module; Add 'Engine' type to 'engine'; Depend on 'winit' and 'wgpu'; Depend on 'polylane'; Depend on 'zerocopy'; Add 'EngineBuilder' builder to 'engine'; Add 'app_id' and 'app_name' fields to 'EngineBuilder'; Add 'build' method to 'EngineBuilder'; Add 'run' method to 'Engine'; Add 'error' module; Add 'Error' error to 'error'; Add 'Result' alias to 'error'. Demo: Add demo. 2025-10-14 13:25:32 +02:00
Cargo.toml Reformat changelog; Rewrite project; Update copyright years; Add license file; Update gitignore. Common: Add common library; Depend on 'polylane'; Depend on 'zerocopy'. Client: Add client library; Add 'engine' module; Add 'Engine' type to 'engine'; Depend on 'winit' and 'wgpu'; Depend on 'polylane'; Depend on 'zerocopy'; Add 'EngineBuilder' builder to 'engine'; Add 'app_id' and 'app_name' fields to 'EngineBuilder'; Add 'build' method to 'EngineBuilder'; Add 'run' method to 'Engine'; Add 'error' module; Add 'Error' error to 'error'; Add 'Result' alias to 'error'. Demo: Add demo. 2025-10-14 13:25:32 +02:00
CHANGELOG.md Reformat changelog; Rewrite project; Update copyright years; Add license file; Update gitignore. Common: Add common library; Depend on 'polylane'; Depend on 'zerocopy'. Client: Add client library; Add 'engine' module; Add 'Engine' type to 'engine'; Depend on 'winit' and 'wgpu'; Depend on 'polylane'; Depend on 'zerocopy'; Add 'EngineBuilder' builder to 'engine'; Add 'app_id' and 'app_name' fields to 'EngineBuilder'; Add 'build' method to 'EngineBuilder'; Add 'run' method to 'Engine'; Add 'error' module; Add 'Error' error to 'error'; Add 'Result' alias to 'error'. Demo: Add demo. 2025-10-14 13:25:32 +02:00
COPYING.txt Reformat changelog; Rewrite project; Update copyright years; Add license file; Update gitignore. Common: Add common library; Depend on 'polylane'; Depend on 'zerocopy'. Client: Add client library; Add 'engine' module; Add 'Engine' type to 'engine'; Depend on 'winit' and 'wgpu'; Depend on 'polylane'; Depend on 'zerocopy'; Add 'EngineBuilder' builder to 'engine'; Add 'app_id' and 'app_name' fields to 'EngineBuilder'; Add 'build' method to 'EngineBuilder'; Add 'run' method to 'Engine'; Add 'error' module; Add 'Error' error to 'error'; Add 'Result' alias to 'error'. Demo: Add demo. 2025-10-14 13:25:32 +02:00
README.md Reformat changelog; Rewrite project; Update copyright years; Add license file; Update gitignore. Common: Add common library; Depend on 'polylane'; Depend on 'zerocopy'. Client: Add client library; Add 'engine' module; Add 'Engine' type to 'engine'; Depend on 'winit' and 'wgpu'; Depend on 'polylane'; Depend on 'zerocopy'; Add 'EngineBuilder' builder to 'engine'; Add 'app_id' and 'app_name' fields to 'EngineBuilder'; Add 'build' method to 'EngineBuilder'; Add 'run' method to 'Engine'; Add 'error' module; Add 'Error' error to 'error'; Add 'Result' alias to 'error'. Demo: Add demo. 2025-10-14 13:25:32 +02:00

backspace is a Rust-written game engine.