No description
  • Rust 90.6%
  • HTML 5.5%
  • CSS 2.4%
  • Just 1.5%
Find a file
2026-03-10 18:05:29 +01:00
.cargo Adding menus into the game (#2) 2025-09-27 07:30:53 +02:00
assets Adding a loading screen (#6) 2025-10-13 18:57:52 +02:00
blender Added an splash screen to load the menu assets 2025-10-12 09:41:50 +02:00
examples adding some examples codes that I used to test things 2026-03-10 18:05:29 +01:00
resources Dual build, webgpu and webgl2, and disabling exit button (#9) 2026-01-16 17:04:47 +01:00
screenshots Update Readme.md 2025-09-29 12:01:00 +02:00
src Moved physics to use avian (#10) 2026-03-10 17:59:36 +01:00
.gitignore Small improve for building the web version 2025-09-27 07:36:25 +02:00
build.rs Adding a loading screen (#6) 2025-10-13 18:57:52 +02:00
Cargo.lock Moved physics to use avian (#10) 2026-03-10 17:59:36 +01:00
Cargo.toml Moved physics to use avian (#10) 2026-03-10 17:59:36 +01:00
justfile Dual build, webgpu and webgl2, and disabling exit button (#9) 2026-01-16 17:04:47 +01:00
Readme.md Adding some new models 2025-09-29 22:13:11 +02:00

Asteroids in 3D

The typical 2d arcade game, but with 3D views. (The game is still the same)

Done in Bevy, to learn it.

Screenshots

Main Menu In Game Game Over

Credits