Julien Bernard
Julien Bernard
Symbol table
It was a TODO in `wrenSymbolTableFind`: "TODO: O(n). Do something better.". Here is something better in O(log n) thanks to a binary search. A constraint was to keep the current...
For now, the minimum versions of the dependencies are based on Debian stable. Before gf 1.0, a new Debian stable (stretch) will be out with new version: - [SDL2 2.0.5](https://packages.debian.org/stretch/libsdl2-dev)...
- [Summary of the different versions](https://en.sfml-dev.org/forums/index.php?topic=16895.msg165620#msg165620) - [222464/LTBL2 (original)](https://github.com/222464/LTBL2) - [Cmdu76/LTBL2 (fork)](https://github.com/Cmdu76/LTBL2) - [seanballais/LTBL2 (fork)](https://github.com/seanballais/LTBL2) - [Ung0d/light_ungod (reimplementation)](https://github.com/Ung0d/light_ungod) - [Made4Dev/SFBL](https://github.com/Made4Dev/SFBL), SFML Box2D Light
**Is your feature request related to a problem? Please describe.** I have been writing a renderer for TMX maps, and I have a staggered map that has a tileset that...
Calling `erase` which is O(n) in the middle of the loop makes the algorithm worse than theta(n^2). `erase` could be replaced with a swap between the erased element and the...
Great project! I wish everybody could use this layout. It's not perfect (because everyone has an opinion on this matter) but it's far more important to have a common standard...
### Xmake Version 2.9.6 ### Operating System Version and Architecture All ### Describe Bug I have [a package](https://github.com/GamedevFramework/xmake-repo/blob/main/packages/g/gamedevframework2/xmake.lua) that is used in a project. When building the project on the...
This an update of all vulkan packages to sdk version 1.4.231. This should fix #8058. I used a shell script in order to automate this tedious task. I observed some...
### Xmake Version 3.0.2 ### Operating System Version and Architecture Debian 13 ### Describe Bug Updating to vk-bootstrap 1.4.325 does not compile. It needs a `VkPhysicalDeviceShaderBfloat16FeaturesKHR` structure that is not...