Commit graph

6 commits

Author SHA1 Message Date
Yamakaky
2793e4211e Migrate to glium.
I tried to follow the existing code as close as possible. It should be
equivalent.

- Remove buffer.rs, error.rs and shader.rs to use glium builtins
- Remove automatic color normalization (see
  https://github.com/tomaka/glium/issues/1313)
- Add a Vertex struct
- Modifie Color and Position
2015-10-24 15:24:40 +02:00
Yamakaky
3e72aa55e5 Remove dependencie "libc", update indirect deps
Maybe it was needed before ?
2015-10-21 23:49:31 +02:00
Sergey Tikhomirov
0d4eb58f51 Upgrade sdl2 to v0.9.1 2015-10-06 15:06:16 +02:00
Lionel Flandrin
b3248bcd45 Rename project in Cargo.toml 2015-09-27 16:51:29 +02:00
Lionel Flandrin
a3092cf793 Implement basic OpenGL renderer using SDL2 2015-05-25 16:26:15 +02:00
Lionel Flandrin
017db106ea First instructions: LUI and ORI 2015-05-25 16:23:57 +02:00