Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/ecosystem-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Ecosystem Guide

## Graphics

- 2D only. All you need is...
- Love: [ggez](https://github.com/ggez/ggez)
- Web: [quicksilver](https://github.com/ryanisaacg/quicksilver)
- Coffee: [coffee](https://github.com/hecrj/coffee)
- Not sure: [piston](https://github.com/PistonDevelopers/piston)
- 3D all the way. Who came first?
- Chicken:
- Big: [amethyst](https://github.com/amethyst/amethyst)
- Old: [kiss3d](https://github.com/sebcrozet/kiss3d)
- Fancy: [three.rs](https://github.com/three-rs/three)
- Egg
- Modern: [wgpu](https://github.com/gfx-rs/wgpu-rs)
- GL-ish: [glium](https://github.com/glium/glium), [luminance](https://github.com/phaazon/luminance-rs), [gl-rs](https://github.com/brendanzab/gl-rs)
- Vulkan-ish: [vulkano](https://github.com/vulkano-rs/vulkano), [ash](https://github.com/MaikKlein/ash), [dacite](https://gitlab.com/dennis-hamester/dacite)
- Raw: [gfx-hal](https://github.com/gfx-rs/gfx)
Copy link

@Ralith Ralith Jun 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Raw" is strange word choice here when e.g. ash (and gl-rs?) are much thinner.


## Math

## Audio

TODO