Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS: Version API #44

Closed
JJL772 opened this issue Sep 19, 2022 · 1 comment
Closed

JS: Version API #44

JJL772 opened this issue Sep 19, 2022 · 1 comment
Assignees
Labels
JS API JS API extensions - Requires work by programmers

Comments

@JJL772
Copy link
Member

JJL772 commented Sep 19, 2022

Game Version UI Component

We need a UI component to describe various properties of the game. It'll be used on a pause menu display panel while the game is still in development.

API Description

  • string GetGraphicsAPI() - Returns DX11, DX9, D9VK or DX11VK
  • string GetVersion() - Returns the short SHA of the engine repo, used as a version string
  • string GetPlatform() - Returns Linux or Windows
  • string GetPhysicsEngine() - Returns Havok or Jolt
@JJL772 JJL772 added the JS API JS API extensions - Requires work by programmers label Sep 19, 2022
@JJL772 JJL772 changed the title JS: Version UI Component JS: Version API Sep 20, 2022
@AWildErin AWildErin self-assigned this Oct 12, 2022
@JJL772
Copy link
Member Author

JJL772 commented Apr 29, 2023

Completed by Erin in a recent update. The actual version HUD hasn't been merged #59

@JJL772 JJL772 closed this as completed Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JS API JS API extensions - Requires work by programmers
Projects
None yet
Development

No branches or pull requests

2 participants