Maiko Steeman

Results 8 issues of Maiko Steeman

I believe cranelift is cross-platform. At least on windows. However I only found Bash scripts for building with cargo for example. Is this a limitation, or am I missing something?...

C-enhancement
O-windows

I found it great having a small reference implementation of a custom SRP. So I updated it to Unity 2019.2.12 (the version we are using internally).

enhancement

This program is really awesome! however, on my machine it didn't quite work out of the box (Windows 10). It panicked on main.rs:72 `imgbuf.save(format!("result/result-{}.png", seed)).unwrap();` The thing that fixed it...

I love the effort put together on this project. However, I feel like there currently is an unnecessary level of friction making a project like this. I get that the...

Take the following example: ```cpp template IsVector { static constexpr bool value = false; }; template IsVector { static constexpr bool value = true; }; ```

Take the example: ```cpp template class C {}; ``` Will currently just generate: ```cpp add_type(Type::create("C", get_id(), { }, { }, { }, { }, { TemplateArgument{ Neat::Any{ 3 } },...

enhancement

- [x] Basic usage - [ ] Simple serialisation example - [ ] Custom code gen (possibly for flecs)

documentation