GithubHelp home page GithubHelp logo

ui_examples's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ui_examples's Issues

Any examples of DataGrid usage?

I'm currently trying to use the DataGrid control and can't find any examples or documentation on its usage with this library.

When I declare a plain DataGrid and give it an ItemsSource, it works fine: it renders the data with column headers that are auto-chosen based on the property names. But when I set AutoGenerateColumns to false and then add template columns, the AutoGenerateColumns change shows up in the .xaml.cs file but the actual column definitions don't. So, are there any examples that you provide on how to do this? I think this would be a good addition to this "UI_Examples" repo.

Monogame 3.3 support

Unable to build the samples with MonoGame 3.3 installed. Appears the samples are still bound to MonoGame 3.2

Paradox sample doesn't work

Hello,

I try to use EmptyKeys on Paradox.
// Paradox release 1.1.2-beta
But error occurred it.
paradox
incorrect version???

Add a way to resize engines or renderers

Hello,
I wasn't sure where to post this - EmptyKeys isn't open source - so I figured that the UI examples was close enough.

Often times, resizing a window is necessary in a game for any number of reasons. However, I keep having to recreate the Engine instance to allow that to happen. Would it be possible to (a) expose the setters for NativeWidth and NativeHeight, (b) add a Resize() function to Engine, or (c) add a Resize() function to Renderer()?

By the way, are there any plans to open source the core of EmptyKeys?

Support for docking?

Do you plan to add support for docking?
Something similar Avalon.Dock would be neat.

When adding a user control to the UI Root and compiling I get an error

#error: ''Cannot create unknown type '{clr-namespace:Mantanimus.Views}UserControl1'.' Line number '1' and line position '445'.'

I've just created a normal user control, and here is my UIRoot:

<ek:UIRoot   xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
             xmlns:ek="clr-namespace:EmptyKeys.UserInterface.Designer;assembly=EmptyKeys.UserInterface.Designer"
             xmlns:local="clr-namespace:Mantanimus.Views"
             mc:Ignorable="d"
             d:DesignHeight="640" d:DesignWidth="800"
             Background="Transparent">
    <Grid>
        <local:UserControl1/>
    </Grid>
</ek:UIRoot>

I'm not sure what's wrong

I'm quite at a loss, I'm really hoping to use this library as it ticks all my boxes. I only wish for a standard user control included in the library which supports draggable windows out-the-box.

Update for Xenko > 3.0

The Example for Xenko doesn't work out of the box anymore. Needs quite a bit of work to get it up and working it seems.

veldrid samples request

thanks for this awesome library but can you make it work with veldrid I've didn't know how to port it for veldrid from these examples! any hint on how to successfully port it

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.