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

Shapes #213

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

Shapes #213

wants to merge 20 commits into from

Commits on May 24, 2024

  1. initial line module and testbench

    rohit committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e540e93 View commit details
    Browse the repository at this point in the history
  2. cleanup old sprite engine files

    rohit committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0950a83 View commit details
    Browse the repository at this point in the history
  3. simplify logic into state machine

    rohit committed May 24, 2024
    Configuration menu
    Copy the full SHA
    02ccd13 View commit details
    Browse the repository at this point in the history
  4. rename to vector engine

    rohit committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f3ce42f View commit details
    Browse the repository at this point in the history
  5. add framebuffer visual to graphics tb

    rohit committed May 24, 2024
    Configuration menu
    Copy the full SHA
    83d57e3 View commit details
    Browse the repository at this point in the history
  6. update project file

    rohit committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c2bc53d View commit details
    Browse the repository at this point in the history
  7. colored lines work

    rohit committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0018042 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Merge branch 'main' into vector-line

    rohit committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bb4cf0b View commit details
    Browse the repository at this point in the history
  2. fix merge bugs and update tb

    rohit committed May 29, 2024
    Configuration menu
    Copy the full SHA
    42b7ea8 View commit details
    Browse the repository at this point in the history
  3. working fpga bin

    rohit committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8941df7 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. add line lua func

    rohitrathnam committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3c76088 View commit details
    Browse the repository at this point in the history
  2. fix offset logic

    rohit committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6cd803e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf1553d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. pallette working

    rohitrathnam committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f6095ea View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. add arc

    rohitrathnam committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6e0bcb0 View commit details
    Browse the repository at this point in the history
  2. add rectangle

    rohitrathnam committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    584ac3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0f2519 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e71635e View commit details
    Browse the repository at this point in the history
  5. update merged fpga bin

    rohit committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    611e03a View commit details
    Browse the repository at this point in the history
  6. add filled rectangle

    rohitrathnam committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    af2d206 View commit details
    Browse the repository at this point in the history