abstreet/ezgui/src
2019-01-22 23:19:48 -08:00
..
canvas.rs remove piston stuff, cut over to glutin in some basic way. nothing 2019-01-22 16:51:02 -08:00
color.rs use const functions to construct constant colors in many cases, now that rust 2018 is here 2018-12-22 12:39:17 -08:00
event.rs tweaked camera based on canvas. workable, not great. 2019-01-22 17:12:48 -08:00
fragment.glsl start to move ezgui to glium. just copying extra code in, not deleting 2019-01-22 16:11:49 -08:00
input.rs WIP: better sidewalk corner geometry. it's a start. 2019-01-12 13:40:06 -08:00
lib.rs upload data once per polygon, not once per triangle. derp. 2019-01-22 23:19:48 -08:00
log_scroller.rs trying out a quick way to mark parts of the screen unavailable for map-space mouseover. oh hey, it works great. 2018-12-22 20:03:12 -08:00
menu.rs declare extra space needed by modal menus. dont stretch menus to cover 2019-01-09 12:26:16 -08:00
runner.rs disable unneeded depth testing. enable antialiasing and alpha blending 2019-01-22 23:10:14 -08:00
screen_geom.rs revamp menu to work in screen-space, so canvas can move beneath modal menu. also fix the menu mouseover when a prompt is present. 2018-12-17 14:42:52 -08:00
scrolling_menu.rs trying out a quick way to mark parts of the screen unavailable for map-space mouseover. oh hey, it works great. 2018-12-22 20:03:12 -08:00
text_box.rs start text box with cursor at the end of prefilled 2018-12-23 09:05:39 -08:00
text.rs remove piston stuff, cut over to glutin in some basic way. nothing 2019-01-22 16:51:02 -08:00
top_menu.rs remove piston stuff, cut over to glutin in some basic way. nothing 2019-01-22 16:51:02 -08:00
vertex.glsl fix y inversion. camera now feels totally correct 2019-01-22 18:20:20 -08:00
wizard.rs make menus handle window resizing 2018-12-19 11:48:35 -08:00