Git Product home page Git Product logo

paradox's Introduction

Paradox

This is the source code for Paradox Game Engine (http://paradox3d.net/).

License

Community

Documentation

Assemblies

Assembly diagram

  • SiliconStudio.Paradox.Graphics: Platform-indepdenent D3D11-like rendering API. Implementations for Direct3D 11 (with feature levels 9.1 and 10), OpenGL 4 and OpenGL ES 2.0.
  • SiliconStudio.Paradox.Games: Windows and game loop management.
  • SiliconStudio.Paradox.Input: Input management, including keyboard, joystick, mouse, touch, gestures.
  • SiliconStudio.Paradox.Engine: Effect system, entity system, particle system, high-level audio engine, etc...
  • SiliconStudio.Paradox.UI: In-game UI library, similar to WPF (including many UI Controls).
  • SiliconStudio.Paradox.Shaders: Paradox shader language, including many new language constructs to make shader programming much more easy/modular.
  • SiliconStudio.Paradox.Audio: Low-level audio engine.
  • SiliconStudio.Assets: Modular asset project management and pipeline system.
  • SiliconStudio.Paradox.GameStudio: Asset editor for Paradox. Allow asset browsing and editing, and Paradox Asset project editing.

We currently do not provide sources for:

  • SiliconStudio.Paradox.GameStudio due to a licensed third party library that we use, Telerik. That might be lifted in the future.
  • Autodesk Max and Maya plugin (which will be released in the future) due to SDK licensing restrictions.

Silicon Studio .NET

SiliconStudio .NET is a collection of shared C#/.NET code that is project independent. It is located inside sources/common subfolder.

Folders and projects layout

###core###

  • SiliconStudio.Core: Reference counting, dependency property system (PropertyContainer/PropertyKey), low-level serialization, low-level memory operations (Utilities and NativeStream).
  • SiliconStudio.Core.Mathematics: Mathematics library (despite its name, no dependencies on SiliconStudio.Core).
  • SiliconStudio.Core.IO: Virtual File System.
  • SiliconStudio.Core.Serialization: High-level serialization and git-like CAS storage system.
  • SiliconStudio.MicroThreading: Micro-threading library based on C# 5.0 async (a.k.a. stackless programming)
  • SiliconStudio.AssemblyProcessor: Internal tool used to patch assemblies to add various features, such as Serialization auto-generation, various memory/pinning operations, module initializers, etc...

###presentation###

  • SiliconStudio.Presentation: WPF UI library (themes, controls such as propertygrid, behaviors, etc...)
  • SiliconStudio.SampleApp: Simple property grid example.
  • SiliconStudio.Quantum: Advanced ViewModel library that gives ability to synchronize view-models over network (w/ diff), and at requested time intervals. That way, view models can be defined within engine without any UI dependencies.

###buildengine###

  • SiliconStudio.BuildEngine.Common: Common parts of the build engine. It can be reused to add new build steps, build commands, and also to build a new custom build engine client.
  • SiliconStudio.BuildEngine: Default implementation of build engine tool (executable)
  • SiliconStudio.BuildEngine.Monitor: WPF Display live results of build engine (similar to IncrediBuild)
  • SiliconStudio.BuildEngine.Editor: WPF Build engine rules editor and used by most projects.

###shaders###

  • Irony: Parsing library, used by SiliconStudio.Shaders. Should later be replaced by ANTLR4.
  • SiliconStudio.Shaders: Shader parsing, type analysis and conversion library (used by HLSL->GLSL and Paradox Shader Language)

###targets###

  • MSBuild target files to create easily cross-platform solutions (Android, iOS, WinRT, WinPhone, etc...), and define behaviors and targets globally. Extensible.

paradox's People

Contributors

discosultan avatar gitfool avatar jwollen avatar xen2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.