├── resources └── du-roadmap.png └── README.md /resources/du-roadmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DropSnorz/Awesome-DualUniverse/HEAD/resources/du-roadmap.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome-DualUniverse 2 | 3 | A curated list of awesome Lua scripts, tutorials, resources and third party tools about Dual Universe. 4 | 5 | Note that as Pre-Alpha/Alpha stages are under [NDA](https://board.dualthegame.com/index.php?/topic/11688-pre-alpha-faq-and-rules/), this list may be quickly outdated with current development version. 6 | 7 | All kind of contributions are welcome ! Process to be listed: 8 | 9 | * Create a Pull Request with the name of a resource, an URL and a very brief description of the content. 10 | * If approved, it will be added! ;) 11 | 12 | ## :stars: Dual Universe Roadmap 13 | 14 | Dual universe is still under active development. This temporary section displays major milestones before official release. 15 | 16 | ![du-rodmap](resources/du-roadmap.png) 17 | 18 | * [DevDiary Playlist](https://www.youtube.com/playlist?list=PLA_lhIAGheMGtAygniJs25JDsWgxbfk6V) - Monthly videos about game development progress. 19 | * [Community Suggestions Trello](https://trello.com/b/Y6WNMd2S/dual-universe-community-suggestions) - A trello board tracking various concepts and suggestions made by the community. 20 | 21 | 22 | ## :page_with_curl: Lua Scripting 23 | 24 | This section is about Lua scripting in Dual Universe and not related to Lua general use cases. For lua specific resources, you should check [awesome-lua](https://github.com/LewisJEllis/awesome-lua#readme). 25 | 26 | ### Community Scripts 27 | 28 | Lua scripts maintained by the community. 29 | 30 | #### HUD 31 | * [DU-Orbital-HUD](https://github.com/Dimencia/DU-Orbital-Hud) - HUD with orbital information, braking distances, and Rezoix's pitch/roll hud with some fixes 32 | 33 | 34 | #### Programming Board - Screens 35 | 36 | * [DU-OreMonitor](https://github.com/thespartacus29/DualUniverse-OreMonitor) - Set of LUA scripts to setup screens that display ore name, quantity in tons, % of how full a container is and status color coded based on ore % levels 37 | * [DU-FuelScreen](https://github.com/RostCS/DU-FuelScreen) - Fuel Screen script designed to automatically detect and adapt to any given tank configuration 38 | * [Space Map Warp Calculator](https://board.dualthegame.com/index.php?/topic/20692-space-map-with-warp-cell-calculator/) - Space map with warp calculation, displays speed and chosen destination. 39 | * [Dual Universe Juvenius Floating Clock](https://github.com/juvenius/du_juvenius_floating_clock) - This LUA Code ingame clock does not uses screens or signs to display time but a method of floating number stickers that change over time. With the Aid of a programing board you can put the clock on any construct. 40 | * [Damage Report](https://github.com/DorianTheGrey/DU-DamageReport) - A multi-screen (and HUD) capable, touch enabled, easy to install ship damage reporting script for Dual Universe. 41 | * [DU-StorageMonitor](https://github.com/Kuboczoch/du-storage-monitor) - Modular version of a storage monitor that display the desired percentage of your content in a linked container. Universal way to display stored items in form of percentage bars. 42 | 43 | ### Tutorials 44 | 45 | Online tutorials about Lua scripting in Dual Universe. 46 | 47 | * [Dual Universe Pre-Alpha Tutorial: Lua Scripting](https://www.youtube.com/watch?v=sbvJPuo9npE) - Youtube tutorial by Dual Universe developers which explains in-game scripting features. (2017) 48 | 49 | ### Scripting Tools and Resources 50 | 51 | Various tools and resources for in-game Lua scripting. 52 | 53 | * [du-mocks](https://github.com/1337joe/du-mocks) - Mock objects to simulate the Dual Universe in-game lua environment. 54 | * [dual.sh - Codex](https://dual.sh/codex/) - Unofficial cripting guide and API reference. 55 | * [VSCode plugin](https://marketplace.visualstudio.com/items?itemName=ciaanh.du-project) - Visual Studio Code extension to manage Lua projects for Dual Universe outside of the game. 56 | * [GamePedia Wiki](https://dualuniverse.gamepedia.com/Lua_Scripting) - Gamepedia wiki centralizing available informations about Dual Universe. 57 | * [DU DevDiary Scripting Showcase](https://www.youtube.com/watch?v=4Vrf50dZrv4) - A showcase of the scripting feature from the DU Youtube channel (2017) 58 | 59 | 60 | ## :hammer: Third party tools 61 | 62 | Third party applications and tools about Dual Universe. 63 | 64 | * [dual.sh](https://dual.sh) - Collection of usefull tools: Scripting guide and reference, Calculators, Engineering tools, Map... 65 | 66 | ## :beer: Developer resources 67 | 68 | Resources for third party development. (APIs, Docs, Tutorials, ...) 69 | 70 | ``` 71 | Empty section 72 | ``` 73 | 74 | ## :heart: Community 75 | 76 | * [Official Forums](https://board.dualthegame.com/) - Official Dual Universe community forums 77 | * [Official Discord](https://www.dualthegame.com/en/news/2018/09/10/dual-universe-official-discord-server/) - Official Discord server about Dual Universe managed by Novaquark developers. It's a really active and friendly community. 78 | * [r/DualUniverse](https://www.reddit.com/r/DualUniverse/) - Official Dual Universe subreddit 79 | * [FR Community - DualFR](https://dualfr.org/) - News, Articles, Tutorials, Discord Server. 80 | 81 | --------------------------------------------------------------------------------