Fix benchmarks for latest glium/glutin API
[mandelwow.git] / main.rs
2021-03-01 Bernie InnocentiSimulation time is now unaffected by events
2021-03-01 Bernie InnocentiImprove event handling
2020-12-13 Bernie InnocentiUpdate to glium 0.28, glutin 0.25 and winit 0.23
2020-03-31 Bernie InnocentiMerge branch 'master' of gitlab.com:berniecodewiz/mandelwow
2020-03-31 Bernie InnocentiReplace std::time with the wasm-compatible crate instant
2020-03-29 Bernie InnocentiMove screenshotting code to its own module
2020-03-29 Bernie InnocentiRe-enable fullscreen toggling
2020-03-29 Bernie InnocentiRe-enable all keyboard shortcuts (except for fullscreen)
2020-01-21 Bernie InnocentiEliminate lifetime annotations in World and Text
2020-01-11 Bernie InnocentiCleanly separate rendering and event handling
2018-12-27 Bernie InnocentiSwitch to Rusr 2018!
2018-12-27 Bernie InnocentiRun 'cargo fix --edition'
2018-12-27 Bernie InnocentiIndented with rustfmt 1.0
2018-09-29 Bernie InnocentiPort to glium 0.22 and clutin 0.18
2017-12-20 Bernie InnocentiDon't request a GL context with sRGB enabled.
2017-09-29 Bernie InnocentiMerge branch 'master' of ssh://codewiz.org/~/public_git...
2017-09-29 Bernie InnocentiPort to glium 0.17 and glutin 0.9.
2017-07-08 Bernie InnocentiPut text on the top faces of cubes.
2017-07-06 Bernie InnocentiMove editor code into Timer.
2017-07-06 Bernie InnocentiMove most timing-related code to new module timer.rs
2017-06-29 Bernie InnocentiFix style warnings from clippy.
2017-06-26 Bernie InnocentiDraw the cubes using flat shading and fewer vertexes.
2017-06-21 Bernie InnocentiUse a regular float texture for the font.
2017-06-18 Bernie InnocentiAllow selecting text fg and bg colors.
2017-06-18 Bernie InnocentiRender text with a C64 font!
2017-06-12 Bernie InnocentiImplement fractal pulsing on music clap hit.
2017-06-11 Bernie InnocentiDetect instrument hits in music.
2017-06-11 Bernie InnocentiLight fading in the distance on the sea, add green...
2017-05-08 Bernie InnocentiAdd FPS counter.
2017-05-07 Bernie InnocentiPrecompute perspective * projection for the cubes.
2017-05-07 Bernie InnocentiSimplify sea initialization.
2017-05-07 Bernie InnocentiAdd sea waves!
2017-05-06 Bernie InnocentiAdd a sea shaded cubes, just because. No big deal ...
2017-05-06 Bernie InnocentiCreate mandelwow_lib.
2017-05-05 Bernie InnocentiConvert bounding_box to a struct.
2017-05-01 Bernie InnocentiSome cleanups for wasm and asmjs
2017-04-23 Bernie InnocentiSame code now builds and runs both natively and as...
2017-04-22 Bernie InnocentiAdd music to emscripten port. emscripten
2017-04-22 Bernie InnocentiSwitch to WebGL 2.
2017-04-22 Bernie InnocentiImprove asmjs support, add wasm target.
2017-04-17 Bernie InnocentiA pile of gross hacks, but works in a browser so it...
2017-04-11 Bernie InnocentiStart using cgmath.
2017-04-09 Bernie InnocentiImplement mouse panning and streamline keyboard movement.
2017-04-08 Bernie InnocentiAdd screenshot function (F10).
2017-04-08 Bernie InnocentiSplit bounding_box to its own module.
2017-04-08 Bernie InnocentiMake music optional.
2017-04-08 Bernie InnocentiModularize a bit more: split mandelwow and cube to...