@@ -28,15 +28,15 @@ The completed ports are:
28
28
29
29
<!-- Add new releases at the bottom; this makes more likely to found outdated ports at the top -->
30
30
31
- | Game | Part of | Source Language | Source Libraries | Port Libraries | Tested on |
32
- | :------------------------------------: | :--------------------------------------------------------------------------: | :-------------: | :------------------------------------------: | :------------------------------------------------: | :-------: |
33
- | [ Boing] [ Boing ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ ggez] [ ggez ] 0.8 | Linux |
34
- | [ Catacomb II (SDL)] [ Catacomb II (SDL) ] | - | C | [ SDL 2] [ SDL 2 ] | [ Rust-SDL2] [ Rust-SDL2 ] 0.35 | Linux |
35
- | [ Cavern] [ Cavern ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ Macroquad] [ Macroquad ] 0.3 | Linux |
36
- | [ Soccer] [ Soccer ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ Fyrox] [ Fyrox ] 0.26 | Linux |
37
- | [ Rusty Roguelike] [ Rusty Roguelike ] | [ Hands-on Rust: Effective Learning...] [ Hands-on Rust: Effective Learning... ] | Rust | [ bracket-lib] [ bracket-lib ] , [ Legion] [ Legion ] | [ bracket-lib] [ bracket-lib ] , [ Bevy] [ Bevy ] (ECS) 0.7 | Linux |
38
- | [ Rusty Roguelike] [ Rusty Roguelike ] | [ Hands-on Rust: Effective Learning...] [ Hands-on Rust: Effective Learning... ] | Rust | [ bracket-lib] [ bracket-lib ] , [ Legion] [ Legion ] | [ Macroquad] [ Macroquad ] 0.3, [ Legion] [ Legion ] 0.3 | Linux |
39
- | [ Bunner] [ Bunner ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ Macroquad] [ Macroquad ] 0.3 | Linux |
31
+ | Game | Part of | Source Language | Source Libraries | Port Libraries | Tested on |
32
+ | :------------------------------------: | :--------------------------------------------------------------------------: | :-------------: | :------------------------------------------: | :------------------------------------------------: | :----------- : |
33
+ | [ Boing] [ Boing ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ ggez] [ ggez ] 0.9 | Linux/Windows |
34
+ | [ Catacomb II (SDL)] [ Catacomb II (SDL) ] | - | C | [ SDL 2] [ SDL 2 ] | [ Rust-SDL2] [ Rust-SDL2 ] 0.35 | Linux |
35
+ | [ Cavern] [ Cavern ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ Macroquad] [ Macroquad ] 0.3 | Linux |
36
+ | [ Soccer] [ Soccer ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ Fyrox] [ Fyrox ] 0.26 | Linux |
37
+ | [ Rusty Roguelike] [ Rusty Roguelike ] | [ Hands-on Rust: Effective Learning...] [ Hands-on Rust: Effective Learning... ] | Rust | [ bracket-lib] [ bracket-lib ] , [ Legion] [ Legion ] | [ bracket-lib] [ bracket-lib ] , [ Bevy] [ Bevy ] (ECS) 0.7 | Linux |
38
+ | [ Rusty Roguelike] [ Rusty Roguelike ] | [ Hands-on Rust: Effective Learning...] [ Hands-on Rust: Effective Learning... ] | Rust | [ bracket-lib] [ bracket-lib ] , [ Legion] [ Legion ] | [ Macroquad] [ Macroquad ] 0.3, [ Legion] [ Legion ] 0.3 | Linux |
39
+ | [ Bunner] [ Bunner ] | [ Code the Classics Vol. 1] [ Code the Classics Vol. 1 ] | Python | [ PyGame Zero] [ PyGame Zero ] | [ Macroquad] [ Macroquad ] 0.3 | Linux |
40
40
41
41
<!-- Keep the entries of each group sorted by name -->
42
42
@@ -147,9 +147,9 @@ Catacomb II:
147
147
148
148
A very straightforward port 🙂
149
149
150
- This port suffers from one (Winit) bug :
150
+ This port suffers from one bug (it's currently unclear if it's a port or library problem) :
151
151
152
- - corruption when running on fullscreen (reported [ here] ( https://github.com/ggez/ggez /issues/1066 ) ).
152
+ - game running too fast (issue [ here] ( https://github.com/rust-gamedev/rust-game-ports /issues/150 ) ).
153
153
154
154
### Cavern/Macroquad
155
155
0 commit comments