Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elect-gombe/esp32_mmd Loading
base: v1.1
Choose a base ref
...
head repository: elect-gombe/esp32_mmd Loading
compare: master
Choose a head ref
  • 7 commits
  • 37 files changed
  • 1 contributor

Commits on Sep 2, 2018

  1. animationに対応

    esp32,M5Stack両方ともサポート
    LinuxのSDLもサポート、ネタで端末描画もサポート
    グラフィックライブラリを廃止
    整数クラスベクトルも廃止
    elect-gombe committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    1a860f5 View commit details
    Browse the repository at this point in the history
  2. readmeを修正

    elect-gombe committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    f2e1de3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. update readme

    readmeの中の写真をリポジトリに移行、細かい修正等
    elect-gombe committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    3e3e37f View commit details
    Browse the repository at this point in the history
  2. Add images.

    elect-gombe committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    27d50da View commit details
    Browse the repository at this point in the history
  3. Update 3D renderer

    描画順序の変更によりメモリを3割減少, パフォーマンスも2割向上見込み。
    その他、SDLでの分割描画に対応。
    elect-gombe committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    9682081 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Update 3D Renderer

    3Dレンダリングエンジンのz=ZNEAR平面でクリップを実装。自動で複数ポリゴンに分割することもある。
    この追加により近くの物体、床や壁なども描画できるようになった。
    
    パフォーマンスの向上
     - 同時描画ライン数を60に増加
     - SPIクロックを40MHzにした。(不安定であれば修正すること)
    24fpsくらい出てるところ
    elect-gombe committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    ce6b36b View commit details
    Browse the repository at this point in the history
  2. Update readme.md

    readmeにPCモードについて記載した。
    elect-gombe committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    2ebc43e View commit details
    Browse the repository at this point in the history
Loading