Activity for exxin-rust-learning

  • klirktag committed [e81fc5] on Code

    compiles but does not animate

  • klirktag committed [2dec09] on Code

    try stor in vec not working

  • klirktag committed [9cfda6] on Code

    add readme

  • klirktag committed [948287] on Code

    add wasm example

  • klirktag committed [3e37b8] on Code

    move sdl-demo

  • ekirgustafsson committed [780aa0] on Code

    move sdl-demo

  • klirktag committed [269e2e] on Code

    remove log

  • klirktag committed [0cfd50] on Code

    remove log

  • klirktag committed [7ba00e] on Code

    add game design doc

  • klirktag committed [ac6f82] on Code

    simplyfied code

  • klirktag committed [930041] on Code

    add docs

  • klirktag committed [1d884b] on Code

    add movement

  • klirktag committed [afed3b] on Code

    add camera

  • klirktag committed [541001] on Code

    clean up

  • klirktag committed [6e5dfa] on Code

    gameobj loop

  • klirktag committed [87202d] on Code

    game object vector

  • klirktag committed [560f07] on Code

    implement keyboard support

  • ekirgustafsson committed [5c938b] on Code

    add keyboard navigation

  • ekirgustafsson committed [46ca29] on Code

    add gameobj constructor

  • ekirgustafsson committed [173884] on Code

    implement keyboard controls

  • ekirgustafsson committed [154788] on Code

    add gameobj

  • klirktag committed [43198a] on Code

    format

  • klirktag committed [49a2f8] on Code

    convert pixelformat before pixel manipulation

  • klirktag committed [469242] on Code

    add pixel manipulatoin

  • klirktag committed [58448b] on Code

    add custom animation

  • Cobrand Cobrand committed [0c4fb7] on Code

    Add Surface::rect comment

  • GitHub committed [819ab4] on Code

    Merge pull request #1260 from ultimaweapon/master

  • Putta Khunchalee committed [eb0e8f] on Code

    Prevent SDL to provide it own 'main'

  • GitHub committed [b7d75c] on Code

    Merge pull request #1275 from Nuckal777/update-raw-window-handle

  • Nuckal777 committed [70ee5d] on Code

    Fix macOS raw-window-handle test + formatting

  • Nuckal777 committed [2db28e] on Code

    Fix AppKitWindowHandle missing NSView

  • Nuckal777 committed [31e830] on Code

    Update raw-window-handle to 0.5.0

  • GitHub committed [c2fba9] on Code

    Merge pull request #1270 from jordanhalase/master

  • Jordan Halase committed [18d3d7] on Code

    Label the removal of &mut self as a breaking change

  • Jordan Halase committed [a88cb1] on Code

    Add TimerSubsystem changes to changelog

  • Jordan Halase committed [f14a74] on Code

    Remove &mut self requirement in TimerSubsystem::delay()

  • GitHub committed [ff004b] on Code

    Merge pull request #1264 from abonnaudet-ledger/patch-1

  • GitHub committed [b49abe] on Code

    Update mod.rs

  • Cobrand Cobrand committed [795fe0] on Code

    cargo fmt

  • GitHub committed [575d9d] on Code

    Merge pull request #1254 from daggerbot/sdldrop

  • Martin Mills committed [77e044] on Code

    Add #1254 to changelog

  • Martin Mills committed [a27beb] on Code

    Make SdlDrop and SubsystemDrop safer to use

  • GitHub committed [98d54c] on Code

    Merge pull request #1256 from joseluis/patch-1

  • GitHub committed [2848a5] on Code

    fix #1255 sensor_get_data_rate

  • Cobrand Cobrand committed [bd4d9a] on Code

    attempt fix CI; update vcpkg

  • Cobrand Cobrand committed [0cacff] on Code

    fix surface test

  • GitHub committed [5af611] on Code

    Merge pull request #1240 from faxe1008/pixelmask-ref

  • faxe1008 committed [d0f8f7] on Code

    Surface: take PixelMasks by refrence not value

  • GitHub committed [568a1a] on Code

    Merge pull request #1250 from messense/lib64

  • messense committed [87c948] on Code

    Fix build error in manylinux docker container

  • GitHub committed [bf02af] on Code

    Merge pull request #1252 from messense/fix-windows-static

  • Cobrand Cobrand committed [cbd770] on Code

    fix events test

  • GitHub committed [7b5425] on Code

    Merge pull request #1246 from caspark/master

  • Caspar Krieger committed [394e5a] on Code

    Update README and changelog with new min SDL2 ver

  • GitHub committed [bae03b] on Code

    Merge pull request #1242 from tangobattle/master

  • bigfarts committed [41e925] on Code

    update SDL

  • GitHub committed [ce8a7e] on Code

    Merge pull request #1238 from mothfuzz/master

  • Kay Hood committed [dd71b5] on Code

    add support for emscripten to raw-window-handle

  • GitHub committed [1b6884] on Code

    Merge pull request #1231 from 17cupsofcoffee/patch-1

  • GitHub committed [047eb7] on Code

    Make the fmt check pass

  • GitHub committed [5598b6] on Code

    Fix XInput support in the game-controller example (fixes #1230)

  • GitHub committed [278eda] on Code

    Merge pull request #1228 from Cobrand/PR1227-fix

  • Cobrand Cobrand committed [c80f7a] on Code

    Fix build for macOS (PR 1227)

  • Cobrand Cobrand committed [541f49] on Code

    cargo fmt

  • GitHub committed [619589] on Code

    Merge pull request #1225 from kaphula/master

  • GitHub committed [373915] on Code

    Update changelog.md

  • Kaphula committed [754b22] on Code

    Update changelog.md

  • Kaphula committed [288340] on Code

    Update wgpu to 0.12 and fix raw-window-handle-with-wgpu example program.

  • GitHub committed [655210] on Code

    Merge pull request #1222 from bnoordhuis/fix1220

  • GitHub committed [c83436] on Code

    Merge branch 'master' into fix1220

  • GitHub committed [7bae27] on Code

    Merge pull request #1213 from moralrecordings/bindings_update

  • Cobrand Cobrand committed [a5cc93] on Code

    fix doc test is_mouse failing

  • Scott Percival Scott Percival committed [39b05d] on Code

    Corrections based on code review

  • Scott Percival Scott Percival committed [fffd2b] on Code

    Fix println formatting for touchpad tests

  • Scott Percival Scott Percival committed [1c2789] on Code

    Implement SDL_GetWindowICCProfile

  • Scott Percival Scott Percival committed [8700fd] on Code

    Implement SDL_JoystickSendEffect and SDL_GameControllerSendEffect

  • Scott Percival Scott Percival committed [f97f8b] on Code

    Implement window grabbing features

  • Scott Percival Scott Percival committed [086f5d] on Code

    Implement new WindowEvents

  • Scott Percival Scott Percival committed [550f3f] on Code

    Implement several features for controllers/joysticks

  • Scott Percival Scott Percival committed [946aad] on Code

    Implement SDL_FlashWindow

  • Scott Percival Scott Percival committed [56c8ea] on Code

    Implement SDL_SoftStretchLinear

  • GitHub committed [808e48] on Code

    Merge pull request #1219 from benjaminmordaunt/patch-1

  • GitHub committed [ae41d0] on Code

    Add missing CoreHaptics framework

  • Ben Noordhuis committed [08d5e6] on Code

    fix formatting

  • Ben Noordhuis committed [5762e5] on Code

    Add SDL_WindowFlags shortcuts to Window

  • GitHub committed [6e078f] on Code

    Merge pull request #1214 from Sorenon/master

  • Sorenon committed [f647d1] on Code

    Implement controller touchpad events

  • GitHub committed [8e6c28] on Code

    Merge pull request #1212 from cbgbt/readme-rpath-attr

  • Sean P Kelly committed [8abbf3] on Code

    Update README.md to fix attribute syntax for rpath instructions

  • GitHub committed [36599e] on Code

    Merge pull request #1211 from Gosuo/event_from_ll_pub

  • Jan Tebernum committed [943933] on Code

    Changes the visibility of `Event::from_ll` to pub

  • Cobrand Cobrand committed [b36d04] on Code

    Update to 0.35.2

  • GitHub committed [6ea133] on Code

    Update README.md

  • GitHub committed [a02ddf] on Code

    Update README.md

  • GitHub committed [c1c007] on Code

    Update README.md to merge "Bundled" section Codeblocks

  • GitHub committed [3aeeef] on Code

    Merge pull request #1191 from Volatus/improve-brew-docs

  • Ismayil Mirzali committed [ac2072] on Code

    Improve instructions for macOS

  • GitHub committed [7011c6] on Code

    Merge pull request #1189 from rhysd/queue-return-result

  • rhysd committed [5d8ba4] on Code

    Return Result from `AudioQueue::queue` instead of bool

  • GitHub committed [443c9d] on Code

    Merge pull request #1190 from rhysd/serial-events-test

1 >