Raphaël Frantz

Results 12 issues of Raphaël Frantz

I think this was the default in GNOME shell. The popup was shown until Ctrl+Alt is released. Is it possible to have this behaviour? Sometimes you want to see the...

* [x] Has this change been discussed on [the forum](https://en.sfml-dev.org/forums/index.php#c3) or in an issue before? Yes, multiple times in multiple topics * [x] Does the code follow the SFML [Code...

feature
m:sfml-graphics
s:undecided

## Subject of the issue It is not possible to return `sf::Shader` from function. ## Your environment Any environnement ## Steps to reproduce ```cpp #include sf::Shader loadShader() { sf::Shader shader;...

feature
m:sfml-graphics
s:undecided

Proposition of a macro to avoid duplicate code. ```c++ #define CEREAL_BASE(Class) ::cereal::make_nvp(#Class, cereal::base_class(this)) ```

While deserializing in JSON we can serialize only the id as integers, but I want to resolve them as references. For this, I need a context. One way is custom...

Is the value returned by `raw_value()` the same across all platforms for a given fixed point value? That's for serialization and sending into network and ensure portability. I assume yes...

enhancement

Integration is by copying the files, wouldn't it be better to provide a CMakeLists.txt to deal with messy parts that are compilation and headers ?

I don't want to redefine a grammer for float, so how can I use `mpc_float()` and friends with `mpca_lang` and permit to reference it without defining it in the grammar...

Hello, I try to train MVSNet with BlendedMVS. I just can't make it work with a very simple setup: - No modification to the code - `python2 train.py --train_blendedmvs --blendedmvs_data_root...

Me encanta este idioma, pero es muy difícil de aprender. Esto no se compila usando las reglas de mi libro de gramática. Espero que este commit lo solucione.