-
https://github.com/DIVGAMES
A development environment and programming language dedicated to making video games. Originally for DOS and commercial, now portable to several platforms and free softwar…
-
Hi!
I'm Grew from the old Div Game Studio french community. I'm planning to teach my nephew to develop games with Div Game Studio (he has the same age than my when I started, 11 yo :) ). I wonder if …
-
At this point in net.c, the variable num_games has never been initialized, and thus contains garbage: https://github.com/DIVGAMES/DIV-Games-Studio/blob/master/src/runtime/net.c#L546
Looking at the…
-
### Description
The left side of the table is not visible
### (Optional:) Please add any files, screenshots, or other information here.
_No response_
### (Required) What is this issue most closely…
-
Maybe something like this:
```kotlin
fun View.advance(amount: Double, rotation: Angle = this.rotation) {
x += rotation.cosine * amount
y += rotation.sine * amount
}
```
-
korge-render won't have views, but will have batcher, events, etc.
-
-
After company name, project name, how it is being used, which platforms. Case study / reference customer material marketeer type stuff.
Use the following template:
- Drag and drop a screenshot or two…
-
When I try python extract_mesh.py -m exp_playroom/release/ --iteration 30000, it shows issue below.
```
Traceback (most recent call last):
File "extract_mesh.py", line 13, in
from tetranerf…
-
Hi,
I have done running `render.py` and `metrics.py`, but meet some errors when using cmake to build the SIBR viewer. Could you help me to fix this problem?
My device: CUDA-toolkit=11.8, cmake=…