CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 20:21:21 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"1c3df203381063989e5eee82cb3f5127"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=ag5P3b1CYJ42t02%2B8BkB8Fq6vHihJH4zOKSSQ9o%2FRYj1rZ4mcj7uWgub4PO0nZ0gm4lpDrJeuDKGU18D7TTeXNs7jSx%2BnX57lOKJsc19Cl18%2BaQpRr3DQOu5EZH432ZGLV%2Byb1R1RLnKD186KU86VW98NY71Q01P0L2PKRkDsjZX6jNR%2BNnabz7nNT6p2ByktT00DuVzbhR51DIPyNqTl8Mx1jQbp1j7MrgOMEv%2FmU9nLMdiKS9UG69c3WJyePbDGfVFIwD0dn2QbsAfsSJ9eA%3D%3D--PJIokVR5qqlCAWFx--BFjgZ7n5S%2F3Njsl3uW4jQg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.950263307.1753906881; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 20:21:21 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 20:21:21 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8674:387172:A3CAE:D613C:688A7EC1
Release Release of NetImgui v1.10 · sammyfreg/netImgui · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 62
Release of NetImgui v1.10
Compare
Version 1.10
(2023/12/30)
- API Changes
- ConnectToApp() and ConnectFromApp() functions now accept a callback to be used by the NetImgui Server when wanting to update the font to a specific DPI scale.
- Can be left untouched, with null used by default.
- Without a callback, we apply the text scaling to ImGuiIO.FontGlobalScale instead of requesting the generation of a new font with increased pixel size.
- Using ImGuiIO.FontGlobalScale gives a blurier text result than recreating the font with the exact DPI needed.
- See SampleFontDPI for more info.
- SendDataTexture() now support a new texture format kTexFmtCustom.
- It requires that the dataSize parameter is specified since we can't deduce it anymore (but not used for other formats)
- It allows user to send a texture command with custom data that also needs to be added to NetImguiServer codebase.
- This could be used for movie streaming, etc...
- See SampleTexture for more info.
- ConnectToApp() and ConnectFromApp() functions now accept a callback to be used by the NetImgui Server when wanting to update the font to a specific DPI scale.
- Upgraded Dear ImGui support to 1.90
- Added monitor DPI support
- The Server now scale the text up on a high resolution monitor, so it can still be read
- The Server font atlas is regenerated with a higher pixel size to match the resolution
- The Client connected will be asked to regenerate their font atlas if they provided a callback when connecting
- When this callback is received, the client codebase should regenerate the font atlas using the provided scale
- When no callback has been assigned, the client automatically relies on ImGuiIO.FontGlobalScale when drawing (blurier results)
- See SampleFontDPI for more info.
- Added Clipboard support
- Can now seamlessly use text clipboard between Client and Server!
- Text copied on the Server PC is now sent over to the NetImgui Clients and can be pasted inside their Dear ImGui content
- Text copied inside the Client's Dear ImGui content is now received by the Server PC and can be used on it
- Shared Client configs
- When adding a Client configuration on the NetImgui Server application, the property Shared can now be specified
- When enabled, it will save the config in a User Directory instead of the current Working Directory
- This means that user can have NetImgui Server applications in various locations, but they can all still share the same Client Configs.
- Note: Requires that the function HAL_GetUserSettingFolder() is implemented in the NetImgui Server codebase. It has been done for Windows.
- Various small changes and fixes
- When the NetImgui Server config file netImgui.cfg is detected readonly, now tries to create a second one. This should help if user submit the default config file to perforce but still want to add new Clients.
- Quickly typed text was dropping characters when received by Client
- DirectX textures error when quickly recreating them
Assets 3
You can’t perform that action at this time.