Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 752 Bytes

Mist.md

File metadata and controls

74 lines (47 loc) · 752 Bytes

Mist Engine

Technologies

Front End

  • React
  • Stitches
  • State Management(not defined) ?
  • Radix-UI
  • Tailwind ?

Rust + Tauri

  • File management
  • Mist Game file

Core Engine (Mist)

Allow WEBGL-2 and WEBGPU

  • Renderer

    • WebGL2 Renderer
    • WebGPU Renderer
  • Textures

  • Shaders

    • Custom Shader Parsing
  • Camera

    • Orthographic
    • Perspective
  • Layers

    • Game Layers
    • Overlays
    • In game UI
  • ECS

Editor (Nara)

  • Node Graph Editor
  • Material Editor

Scripting (Javascript)

Project

Mist MonoRepo

Project Root

.git

  • mist

    • core
    • math
    • physics
    • ecs
    • exports
  • nara

    • packages
      • custom-graph-editor (react-flow)
      • custom-resizable-panels
    • src
    • src-tauri