Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upNeed a simple 3d rendering example #79
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Emilgardis
Jul 24, 2016
Contributor
There already is one. On the develop branch: https://github.com/amethyst/amethyst/blob/develop/src/renderer/examples/main.rs
|
There already is one. On the develop branch: https://github.com/amethyst/amethyst/blob/develop/src/renderer/examples/main.rs |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
ahmedaliadeel
commented
Jul 24, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
ahmedaliadeel
Jul 24, 2016
I mean i need an example without directly using glutin or gfx through amethyst interface! is something is WIP?
ahmedaliadeel
commented
Jul 24, 2016
|
I mean i need an example without directly using glutin or gfx through amethyst interface! is something is WIP? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
nchashch
Jul 24, 2016
Member
There is no example with rendering yet, but you might want to take a look at #80.
|
There is no example with rendering yet, but you might want to take a look at #80. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Now there is an example. |
nchashch
added
type: improvement
diff: easy
pri: normal
labels
Aug 10, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
ebkalderon
Oct 11, 2016
Member
Given that we already have a working rendering example, I think we can mark this issue resolved.
|
Given that we already have a working rendering example, I think we can mark this issue resolved. |

ahmedaliadeel commentedJul 24, 2016
Need a simple 3d rendering example, like a cube or sphere, nothing fancy. Deferred or Forward defined in yaml file.