Implement Electron´s NativeImage #20

Open
opened 2026-01-29 16:27:39 +00:00 by claunia · 0 comments
Owner

Originally created by @GregorBiswanger on GitHub (Oct 24, 2017).

The problem with NativeImage is that it uses Nodejs buffer.
I need a solution for Nodejs buffer to .NET Core buffer.
I have no experience with buffer, maybe it is easy to implement.

NativeImage:
https://electron.atom.io/docs/api/native-image/

Nodejs Buffer:
https://nodejs.org/api/buffer.html#buffer_class_buffer

.NET Core Buffer:
https://docs.microsoft.com/de-de/dotnet/api/system.buffer?view=netcore-2.0

Originally created by @GregorBiswanger on GitHub (Oct 24, 2017). The problem with NativeImage is that it uses Nodejs buffer. I need a solution for Nodejs buffer to .NET Core buffer. I have no experience with buffer, maybe it is easy to implement. NativeImage: https://electron.atom.io/docs/api/native-image/ Nodejs Buffer: https://nodejs.org/api/buffer.html#buffer_class_buffer .NET Core Buffer: https://docs.microsoft.com/de-de/dotnet/api/system.buffer?view=netcore-2.0
claunia added the help wantedFeature labels 2026-01-29 16:27:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#20