Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A WebDAV server implementation which enables direct two way file transfer between Codea and PC over Wi-Fi.

License

NotificationsYou must be signed in to change notification settings

XanDDemoX/DAVify-Codea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Features

Simple and easy two way file transfer between Codea and PC over Wi-Fi

  • Import project source code and assets directly from your PC into Codea
  • Backup projects and assets easily without extracting files from iTunes backups
  • WebDAV is widely supported by major operating systems
    • Windows 10, 8 & 7
    • Mac OSx
    • Linux

Effortlessly manage your projects and assets in the way that suits you

  • Remotely access projects, project collections and assets (Documents & Dropbox) with full control (create, modify, rename and delete)
  • Supports all standard project and asset file types
    • Project source files (*.lua, Info.plist)
      • Info.plist is updated automatically when lua files are created, renamed or deleted.
    • Models (*.obj, modelAssetName.mtl, modelAssetName.obj.mtl) - *Codea Craft required
    • Music (*.mp3, *.m4a, *.wav)
    • Sounds (*.caf)
    • Sprites (*.png, *.pdf)
    • Text (*.txt)
    • Shaders (Fragment.fsh, Vertex.vsh and Info.plist)

Installation and setup

Codea

  • Install DAVify usingWorking Copy
  • Clone this repository
  • Navigate into theDAVify.codea folder
  • Actions->Copy as Codea project then open Codea
  • Press and holdNew Project then pressPaste into project

Windows 10, 8 & 7

  • OpenComputer clickMap network drive
  • ClickConnect to a Web site that you can use to store your documents and pictures
  • SelectChoose a custom network location clickNext
  • Enter full server url including the port e.g.http://192.168.0.2:8080
  • ClickNext thenFinish
  • The Windows DAV client may need some tweaking to get working.
  • If you are experiencing dropouts followed by problems reconnecting try disabling caching with the following reg key.
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\
    • FileNotFoundCacheLifeTimeInSec = 0
    • Don't forget to restart your computer afterwards.
  • If you are experiencing slow connectivity try temporarily disabling automatic proxy detection in Control Panel.
    • Internet Options->Connections->LAN settings .
  • You can find a good troubleshooting guide athttp://sabre.io/dav/clients/windows/.

Mac OSx

  • Finder -> Go -> Connect to server
  • Enter full server url including the port e.g.http://192.168.0.2:8080
  • ClickConnect
    • If you are prompted for authentication enter any username but leave the password blank.

Linux

  • GNOME Files
    • File -> Connect to server
    • Enter full server url including the port e.g.http://192.168.0.2:8080
    • ClickConnect

For a list of 3rd party clients seeComparison of WebDAV software (Wikipedia).

Constraints and limitations

  • No concurrency control
  • Projects
    • Collections must contain at least one project to be persisted
    • Collections cannot contain files
  • Assets
    • Project assets cannot be accessed
    • Codea's standard asset folders cannot be accessed
  • Shaders
    • Can only be created or deleted in Codea
  • Sprites
    • Must not exceed Codea's maximum image size (2048x2048) but this isn't validated

About

A WebDAV server implementation which enables direct two way file transfer between Codea and PC over Wi-Fi.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp