mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-21 10:45:55 +02:00
sort
This commit is contained in:
parent
c1f7666642
commit
cd303ca367
@ -67,13 +67,13 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
||||
|
||||
### Game development
|
||||
|
||||
* [bjz/bullet-rs](https://github.com/bjz/bullet-rs)
|
||||
* [JeremyLetang/rustenstein3D](https://github.com/JeremyLetang/rustenstein3D/) — a raycasting engine in rust
|
||||
* [PistonDevelopers/piston](https://github.com/pistondevelopers/piston)
|
||||
* [sebcrozet/kiss3d](https://github.com/sebcrozet/kiss3d)
|
||||
* [sebcrozet/ncollide](https://github.com/sebcrozet/ncollide)
|
||||
* [sebcrozet/nphysics](https://github.com/sebcrozet/nphysics)
|
||||
* [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro)
|
||||
* [bjz/bullet-rs](https://github.com/bjz/bullet-rs)
|
||||
|
||||
### Games
|
||||
|
||||
@ -98,9 +98,9 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
||||
* ncurses
|
||||
* OpenGL
|
||||
* [bjz/gl-rs](https://github.com/bjz/gl-rs)
|
||||
* [bjz/glfw-rs](https://github.com/bjz/glfw-rs)
|
||||
* [servo/rust-glut](https://github.com/mozilla-servo/rust-glut)
|
||||
* [servo/rust-opengles](https://github.com/servo/rust-opengles)
|
||||
* [bjz/glfw-rs](https://github.com/bjz/glfw-rs)
|
||||
* SDL
|
||||
* SFML
|
||||
* [jeremyletang/rust-sfml](https://github.com/JeremyLetang/rust-sfml)
|
||||
|
@ -546,13 +546,13 @@ entry( ' * ', 'netvl/rust-xml', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'Ygg01/xml-air', rows_stable, rows_unstable )
|
||||
|
||||
add( '\n### Game development\n', rows_stable, rows_unstable )
|
||||
entry( '* ', 'bjz/bullet-rs', rows_stable, rows_unstable )
|
||||
entry( '* ', 'JeremyLetang/rustenstein3D', rows_stable, rows_unstable )
|
||||
entry( '* ', 'PistonDevelopers/piston', rows_stable, rows_unstable )
|
||||
entry( '* ', 'sebcrozet/kiss3d', rows_stable, rows_unstable )
|
||||
entry( '* ', 'sebcrozet/ncollide', rows_stable, rows_unstable )
|
||||
entry( '* ', 'sebcrozet/nphysics', rows_stable, rows_unstable )
|
||||
entry( '* ', 'SiegeLord/RustAllegro', rows_stable, rows_unstable )
|
||||
entry( '* ', 'bjz/bullet-rs', rows_stable, rows_unstable )
|
||||
|
||||
add( '\n### Games\n', rows_stable, rows_unstable )
|
||||
entry( '* ', 'Arcterus/game-of-life', rows_stable, rows_unstable )
|
||||
@ -579,9 +579,9 @@ add( '* ncurses', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'jeaye/ncurses-rs', rows_stable, rows_unstable )
|
||||
add( '* OpenGL', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'bjz/gl-rs', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'bjz/glfw-rs', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'servo/rust-glut', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'servo/rust-opengles', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'bjz/glfw-rs', rows_stable, rows_unstable )
|
||||
add( '* SDL', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'AngryLawyer/rust-sdl2', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'brson/rust-sdl', rows_stable, rows_unstable )
|
||||
|
Loading…
Reference in New Issue
Block a user