-
## **Summary**
A full level editor with support for debugging. See #6 for additional information on the level format.
## **Solution**
The solution would ideally be:
- [ ] A full level editor, a…
xezno updated
5 years ago
-
Suggestion is a link from the main builder page to a graph of existing Locations within an Age, with - at least to start - a minimal UI, e.g. click Location node to start editing properties.
There ar…
-
Stumbled across this project whilst researching existing bytecode VMs implemented in Rust. Looks super interesting and I would like to take it for a spin and build a minimal scripting language.
Onl…
-
GNU Make and BASH are very difficult to get working on Windows. I wasn't able to get it working after hours of trying. It had so many issues and finding help online was almost non-existent and when …
-
[Neslib.Clang](https://github.com/neslib/Neslib.Clang). `[Delphi]` Libclang for Delphi. Libclang is the C Interface to Clang's C family of compilers. It provides a relatively small API that exposes fa…
-
_Originally posted by @ixxie in https://github.com/arangodb/arangodb/issues/862#issuecomment-442448158_
While I am by no means an ArangoDB expert, I have been involved in doing data science and dev…
-
* Compiler Used: VS2019 (vs142 toolset)
* Operating System: Windows 10
* Architecture (ARM/x86/32bit/64bit/etc): x64
### Expected Behavior
No compiler warnings, ideally...
### Actual…
-
What do you think about the generating trees by parsing yaml file.
something like
```
root:
name: Reality
type: composites.Parallel
children: child_a
child_a:
name: My Timer
typ…
-
### Issue description:
For some reason, `new array[2] = anotherArray;` is wrong and gives an error: `must be a constant expression; assumed zero`. I have to then resort to this: `new array[2]…
-
For at least remi 8.2 or 8.3 on RHEL 9 x86_64, The remi wizard at (https://rpms.remirepo.net/) does not currently provide sufficient instructions to install into a clean system, as it does not contai…