Home
last modified time | relevance | path

Searched defs:GameOfLife (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-0.32.2/examples/
H A Dgame-of-life-unsafe-textures.rs33 pub struct GameOfLife { struct
34 playground: [bool; (PLAYGROUND_WIDTH*PLAYGROUND_HEIGHT) as usize],
35 state: State,
38 impl GameOfLife { implementation
119 impl<'a> IntoIterator for &'a GameOfLife { implementation
H A Dgame-of-life.rs23 pub struct GameOfLife { struct
24 playground: [bool; (PLAYGROUND_WIDTH*PLAYGROUND_HEIGHT) as usize],
25 state: State,
28 impl GameOfLife { impl
109 impl<'a> IntoIterator for &'a GameOfLife { implementation
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-0.32.2/examples/
H A Dgame-of-life-unsafe-textures.rs33 pub struct GameOfLife { struct
34 playground: [bool; (PLAYGROUND_WIDTH*PLAYGROUND_HEIGHT) as usize],
35 state: State,
38 impl GameOfLife { impl
119 impl<'a> IntoIterator for &'a GameOfLife { implementation
H A Dgame-of-life.rs23 pub struct GameOfLife { struct
24 playground: [bool; (PLAYGROUND_WIDTH*PLAYGROUND_HEIGHT) as usize],
25 state: State,
28 impl GameOfLife { impl
109 impl<'a> IntoIterator for &'a GameOfLife { implementation
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/examples/game_of_life/
H A DGameOfLife.cxx102 class GameOfLife : public vtkm::filter::FilterDataSet<GameOfLife> class
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/examples/game_of_life/
H A DGameOfLife.cxx123 class GameOfLife : public vtkm::filter::FilterDataSet<GameOfLife> class