Ultra Engine unlocks the full power of your GPU to deliver up to 10x faster performance for your games. Use Lua to build scalable VR simulations and 3D games, with a developer-friendly royalty-free license.
Όλες οι κριτικές:
2 κριτικές χρηστών - Χρειάζονται περισσότερες κριτικές χρηστών για τη δημιουργία βαθμολογίας
Ημ/νία κυκλοφορίας:
20 Δεκ 2023
Δημιουργός:
Εκδότης:
Ετικέτες

Συνδεθείτε για να προσθέσετε αυτό το αντικείμενο στη Λίστα Επιθυμιών σας, να το ακολουθήσετε ή να το αγνοήσετε

Λογισμικό πρόωρης πρόσβασης

Ασχοληθείτε με αυτό το λογισμικό καθώς αναπτύσσεται.

Σημείωση: πρόωρης πρόσβασης δεν έχει ολοκληρωθεί και μπορεί να αλλάξει σημαντικά κατά τη διάρκεια της ανάπτυξής του. Αν δεν επιθυμείτε να χρησιμοποιήσετε αυτό το λογισμικό στην παρούσα του μορφή, μπορείτε να περιμένετε μέχρι να αναπτυχθεί περαιτέρω. Μάθετε περισσότερα

ΤΙ ΕΧΟΥΝ ΝΑ ΠΟΥΝ ΟΙ ΔΗΜΙΟΥΡΓΟΙ:

Γιατί Πρόωρη πρόσβαση;

«Early access allows you to start using this groundbreaking technology sooner than would be otherwise possible, so that your feedback can help guide final development.»

Για πόσο περίπου θα είναι αυτό το λογισμικό σε πρόωρη πρόσβαση;

«We expect the final release to be ready in 2024, at which point the application will no longer be considered "Early Access".»

Σε τι θα διαφέρει η τελική έκδοση από την έκδοση Πρόωρης Πρόσβασης;

«Various small improvements are planned in the editor workflow. Your feedback will help guide the final design. Tessellation is temporarily disabled while we revise some aspects of the renderer.»

Ποια είναι η τρέχουσα κατάσταση της έκδοσης Πρόωρης Πρόσβασης;

«All features listed in the application description below are fully implemented.»

Αυτό το λογισμικό θα κοστολογείται διαφορετικά κατά τη διάρκεια και μετά την πρόωρη πρόσβαση;

«Pricing will be unchanged before and after the Early Access phase.»

Πώς σκοπεύετε να συμπεριλάβετε την Κοινότητα στην ανάπτυξη του παιχνιδιού σας;

«Community feedback will help guide final development and remaining design decisions.»
Περισσότερα

Αγορά: Ultra Engine

Περιεχόμενο προς λήψη για αυτό το λογισμικόΠεριήγηση σε όλα (1)

 
Προβολή όλων των συζητήσεων

Αναφέρετε προβλήματα και αφήστε σχόλια για αυτό το λογισμικό στους πίνακες συζητήσεων

Σχετικά με αυτό το λογισμικό

Have you ever tried to develop a game, only to have the framerate get slower and slower as you add more content and features? This is especially problematic in virtual reality because low framerates cause motion sickness and can make your game or experience unplayable. Ultra Engine is designed to achieve ultimate scalability and deliver blazingly fast performance as your game grows, with a revolutionary new rendering architecture that unlocks the full power of your GPU to deliver up to 10x faster performance.

Code Games with Lua


Ultra Engine provides an easy-to-learn programming API that can be used with Lua, integrated into Visual Studio Code. Documentation is extensive, with hundreds of code examples demonstrating how to use graphics, physics, raycasting, pathfinding, and other systems to build games and VR applications. Your game code runs on its own thread, so there's no performance penalty for using an interpreted language.

Ultra Engine requires some programming to harness its full potential, and is best suited for intermediate and advanced developers.

No-Limits Royalty-Free License for Game Developers


Games you create are yours to play, sell, or give away, with no additional costs or hidden fees. And because we only rely on free open-source middleware libraries, you never have to worry about purchasing expensive licenses from third parties.

Graphics

  • Revolutionary new rendering architecture
  • Clustered forward+ renderer with uniform lighting model and optional depth prepass
  • Multi-display support
  • PBR materials
  • Load 3D models from glTF, OBJ, MDL, and FBX (using glTF converter)
  • Image loading, saving, processing
  • Vertex, pixel, geometry, and tessellation shaders
  • Normal mapping with specular
  • Post-processing stack
  • Hardware tessellation
  • Environment probes
  • Instanced rendering
  • Real-time mesh modification
  • Imposters

VR

  • SteamVR integration with support for a variety of headsets
  • Fast stereoscopic rendering
  • Controller input and display
  • Attach objects to hand controllers and headset
  • Translation and rotation view offset

Entity Component System

  • Multiple components per entity are supported
  • Save and load game states
  • Visual flowgraph connects component actions to create event sequences

Terrain

  • Dynamically sculpt and paint terrain
  • Cut holes in terrain
  • Up to 256 material layers
  • Terrain foliage system

3D Models

  • Load and save Khronos glTF files
  • Load and save Wavefront OBJ files
  • Convert FBX files to glTF and load
  • Convert Collada files to glTF and load
  • Load other formats with plugin system

Animation

  • Animated skinned characters
  • Share skeletons across multiple characters
  • Attach objects to bones
  • Built-in animation transition and update system
  • Hardware skinning
  • Blend and transition animations

Physics

  • Fast and accurate asynchronous rigid body physics
  • Constraints including hinge, ball, kinematic, plane, and sliding joints
  • Motorized joints with limits
  • Generate physics shapes
  • Swept collision
  • Raycasting with lines or spheres

Pathfinding

  • Navmesh pathfinding
  • Crowd avoidance and steering
  • Navigation areas visible in editor
  • Physics-based character controller
  • Automatic AI following

Sound

  • 3D sound spatialization
  • Head-related transfer function (HRTF)
  • Audio filters including distortion, flanging, echo, and EAX reverb effects
  • Emit a sound from any entity
  • Automatic channel management
  • Skip to any time in sound

GUI

  • Resolution-independent for any DPI
  • Extensible widgets system
  • Load SVG vector images
  • Set widget and item image
  • Change mouse cursor
  • Custom color schemes stored in JSON files

Plugins

  • Basis Universal supercompressed texture support
  • FreeImage Texture Support for PNG, JPG, BMP, TGA, PSD, etc.
  • Wavefront OBJ model saving
  • ISPC Fast Texture Compression
  • Quake package, model, and texture loading

System

  • File I/O
  • File system watcher
  • Memory allocation and management
  • String manipulation (split, search, conversion, etc.)
  • Message boxes and file / folder requester
  • Plugin system

Steamworks Integration

  • Authentication
  • User info
  • Leaderboards
  • Stats and achievements
  • Multiplayer lobbies
  • Peer-to-peer networking
  • Voice over Internet protocol (VoIP)

Γνωστοποίηση περιεχομένου που δημιουργήθηκε από τεχνητή νοημοσύνη (AI)

Οι δημιουργοί περιγράφουν πώς το παιχνίδι τους χρησιμοποιεί περιεχόμενο που δημιουργήθηκε από τεχνητή νοημοσύνη (ΑΙ) ως εξής:

Optional AI-powered features are included that handle image generation and processing.

Απαιτήσεις συστήματος

    Ελάχιστες:
    • Απαιτείται επεξεργαστής και λειτουργικό σύστημα 64-bit
    • Λειτουργικό σύστημα: Windows 10 or 11
    • Επεξεργαστής: Quad Core @2.0 GHz
    • Μνήμη: 4 GB RAM
    • Γραφικά: Nvidia GEForce 420 or AMD Radeon RX 5300M
    • Αποθήκευση: 500 MB διαθέσιμος χώρος
    • Υποστήριξη VR: SteamVR
    Προτεινόμενες:
    • Απαιτείται επεξεργαστής και λειτουργικό σύστημα 64-bit

Κριτικές πελατών για Ultra Engine

ΕΙΔΟΣ ΚΡΙΤΙΚΗΣ


ΤΥΠΟΣ ΑΓΟΡΑΣ


ΓΛΩΣΣΑ


Εύρος ημερομηνιών
Για προβολή κριτικών εντός ενός εύρους ημερομηνιών, πατήστε και σύρετε μια επιλογή στο γράφημα ή πατήστε πάνω σε μια συγκεκριμένη μπάρα.

Εμφάνιση γραφήματος



Χρόνος παιχνιδιού
Φιλτράρισμα κριτικών βάσει του χρόνου παιχνιδιού του χρήστη όταν γράφτηκε η κριτική:



Χωρίς ελάχιστο έως χωρίς μέγιστο

Οθόνη
Εμφάνιση κριτικών με την επιλεγμένη σειρά προβολής





Μάθετε περισσότερα
Εμφάνιση γραφήματος
 
Απόκρυψη γραφήματος
 
Φίλτρα
Αποκλεισμός δραστηριότητας άσχετων κριτικών
Χρόνος παιχνιδιού:
Έπαιξε κυρίως σε Steam Deck
Δεν υπάρχουν άλλες κριτικές που να ταιριάζουν με τα παραπάνω φίλτρα
Ρυθμίστε τα φίλτρα για να δείτε άλλες κριτικές
Γίνεται φόρτωση κριτικών…