All Projects → suvam0451 → sleeping-forest-ue4

suvam0451 / sleeping-forest-ue4

Licence: MPL-2.0 license
Code-completion, CLI tools and asset management/optimization for Unreal Engine 4 in VSCode.

Programming Languages

typescript
32286 projects
go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to sleeping-forest-ue4

VaKawaseBlur
Fast and furious Kawase blur implementation for Unreal Engine 4
Stars: ✭ 37 (+8.82%)
Mutual labels:  ue4
Unreal Engine Essential Materials UE4
A selection of materials that covers most (if not all) surfaces
Stars: ✭ 33 (-2.94%)
Mutual labels:  ue4
Discord-UE4
Plugin for integrating Discord Rich Presence.
Stars: ✭ 66 (+94.12%)
Mutual labels:  ue4
AnimationPreviewer
Plug-in for previewing Animation Asset
Stars: ✭ 39 (+14.71%)
Mutual labels:  ue4
Uranium
Fast and versatile implementation of CEF for Unreal Engine
Stars: ✭ 51 (+50%)
Mutual labels:  ue4
GASTanksVsZombies
Tanks vs Zombies using Paper2D and GameplayAbilites
Stars: ✭ 35 (+2.94%)
Mutual labels:  ue4
CoopShooterUdemy
C++ Coop Horde Third-person Shooter for Unreal Engine 4 (Udemy Project)
Stars: ✭ 328 (+864.71%)
Mutual labels:  ue4
stomt-unreal-plugin
Collect feedback in-game/in-app with STOMT for Unreal Engine.
Stars: ✭ 23 (-32.35%)
Mutual labels:  ue4
ue4-runtime
Container images for running packaged Unreal Engine projects via the NVIDIA Container Toolkit
Stars: ✭ 52 (+52.94%)
Mutual labels:  ue4
CrashlyticsKit
The most powerful, yet lightest weight crash reporting solution for Unreal Engine 4
Stars: ✭ 25 (-26.47%)
Mutual labels:  ue4
UT Framework
Various advanced tools built for Unreal Engine 4
Stars: ✭ 45 (+32.35%)
Mutual labels:  ue4
VaOceanMobile
Ocean shader created for mobile games on Unreal Engine 4
Stars: ✭ 100 (+194.12%)
Mutual labels:  ue4
UT GameEventSystem
A flexible event system in Unreal Engine 4
Stars: ✭ 33 (-2.94%)
Mutual labels:  ue4
VaFogOfWar
A clear and simple solution of Fog of War for Unreal Engine 4
Stars: ✭ 136 (+300%)
Mutual labels:  ue4
LocalSimulation
This plugin allows you to essentially create PxScene or Physic Scenes by placing an Actor, and adding other Static Mesh Components and soon Skeletal Mesh components within this space. Adding Constraints, and Forces will work as expected, but now with the additional layer of abstraction so that simulation can be anchored to a transform.
Stars: ✭ 42 (+23.53%)
Mutual labels:  ue4
modio-ue4-legacy
Unreal Engine 4 Plugin for integrating mod.io - a modding API for game developers
Stars: ✭ 83 (+144.12%)
Mutual labels:  ue4
RyansUE4Helpers
Extremely helpful helper functions for developing Blueprint and C++ projects in Unreal Engine.
Stars: ✭ 55 (+61.76%)
Mutual labels:  ue4
UE4-Noise-BlueprintLibrary
UE4 plugin: Noise Blueprint Function Library
Stars: ✭ 25 (-26.47%)
Mutual labels:  ue4
SmoothZoom
Smooth Zoom Plugin for Unreal Engine 4.27
Stars: ✭ 95 (+179.41%)
Mutual labels:  ue4
BluePrintRenderer
Javascript Unreal Engine 4 Blueprints Renderer
Stars: ✭ 81 (+138.24%)
Mutual labels:  ue4

Sleeping Forest

Website

Sleeping Forest is a VSCode extension for Unreal Engine 4 that provides powerful code-completion and command-line features for programmers and asset management, optimization tools for designers.

The primary goal is to help in creating data-driven gameplay, optimized level design, shader authoring and faster development iteration through DevOps tools and smart code-completion. Note that multiplayer is not supported as of yet.

Note that this the plug-in is currently in beta and undergoing improvements. If you want to tag along and suggest features, join my discord to help build the best gamedev extension for vscode !!!

As of now, only Windows support is available for micro-services.

Installation

To install through VS Code extensions, Search for Sleeping Forest - UE4 Multitool

To get the beta releases/requested patches, visit the website

The nightly builds are available below and updated daily.

Key Features

  • Improved Intellisense
  • 200+ snippets
  • Context aware custom auto-completion
  • file/function/header generation/management
  • Asset management via asset streams
  • Command line shader/game/code compilation support
  • Modding support for most modules
  • Various micro-service integrations
  • Support for writing UE4 HLSL shaders [Planned]

Documentation

Feature Overview

Better intellisense

Configurable setting to override configuration in the .code-workspace file for better search results and faster overall performance. (Your experience may vary)

workspace file

Contextual auto-completion

150+ snippets and counting. Constantly updated support towards smart auto-completion at generic/repetitive blocks of code as shown below. (// context keyword after macro usage). Learn more abotu context key

Fast hit trace

More in docs

Class/Header/Function generation

Commands to add templated class files, headers from inside (.h/.cpp) files and automatically adding common functions liek BeginPlay in (.h/.cpp). These features can be customizing by your own JSON definitions. See more...

header module function defs

Also, support for

  • Class generation for Actors, ActorComponents. More...
  • Contextual constructors for Component properties

Command line tools

Detects engine and project folders and runs generated commands from cmd using tools provided by Epic. No concrete benchmarks yet but from tests, 50k shaders could be compiled within an hour.

The code compilation features are also solid when you do not want to wait for the engine to load while fixing bugs.

Micro services(currently only for windows)

The following service tools are currently available for windows only. Convenient way to optimize, update and manage assets through concept of asset streams.

Batch export tool

Assembles information about raw assets in tagged asset-stream folders and produces a python file which can be used in UE4 to automatically import all assets into respective folder structure and settings using python API.

![Batch export]

Texture Packing tool

Able to pack different types of textures into RGBA channels of a single mega texture. This is the feature being currently worked on. Fully supports asset stream workflow. Supported import extensions are { jpg, tiff, png }, supported output extensions are png and jpg with quality settings

Texture packing

Asset Audit tool

Every folder is inside an asset stream is scanned and indexed in JSON files. These can be imported into UE4 directly for data driven gameplay elements.

Building from source

Run Install.ps1 to run all the pipelines and generate the .vsix file. Install powershell core if you are not on Windows.

Linux

sudo apt-get install -y powershell
pwsh
./Install.ps1

MacOS

brew cask install powershell
pwsh
./Install.ps1

Windows

pwsh.exe
./Install.ps1

Disclaimer

Please consider joining my discord and suggesting improvements. It is recommended you use it on casual projects. The project is undergoing rapid progress and we don't want remnant bugs to break anything. Stability will be guaranteed post 1.0.0 launch.

You are free to tag along. I would love to hear what you improvements you have in mind.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].