Skip to content

mralve/atelier-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

editor

The Atelier project

The editor is part of the Atelier project, the editor is referred to as Atelier-Ui, while Atelier-assets is the actual asset system that will be integrated into amethyst.

please partake in the very important MVP discussion regarding this repo, https://community.amethyst.rs/t/atelier-mvp-discussion/1167

Dev guide

You must have Rust, cargo, Node 10+, Yarn/NPM already installed.

This process will be changing imminently.

To run:

$ cd ui && yarn
$ yarn quasar dev

note the port that quasar launches on, eg. :7551

ui/tauri.conf.js

    build: {
      distDir: distDir,
      APP_URL: 'http://localhost:7551'  // must use a localhost server for now
    },

then:

$ yarn tauri dev

If you want to build it:

$ cd editor
$ cargo install --path node_modules/@tauri-apps/tauri/tools/rust/cargo-tauri-bundle --force
$ yarn tauri build

About

Atelier editor

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 45.9%
  • Rust 31.1%
  • JavaScript 19.5%
  • CSS 2.3%
  • HTML 1.2%