snowflake icon indicating copy to clipboard operation
snowflake copied to clipboard

:snowflake: :video_game: Emulator Frontend and SDK

Results 15 snowflake issues
Sort by recently updated
recently updated
newest added

https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md https://andrewlock.net/creating-a-source-generator-part-1-creating-an-incremental-source-generator/ If we can implement this at a property-level scope, we should endeavour to extract an API out so that orchestration plugins can use them and generate config.

enhancement
low priority

## Ingame Pipe ABI ## Todo - [ ] Graphics Renderers - [x] OpenGL Renderer - [ ] Vulkan Renderer - [x] DirectX 11 Renderer - [ ] DirectX 12...

in progress

Similar to how the Steam overlay works, I want to be able to overlay a browser instance over the emulators Snowflake launches. However, I'm not familiar with hooking code, let...

enhancement
help wanted
Snowflake-UI
devel

Helpful links: - https://archive.is/ASdPI - https://github.com/dolphin-emu/dolphin/blob/4733bbd8f38c0583aed0fd2faa2c9d577456bcfe/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp - xinput list Dolphin provides a single XInput2//Virtual core pointer device as a single KeyboardMouse pointer.

Fails because `Tsuku` doesn't support `tmpfs` mounts due to lack of support for `user.*` xattrs ``` System.PlatformNotSupportedException Unknown (16914836) is not supported on Linux ``` Solution: Monkey patch `Path.GetTempPath();` on...

bug
devel
chore

There is no reason why FileSignatures needs to be tied to primitives right now. Splitting the library out would be more useful in terms of reusability.

Snowflake-API
chore

Need an API to manually specify the DefaultLayout in an enumerated input device. Also need some API to get a DeviceCapabilty to String function.

Expose collections as isomorphic to the following GraphQL API ```graphql extend type Query { collections(where: CollectionsFilter) : Collection { collectionId: Uuid! collectionName: String! } } extend type Mutation { createCollection(collectionName:...

API Proposal

Implement an image server for image file records. Implements the following API as a plugin (`KestrelServerMiddlewareProvider` + GraphQL Extension) ```graphql scalar Url; enum Scaling { Original, Half, Quarter, Thumbnail, Placeholder...

API Proposal

- [ ] TheGamesDB - [x] GiantBomb - [ ] GameFAQs - [ ] gametdb (wiitdb.xml) - [ ] OpenVGDB

Snowflake-Default Plugin