-
Updated
Mar 6, 2022 - C++
cpp17

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 3,584 public repositories matching this topic...
Required skills: Python
Difficulty: Easy
For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:
INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
-
Updated
Mar 22, 2022 - C++
-
Updated
Jun 11, 2020 - C++
-
Updated
Mar 19, 2022 - C++
We should add an example that demonstrates how to use a CUDA stream with thrust algorithms, e.g:
thrust::reduce(thrust::device.on(stream), ...);
-
Updated
Jan 3, 2022 - C++
-
Updated
Mar 22, 2022 - C++
-
Updated
Mar 22, 2022 - C++
-
Updated
Mar 22, 2022 - C++
-
Updated
Mar 23, 2022 - C++
Is your feature request related to a problem? Please describe.
When running the game in windowed mode there is no frame, which means the game cannot be moved around the screen easily.
Describe the solution you'd like
Window frame added when in Window mode. Mouse behaviour as below:
When 'in game' the mouse should be 'captured' from the OS, but when you're on the Menu screen after pre
-
Updated
Mar 23, 2022 - C++
-
Updated
Feb 22, 2022 - C++
-
Updated
Mar 19, 2022
-
Updated
Mar 19, 2022 - C++
-
Updated
Dec 17, 2021 - C++
-
Updated
Mar 22, 2022 - C++
-
Updated
Mar 2, 2022 - C++
-
Updated
Mar 6, 2022 - C++
-
Updated
Feb 15, 2022 - C++
There is constexpr, consteval but constinit is not described.
It could be worth to add it.