Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real time render with SFML #107

Open
wants to merge 62 commits into
base: main
Choose a base branch
from

Commits on May 23, 2024

  1. this is a fork now

    ilyabrilev committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fed7023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6aa80a View commit details
    Browse the repository at this point in the history
  3. profiling is working

    ilyabrilev committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9255419 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. SFML start

    ilyabrilev committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d5df0b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a067953 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from ilyabrilev/feature/profiling-and-refactoring

    Feature/profiling and refactoring
    ilyabrilev authored May 29, 2024
    Configuration menu
    Copy the full SHA
    15bcada View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    d0d26a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ilyabrilev/view-refactoring

    view refactoring (full sfml support)
    ilyabrilev authored May 30, 2024
    Configuration menu
    Copy the full SHA
    bf3cd01 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. add basic gui

    ilyabrilev committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8a68165 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Added ui components

    ilyabrilev committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    01266ac View commit details
    Browse the repository at this point in the history
  2. interactive params change

    ilyabrilev committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cf6e2d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from ilyabrilev/add-gui

    Add gui
    ilyabrilev authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    45492d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. speed control ui

    ilyabrilev committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a3597c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from ilyabrilev/add-gui

    speed control ui
    ilyabrilev authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ec391d4 View commit details
    Browse the repository at this point in the history
  3. utils refactoring

    ilyabrilev committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a2bfc13 View commit details
    Browse the repository at this point in the history
  4. refactor ai stuf

    ilyabrilev committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    40434a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. multithreading fix

    ilyabrilev committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1f95fb8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from ilyabrilev/save-simulation

    Multithreading fix and refactoring
    ilyabrilev authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    35c90d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    8a636ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from ilyabrilev/save-simulation

    save system v1 is finaly done
    ilyabrilev authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f131f23 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ilyabrilev authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0b3b614 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0144bae View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7 from ilyabrilev/save-simulation

    binary saves and autosave checkbox
    ilyabrilev authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fbae46f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    540e4ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from ilyabrilev/save-simulation

    StopAtStart and StopAtEnd buttons
    ilyabrilev authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    871e07a View commit details
    Browse the repository at this point in the history
  3. restart on end button

    ilyabrilev committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    889ee6d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9 from ilyabrilev/save-simulation

    restart on end button
    ilyabrilev authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    486f35b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. barrier drawing

    ilyabrilev committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e223a88 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. barrier combo box

    ilyabrilev committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    67c4f53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from ilyabrilev/save-simulation

    Save simulation
    ilyabrilev authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9122e6d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    f4ceac8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from ilyabrilev/more-settings-ui

    selecting indiv and creating its neural graph
    ilyabrilev authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f70fe0e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    0aff724 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from ilyabrilev/more-settings-ui

    zoom fix, barrier save fix, and selection fix
    ilyabrilev authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bf06bff View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. right panel refactoring

    ilyabrilev committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1ada7d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from ilyabrilev/more-settings-ui

    right panel refactoring
    ilyabrilev authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e6ec729 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ilyabrilev authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ec9bbdd View commit details
    Browse the repository at this point in the history
  4. Update README.md

    ilyabrilev authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3eea0c1 View commit details
    Browse the repository at this point in the history
  5. info button

    ilyabrilev committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7c6156f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    686b72c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Update README.md

    ilyabrilev authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4c69303 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ilyabrilev authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0441a53 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    f2017d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from ilyabrilev/more-settings-ui

    survival criteria info button
    ilyabrilev authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    28d5215 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    1fda334 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    c3f30bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24dbe4a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    fb1f9ef View commit details
    Browse the repository at this point in the history
  2. readme screenshot

    ilyabrilev committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8ffa6d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. line challenges display

    ilyabrilev committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f5e9871 View commit details
    Browse the repository at this point in the history
  2. near barrier criteria fix

    ilyabrilev committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8bb7468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ad06f1 View commit details
    Browse the repository at this point in the history
  4. playing with kill sensor

    ilyabrilev committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0607ee0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. population size fix

    ilyabrilev committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    fd46024 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    5ace6ad View commit details
    Browse the repository at this point in the history
  2. readme

    ilyabrilev committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    04bf6e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    a3c4032 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    5bfd885 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. requirements in readme

    ilyabrilev committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    09ca265 View commit details
    Browse the repository at this point in the history
  2. add comments to functions

    ilyabrilev committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1afefd7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from ilyabrilev/docs

    add comments to functions
    ilyabrilev authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e1e54bd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    6a9e035 View commit details
    Browse the repository at this point in the history